@databiosphere/findable-ui 50.5.0 → 50.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (81) hide show
  1. package/lib/components/Export/components/ExportMethod/constants.d.ts +2 -0
  2. package/lib/components/Export/components/ExportMethod/constants.js +6 -0
  3. package/lib/components/Export/components/ExportMethod/exportMethod.d.ts +2 -1
  4. package/lib/components/Export/components/ExportMethod/exportMethod.js +6 -4
  5. package/lib/components/Export/components/ExportMethod/exportMethod.styles.d.ts +8 -2
  6. package/lib/components/Export/components/ExportMethod/exportMethod.styles.js +4 -6
  7. package/package.json +6 -1
  8. package/src/components/Export/components/ExportMethod/constants.ts +8 -0
  9. package/src/components/Export/components/ExportMethod/exportMethod.styles.ts +10 -8
  10. package/src/components/Export/components/ExportMethod/exportMethod.tsx +13 -4
  11. package/.eslintignore +0 -5
  12. package/.eslintrc.json +0 -79
  13. package/.github/copilot-instructions.md +0 -176
  14. package/.github/workflows/release-please.yml +0 -49
  15. package/.github/workflows/run-checks.yml +0 -57
  16. package/.husky/commit-msg +0 -18
  17. package/.husky/pre-commit +0 -43
  18. package/.prettierignore +0 -19
  19. package/.prettierrc.json +0 -1
  20. package/.release-please-manifest.json +0 -3
  21. package/.storybook/main.ts +0 -10
  22. package/.storybook/preview-head.html +0 -4
  23. package/.storybook/preview.js +0 -6
  24. package/CHANGELOG.md +0 -1110
  25. package/CLAUDE.md +0 -214
  26. package/backend/README.md +0 -64
  27. package/backend/__init__.py +0 -0
  28. package/backend/controllers/__init__.py +0 -0
  29. package/backend/controllers/facets_controller.py +0 -16
  30. package/backend/controllers/models.py +0 -11
  31. package/backend/main.py +0 -8
  32. package/backend/requirements.txt +0 -4
  33. package/backend/services/__init__.py +0 -0
  34. package/backend/services/facets_service.py +0 -68
  35. package/backend/services/models.py +0 -43
  36. package/commitlint.config.js +0 -1
  37. package/docs/TRUSTED_PUBLISHING.md +0 -132
  38. package/jest.config.js +0 -6
  39. package/release-please-config.json +0 -23
  40. package/tests/azulFileDownload.test.tsx +0 -96
  41. package/tests/buildCategoryViews.test.ts +0 -282
  42. package/tests/buildRequestFilters.test.ts +0 -60
  43. package/tests/buildRequestManifest.test.ts +0 -103
  44. package/tests/chart.test.tsx +0 -274
  45. package/tests/chartSortUtils.test.ts +0 -119
  46. package/tests/chartView.test.tsx +0 -48
  47. package/tests/dataDictionaryColumnFilters.test.tsx +0 -101
  48. package/tests/dataDictionary_utils.test.ts +0 -153
  49. package/tests/fetchApi.test.ts +0 -93
  50. package/tests/filter.test.tsx +0 -100
  51. package/tests/filterMenu.test.ts +0 -100
  52. package/tests/filterRange.test.tsx +0 -372
  53. package/tests/filterSortUtils.test.ts +0 -180
  54. package/tests/filters.test.tsx +0 -61
  55. package/tests/getFacetedMinMaxValues.test.ts +0 -166
  56. package/tests/getFilterSortType.test.ts +0 -45
  57. package/tests/getProfileStatus.test.ts +0 -290
  58. package/tests/linkCell.test.tsx +0 -89
  59. package/tests/markdownCell.test.tsx +0 -52
  60. package/tests/provider.test.tsx +0 -189
  61. package/tests/research.chatState.test.ts +0 -463
  62. package/tests/research.fetchResponse.test.ts +0 -164
  63. package/tests/research.queryProvider.test.ts +0 -321
  64. package/tests/research.useKeyShortCuts.test.ts +0 -256
  65. package/tests/rowSelectionValidation.test.ts +0 -282
  66. package/tests/setup.ts +0 -19
  67. package/tests/stepIcon.test.tsx +0 -42
  68. package/tests/tableFilter.test.tsx +0 -90
  69. package/tests/terraProfileProvider.test.tsx +0 -117
  70. package/tests/theme.test.ts +0 -465
  71. package/tests/toggleButtonGroupProvider.test.tsx +0 -125
  72. package/tests/transformRoute.test.ts +0 -21
  73. package/tests/tsconfig.json +0 -8
  74. package/tests/useFileLocation.test.ts +0 -36
  75. package/tests/useRequestManifest.test.ts +0 -201
  76. package/tests/useRouteHistory.test.ts +0 -97
  77. package/tests/useSessionActive.test.ts +0 -106
  78. package/tests/useWindowResize.test.ts +0 -130
  79. package/tests/viewModelBuilders_utils.test.ts +0 -58
  80. package/tests/viewToggle.test.tsx +0 -54
  81. package/tsconfig.json +0 -25
package/CHANGELOG.md DELETED
@@ -1,1110 +0,0 @@
1
- # Changelog
2
-
3
- ## [50.5.0](https://github.com/DataBiosphere/findable-ui/compare/v50.4.0...v50.5.0) (2026-04-02)
4
-
5
-
6
- ### Features
7
-
8
- * add optional icon support to exportmethod component ([#857](https://github.com/DataBiosphere/findable-ui/issues/857)) ([#858](https://github.com/DataBiosphere/findable-ui/issues/858)) ([07b8a32](https://github.com/DataBiosphere/findable-ui/commit/07b8a32e4cae25085be9d178a0115fd9529a4c1a))
9
-
10
-
11
- ### Bug Fixes
12
-
13
- * allow href clicks in export text to override (and cancel) row clicks ([#855](https://github.com/DataBiosphere/findable-ui/issues/855)) ([#859](https://github.com/DataBiosphere/findable-ui/issues/859)) ([9e721fa](https://github.com/DataBiosphere/findable-ui/commit/9e721fa50492414bd6154b837ccdace4966f5b94))
14
-
15
- ## [50.4.0](https://github.com/DataBiosphere/findable-ui/compare/v50.3.0...v50.4.0) (2026-03-30)
16
-
17
-
18
- ### Features
19
-
20
- * refactor exportmethod to card-based layout ([#848](https://github.com/DataBiosphere/findable-ui/issues/848)) ([bfc09d3](https://github.com/DataBiosphere/findable-ui/commit/bfc09d35c4e3d5fa55a7ab6f9e50eb88b23f31f0))
21
- * update export/download ui ([#848](https://github.com/DataBiosphere/findable-ui/issues/848)) ([#853](https://github.com/DataBiosphere/findable-ui/issues/853)) ([bfc09d3](https://github.com/DataBiosphere/findable-ui/commit/bfc09d35c4e3d5fa55a7ab6f9e50eb88b23f31f0))
22
-
23
- ## [50.3.0](https://github.com/DataBiosphere/findable-ui/compare/v50.2.1...v50.3.0) (2026-03-27)
24
-
25
-
26
- ### Features
27
-
28
- * convert input to controlled component with inputprovider ([#815](https://github.com/DataBiosphere/findable-ui/issues/815)) ([#843](https://github.com/DataBiosphere/findable-ui/issues/843)) ([699f186](https://github.com/DataBiosphere/findable-ui/commit/699f186f8bff76a0806e2afe93bfd5815fea698b))
29
-
30
- ## [50.2.1](https://github.com/DataBiosphere/findable-ui/compare/v50.2.0...v50.2.1) (2026-03-25)
31
-
32
-
33
- ### Bug Fixes
34
-
35
- * set poweredbyclevercanary image height to 32px ([#845](https://github.com/DataBiosphere/findable-ui/issues/845)) ([fd1cbcc](https://github.com/DataBiosphere/findable-ui/commit/fd1cbcc985f4b56d7cca53d5eddf0c710d889c92))
36
-
37
- ## [50.2.0](https://github.com/DataBiosphere/findable-ui/compare/v50.1.1...v50.2.0) (2026-03-25)
38
-
39
-
40
- ### Features
41
-
42
- * add poweredbyclevercanary component to footer ([#838](https://github.com/DataBiosphere/findable-ui/issues/838)) ([#840](https://github.com/DataBiosphere/findable-ui/issues/840)) ([fbdcfaf](https://github.com/DataBiosphere/findable-ui/commit/fbdcfaf1b377ed765934cb885a923ae06122c540))
43
-
44
-
45
- ### Chores
46
-
47
- * update storybook to 10.3.3 ([#839](https://github.com/DataBiosphere/findable-ui/issues/839)) ([95b3792](https://github.com/DataBiosphere/findable-ui/commit/95b3792dc7033f8ff664e247285c205243b1fdce))
48
- * update storybook to 10.3.3 ([#841](https://github.com/DataBiosphere/findable-ui/issues/841)) ([95b3792](https://github.com/DataBiosphere/findable-ui/commit/95b3792dc7033f8ff664e247285c205243b1fdce))
49
-
50
- ## [50.1.1](https://github.com/DataBiosphere/findable-ui/compare/v50.1.0...v50.1.1) (2026-03-23)
51
-
52
-
53
- ### Bug Fixes
54
-
55
- * update NIH account text to NIH Researcher Auth Service (RAS) account ([#835](https://github.com/DataBiosphere/findable-ui/issues/835)) ([b5fbb62](https://github.com/DataBiosphere/findable-ui/commit/b5fbb6277cef7c586b7e4157f509d904fb719e59))
56
- * update NIH account text to NIH Researcher Auth Service (RAS) account [#4719](https://github.com/DataBiosphere/findable-ui/issues/4719) ([b5fbb62](https://github.com/DataBiosphere/findable-ui/commit/b5fbb6277cef7c586b7e4157f509d904fb719e59))
57
-
58
- ## [50.1.0](https://github.com/DataBiosphere/findable-ui/compare/v50.0.0...v50.1.0) (2026-03-20)
59
-
60
-
61
- ### Features
62
-
63
- * add dataset-specific analytics events for exports ([#831](https://github.com/DataBiosphere/findable-ui/issues/831)) ([aea5262](https://github.com/DataBiosphere/findable-ui/commit/aea526241a92767f51ed7f8540869484502a1478))
64
-
65
- ## [50.0.0](https://github.com/DataBiosphere/findable-ui/compare/v49.6.0...v50.0.0) (2026-03-20)
66
-
67
-
68
- ### ⚠ BREAKING CHANGES
69
-
70
- * update minor dependencies to resolve npm audit vulnerabilities ([#828](https://github.com/DataBiosphere/findable-ui/issues/828))
71
-
72
- ### Bug Fixes
73
-
74
- * update 'open to terra' button to be a href ([#825](https://github.com/DataBiosphere/findable-ui/issues/825)) ([#826](https://github.com/DataBiosphere/findable-ui/issues/826)) ([49f686a](https://github.com/DataBiosphere/findable-ui/commit/49f686ac3eae32c9dbe3dfb1762f5c7a62a1ed12))
75
- * update nih account title to include researcher auth service (ras) ([#832](https://github.com/DataBiosphere/findable-ui/issues/832)) ([#833](https://github.com/DataBiosphere/findable-ui/issues/833)) ([bc424e6](https://github.com/DataBiosphere/findable-ui/commit/bc424e66e2babe513faf12302070bec67554d4be))
76
-
77
-
78
- ### Chores
79
-
80
- * update minor dependencies to resolve npm audit vulnerabilities ([#827](https://github.com/DataBiosphere/findable-ui/issues/827)) ([954fe91](https://github.com/DataBiosphere/findable-ui/commit/954fe91ff941bb0abfedcb5dd0e10d773d6b5cd4))
81
- * update minor dependencies to resolve npm audit vulnerabilities ([#828](https://github.com/DataBiosphere/findable-ui/issues/828)) ([954fe91](https://github.com/DataBiosphere/findable-ui/commit/954fe91ff941bb0abfedcb5dd0e10d773d6b5cd4))
82
-
83
- ## [49.6.0](https://github.com/DataBiosphere/findable-ui/compare/v49.5.0...v49.6.0) (2026-03-12)
84
-
85
-
86
- ### Features
87
-
88
- * drop extracted mentions and mappings from chat response display ([#822](https://github.com/DataBiosphere/findable-ui/issues/822)) ([#823](https://github.com/DataBiosphere/findable-ui/issues/823)) ([a8a33e8](https://github.com/DataBiosphere/findable-ui/commit/a8a33e86a44f5707b15da60e585b8e25010e6d94))
89
-
90
- ## [49.5.0](https://github.com/DataBiosphere/findable-ui/compare/v49.4.1...v49.5.0) (2026-03-12)
91
-
92
-
93
- ### Features
94
-
95
- * migrate NIH account link check to ECM API [#819](https://github.com/DataBiosphere/findable-ui/issues/819) ([#820](https://github.com/DataBiosphere/findable-ui/issues/820)) ([34e5c2f](https://github.com/DataBiosphere/findable-ui/commit/34e5c2fcae9dfddb102ba03dce60658da7a4d4c7))
96
- * migrate NIH account link check to External Credentials Manager API [#819](https://github.com/DataBiosphere/findable-ui/issues/819) ([34e5c2f](https://github.com/DataBiosphere/findable-ui/commit/34e5c2fcae9dfddb102ba03dce60658da7a4d4c7))
97
-
98
- ## [49.4.1](https://github.com/DataBiosphere/findable-ui/compare/v49.4.0...v49.4.1) (2026-03-10)
99
-
100
-
101
- ### Bug Fixes
102
-
103
- * update metadata download to use azul_url ([#817](https://github.com/DataBiosphere/findable-ui/issues/817)) ([e493d99](https://github.com/DataBiosphere/findable-ui/commit/e493d9938b3603ccd0bbf0d7f5dda2586ec53d00))
104
- * update metadata download to use azul_url [#816](https://github.com/DataBiosphere/findable-ui/issues/816) ([e493d99](https://github.com/DataBiosphere/findable-ui/commit/e493d9938b3603ccd0bbf0d7f5dda2586ec53d00))
105
-
106
- ## [49.4.0](https://github.com/DataBiosphere/findable-ui/compare/v49.3.0...v49.4.0) (2026-03-04)
107
-
108
-
109
- ### Features
110
-
111
- * add tracking to research mode submit ([#812](https://github.com/DataBiosphere/findable-ui/issues/812)) ([#813](https://github.com/DataBiosphere/findable-ui/issues/813)) ([de4fac9](https://github.com/DataBiosphere/findable-ui/commit/de4fac9690dadd441fa14b5edafe8691f0bc5ebb))
112
-
113
- ## [49.3.0](https://github.com/DataBiosphere/findable-ui/compare/v49.2.0...v49.3.0) (2026-03-02)
114
-
115
-
116
- ### Features
117
-
118
- * render the research toggle button after the search toggle ([#809](https://github.com/DataBiosphere/findable-ui/issues/809)) ([#810](https://github.com/DataBiosphere/findable-ui/issues/810)) ([88ae5e5](https://github.com/DataBiosphere/findable-ui/commit/88ae5e5887b75cec3729a556bc7672c7842aa340))
119
-
120
- ## [49.2.0](https://github.com/DataBiosphere/findable-ui/compare/v49.1.0...v49.2.0) (2026-03-02)
121
-
122
-
123
- ### Features
124
-
125
- * add href to selected toggle buttons for navigation ([#805](https://github.com/DataBiosphere/findable-ui/issues/805)) ([7bacb28](https://github.com/DataBiosphere/findable-ui/commit/7bacb280d4075bb2f403d076e14ee58d26905045))
126
- * lift query submission into queryprovider ([#803](https://github.com/DataBiosphere/findable-ui/issues/803)) ([466780e](https://github.com/DataBiosphere/findable-ui/commit/466780e12c3218bea29b82cd9759d24334573d91))
127
-
128
-
129
- ### Bug Fixes
130
-
131
- * use instant scroll on mount and smooth scroll on subsequent updates ([#806](https://github.com/DataBiosphere/findable-ui/issues/806)) ([30777a7](https://github.com/DataBiosphere/findable-ui/commit/30777a7338f28726959b757ffad8577890c56db0))
132
- * use instant scroll on mount for messages panel ([#807](https://github.com/DataBiosphere/findable-ui/issues/807)) ([30777a7](https://github.com/DataBiosphere/findable-ui/commit/30777a7338f28726959b757ffad8577890c56db0))
133
-
134
- ## [49.1.0](https://github.com/DataBiosphere/findable-ui/compare/v49.0.0...v49.1.0) (2026-02-28)
135
-
136
-
137
- ### Features
138
-
139
- * add research mode with chat-driven dataset discovery ([#778](https://github.com/DataBiosphere/findable-ui/issues/778)) ([#800](https://github.com/DataBiosphere/findable-ui/issues/800)) ([a844aaf](https://github.com/DataBiosphere/findable-ui/commit/a844aaf2927c76e80e97aa2b9dd7d1929da9bdfa))
140
-
141
-
142
- ### Bug Fixes
143
-
144
- * improve tooltip ux with delay and better placement ([#775](https://github.com/DataBiosphere/findable-ui/issues/775)) ([#776](https://github.com/DataBiosphere/findable-ui/issues/776)) ([2d60b92](https://github.com/DataBiosphere/findable-ui/commit/2d60b927f91d28eabc8177ac81aa8fb8c8107db2))
145
-
146
- ## [49.0.0](https://github.com/DataBiosphere/findable-ui/compare/v48.1.0...v49.0.0) (2026-02-17)
147
-
148
-
149
- ### ⚠ BREAKING CHANGES
150
-
151
- * chartview: add configurable bar sort order ([#772](https://github.com/DataBiosphere/findable-ui/issues/772)) (#773)
152
- * remove unused filemanifesttype prop and type definitions from export components ([#767](https://github.com/DataBiosphere/findable-ui/issues/767)) (#768)
153
-
154
- ### Features
155
-
156
- * chartview: add configurable bar sort order ([#772](https://github.com/DataBiosphere/findable-ui/issues/772)) ([#773](https://github.com/DataBiosphere/findable-ui/issues/773)) ([bea776a](https://github.com/DataBiosphere/findable-ui/commit/bea776a987a612d30a0010f29af128946f4aad48))
157
-
158
-
159
- ### Bug Fixes
160
-
161
- * remove unused filemanifesttype prop and type definitions from export components ([#767](https://github.com/DataBiosphere/findable-ui/issues/767)) ([#768](https://github.com/DataBiosphere/findable-ui/issues/768)) ([4da929f](https://github.com/DataBiosphere/findable-ui/commit/4da929fcfd3acaccdb60f269bbffa8be033fdec3))
162
-
163
-
164
- ### Chores
165
-
166
- * remove debug code ([#762](https://github.com/DataBiosphere/findable-ui/issues/762)) ([#765](https://github.com/DataBiosphere/findable-ui/issues/765)) ([6a6b8f5](https://github.com/DataBiosphere/findable-ui/commit/6a6b8f5087bf972397fa4104f946b41eae03a0da))
167
-
168
-
169
- ### Code Refactoring
170
-
171
- * render null instead of empty fragment when hideTabs is true ([#770](https://github.com/DataBiosphere/findable-ui/issues/770)) ([#771](https://github.com/DataBiosphere/findable-ui/issues/771)) ([62733b7](https://github.com/DataBiosphere/findable-ui/commit/62733b7fb271fa6be4a29b7c7d545272a1c3e9ef))
172
-
173
- ## [48.1.0](https://github.com/DataBiosphere/findable-ui/compare/v48.0.0...v48.1.0) (2026-01-11)
174
-
175
-
176
- ### Features
177
-
178
- * add debug messages to rp ([#762](https://github.com/DataBiosphere/findable-ui/issues/762)) ([#763](https://github.com/DataBiosphere/findable-ui/issues/763)) ([eb1454a](https://github.com/DataBiosphere/findable-ui/commit/eb1454a22bc27efa85e3b672330a32a775ae9763))
179
-
180
- ## [48.0.0](https://github.com/DataBiosphere/findable-ui/compare/v47.0.2...v48.0.0) (2026-01-06)
181
-
182
-
183
- ### ⚠ BREAKING CHANGES
184
-
185
- * next.js to v15.x (step towards v16) ([#714](https://github.com/DataBiosphere/findable-ui/issues/714)) (#759)
186
-
187
- ### Features
188
-
189
- * added facets endpoint [#737](https://github.com/DataBiosphere/findable-ui/issues/737) ([#741](https://github.com/DataBiosphere/findable-ui/issues/741)) ([c7d4445](https://github.com/DataBiosphere/findable-ui/commit/c7d444576d3c609c5212cb8cf7a18bb64f48df4d))
190
-
191
-
192
- ### Bug Fixes
193
-
194
- * fix "window is not defined" error in usewindowresize hook ([#742](https://github.com/DataBiosphere/findable-ui/issues/742)) ([#743](https://github.com/DataBiosphere/findable-ui/issues/743)) ([44c42a2](https://github.com/DataBiosphere/findable-ui/commit/44c42a2fb7163f710ab07991a0faef1470438559))
195
-
196
-
197
- ### Chores
198
-
199
- * add claude.md for ([#739](https://github.com/DataBiosphere/findable-ui/issues/739)) ([#740](https://github.com/DataBiosphere/findable-ui/issues/740)) ([969b484](https://github.com/DataBiosphere/findable-ui/commit/969b4844b83725128133abf83c378125a8d78880))
200
- * next.js to v15.x (step towards v16) ([#714](https://github.com/DataBiosphere/findable-ui/issues/714)) ([#759](https://github.com/DataBiosphere/findable-ui/issues/759)) ([b312990](https://github.com/DataBiosphere/findable-ui/commit/b31299036707559f07271e38fc978ae8a513c157))
201
- * upgrade storybook to latest version ([#733](https://github.com/DataBiosphere/findable-ui/issues/733)) ([#734](https://github.com/DataBiosphere/findable-ui/issues/734)) ([b419e22](https://github.com/DataBiosphere/findable-ui/commit/b419e2226768c6182191a0936955b7ed98cfcfc3))
202
-
203
- ## [47.0.2](https://github.com/DataBiosphere/findable-ui/compare/v47.0.1...v47.0.2) (2025-12-11)
204
-
205
-
206
- ### Chores
207
-
208
- * remove trailing whitespace from README to trigger release ([#728](https://github.com/DataBiosphere/findable-ui/issues/728)) ([5f24174](https://github.com/DataBiosphere/findable-ui/commit/5f24174aed98fc54429e939d9b63c542f1cce0b8))
209
-
210
- ## [47.0.1](https://github.com/DataBiosphere/findable-ui/compare/v47.0.0...v47.0.1) (2025-12-11)
211
-
212
-
213
- ### Chores
214
-
215
- * add GitHub Copilot instructions for repository ([#709](https://github.com/DataBiosphere/findable-ui/issues/709)) ([#710](https://github.com/DataBiosphere/findable-ui/issues/710)) ([e2bf4fb](https://github.com/DataBiosphere/findable-ui/commit/e2bf4fb81b46fc1376c7797141fc41a8a6029c9f))
216
-
217
- ## [47.0.0](https://github.com/DataBiosphere/findable-ui/compare/v46.1.3...v47.0.0) (2025-12-11)
218
-
219
-
220
- ### ⚠ BREAKING CHANGES
221
-
222
- * upgrade Node.js from 20.10.0 to 22.12.0 ([#713](https://github.com/DataBiosphere/findable-ui/issues/713)) (#716)
223
-
224
- ### Chores
225
-
226
- * update the package-lock ([#720](https://github.com/DataBiosphere/findable-ui/issues/720)) ([#721](https://github.com/DataBiosphere/findable-ui/issues/721)) ([6cf79a9](https://github.com/DataBiosphere/findable-ui/commit/6cf79a9b18ac39365b92ae041df1ab67fe825434))
227
- * upgrade Node.js from 20.10.0 to 22.12.0 ([#713](https://github.com/DataBiosphere/findable-ui/issues/713)) ([#716](https://github.com/DataBiosphere/findable-ui/issues/716)) ([26d97dd](https://github.com/DataBiosphere/findable-ui/commit/26d97dd951c65099b5e868ead0b03205eb15235a))
228
-
229
- ## [46.1.3](https://github.com/DataBiosphere/findable-ui/compare/v46.1.2...v46.1.3) (2025-12-01)
230
-
231
-
232
- ### Chores
233
-
234
- * bump nextjs version to fix vulnerabilities ([#704](https://github.com/DataBiosphere/findable-ui/issues/704)) ([#705](https://github.com/DataBiosphere/findable-ui/issues/705)) ([096ba35](https://github.com/DataBiosphere/findable-ui/commit/096ba35d926fe8b40b1c0b981770076355cae8ab))
235
-
236
- ## [46.1.2](https://github.com/DataBiosphere/findable-ui/compare/v46.1.1...v46.1.2) (2025-11-21)
237
-
238
-
239
- ### Bug Fixes
240
-
241
- * bug/ui issue: horizontal table scroll triggers browser history navigation ([#702](https://github.com/DataBiosphere/findable-ui/issues/702)) ([#707](https://github.com/DataBiosphere/findable-ui/issues/707)) ([750cbf4](https://github.com/DataBiosphere/findable-ui/commit/750cbf40acd986a046e75c00fd0780dfe916542a))
242
-
243
- ## [46.1.1](https://github.com/DataBiosphere/findable-ui/compare/v46.1.0...v46.1.1) (2025-11-10)
244
-
245
-
246
- ### Bug Fixes
247
-
248
- * column filters clear all filters does not clear all filters with initial column filters ([#699](https://github.com/DataBiosphere/findable-ui/issues/699)) ([#700](https://github.com/DataBiosphere/findable-ui/issues/700)) ([75d1c2d](https://github.com/DataBiosphere/findable-ui/commit/75d1c2d47f88a894e2e9941d7aa2228c3eef5252))
249
-
250
- ## [46.1.0](https://github.com/DataBiosphere/findable-ui/compare/v46.0.0...v46.1.0) (2025-11-03)
251
-
252
-
253
- ### Features
254
-
255
- * update column filter adapter to render custom filter values ([#694](https://github.com/DataBiosphere/findable-ui/issues/694)) ([#695](https://github.com/DataBiosphere/findable-ui/issues/695)) ([67404e9](https://github.com/DataBiosphere/findable-ui/commit/67404e940ea7610153e8a756609cd402225fa0cc))
256
-
257
-
258
- ### Bug Fixes
259
-
260
- * update column filter adapter to always show filter values with a zero count ([#696](https://github.com/DataBiosphere/findable-ui/issues/696)) ([#697](https://github.com/DataBiosphere/findable-ui/issues/697)) ([a693f3b](https://github.com/DataBiosphere/findable-ui/commit/a693f3bf4f84cacf5602bbbe134b7a4f611e36dc))
261
-
262
- ## [46.0.0](https://github.com/DataBiosphere/findable-ui/compare/v45.1.0...v46.0.0) (2025-10-28)
263
-
264
-
265
- ### ⚠ BREAKING CHANGES
266
-
267
- * add get static props helper function ([#691](https://github.com/DataBiosphere/findable-ui/issues/691)) (#692)
268
- * add helper functions remarkHeadings and rehypeSlug ([#684](https://github.com/DataBiosphere/findable-ui/issues/684)) (#685)
269
- * add get static paths helper function ([#688](https://github.com/DataBiosphere/findable-ui/issues/688)) (#693)
270
-
271
- ### Features
272
-
273
- * add get static paths helper function ([#688](https://github.com/DataBiosphere/findable-ui/issues/688)) ([#693](https://github.com/DataBiosphere/findable-ui/issues/693)) ([887b1d8](https://github.com/DataBiosphere/findable-ui/commit/887b1d82770ce472957e03b483aeeacb06ab8fdd))
274
- * add get static props helper function ([#691](https://github.com/DataBiosphere/findable-ui/issues/691)) ([#692](https://github.com/DataBiosphere/findable-ui/issues/692)) ([71b2927](https://github.com/DataBiosphere/findable-ui/commit/71b2927059e5e55b6e03bda6dc87dad009533fe9))
275
- * add helper functions remarkHeadings and rehypeSlug ([#684](https://github.com/DataBiosphere/findable-ui/issues/684)) ([#685](https://github.com/DataBiosphere/findable-ui/issues/685)) ([b130b3c](https://github.com/DataBiosphere/findable-ui/commit/b130b3c4a2527566eadcdab174c937e95338a394))
276
- * update entity list summary component to optionally display summary label ([#679](https://github.com/DataBiosphere/findable-ui/issues/679)) ([#681](https://github.com/DataBiosphere/findable-ui/issues/681)) ([e57e366](https://github.com/DataBiosphere/findable-ui/commit/e57e3660d92e0c155f5cdb56dcd5769bfc0ca2b0))
277
- * update outline component prop 'outline' to be optional ([#686](https://github.com/DataBiosphere/findable-ui/issues/686)) ([#687](https://github.com/DataBiosphere/findable-ui/issues/687)) ([eaba690](https://github.com/DataBiosphere/findable-ui/commit/eaba690d4277e69e88f3a6cd11d558c9e27918e6))
278
-
279
-
280
- ### Bug Fixes
281
-
282
- * reintstate file download button component ([#667](https://github.com/DataBiosphere/findable-ui/issues/667)) ([#678](https://github.com/DataBiosphere/findable-ui/issues/678)) ([aa538a3](https://github.com/DataBiosphere/findable-ui/commit/aa538a39f64b07e02f4bc512c51c25fb1234fb89))
283
-
284
-
285
- ### Chores
286
-
287
- * upgrade packages (minor) and fix security warnings ([#671](https://github.com/DataBiosphere/findable-ui/issues/671)) ([#673](https://github.com/DataBiosphere/findable-ui/issues/673)) ([6b067d5](https://github.com/DataBiosphere/findable-ui/commit/6b067d5e189d72253e6b39551c1ab5d49aa8126a))
288
-
289
- ## [45.1.0](https://github.com/DataBiosphere/findable-ui/compare/v45.0.0...v45.1.0) (2025-09-18)
290
-
291
-
292
- ### Features
293
-
294
- * extend row selection feature to handle validation messages for each row ([#666](https://github.com/DataBiosphere/findable-ui/issues/666)) ([#669](https://github.com/DataBiosphere/findable-ui/issues/669)) ([04fc041](https://github.com/DataBiosphere/findable-ui/commit/04fc0411cae9f1ae9c47d8f384e599413cffe639))
295
- * update row selection component to display disabled state ([#663](https://github.com/DataBiosphere/findable-ui/issues/663)) ([#667](https://github.com/DataBiosphere/findable-ui/issues/667)) ([c2c9fb2](https://github.com/DataBiosphere/findable-ui/commit/c2c9fb24e458858dd6d26be2be8e74f4e3e976da))
296
- * update table row to display disabled state ([#665](https://github.com/DataBiosphere/findable-ui/issues/665)) ([#668](https://github.com/DataBiosphere/findable-ui/issues/668)) ([2c6000f](https://github.com/DataBiosphere/findable-ui/commit/2c6000f86d0066b91409032f9970284f6b4b6443))
297
-
298
- ## [45.0.0](https://github.com/DataBiosphere/findable-ui/compare/v44.0.0...v45.0.0) (2025-09-10)
299
-
300
-
301
- ### ⚠ BREAKING CHANGES
302
-
303
- * refactor existing tabletoolbar with download button component ([#652](https://github.com/DataBiosphere/findable-ui/issues/652)) (#656)
304
-
305
- ### Features
306
-
307
- * create download button ([#651](https://github.com/DataBiosphere/findable-ui/issues/651)) ([#655](https://github.com/DataBiosphere/findable-ui/issues/655)) ([2c4959a](https://github.com/DataBiosphere/findable-ui/commit/2c4959ac3f30e81d65466d3b3edfa559997053d6))
308
- * create new tabletoolbar with download button - independent of explorestate ([#653](https://github.com/DataBiosphere/findable-ui/issues/653)) ([028558a](https://github.com/DataBiosphere/findable-ui/commit/028558a3f0d7bc51da5bc30a1e847b04c41c32c0))
309
- * create new tabletoolbar with download button - independent of explorestate ([#653](https://github.com/DataBiosphere/findable-ui/issues/653)) ([#657](https://github.com/DataBiosphere/findable-ui/issues/657)) ([028558a](https://github.com/DataBiosphere/findable-ui/commit/028558a3f0d7bc51da5bc30a1e847b04c41c32c0))
310
- * implement tanstack custom feature to support download table data ([#650](https://github.com/DataBiosphere/findable-ui/issues/650)) ([#654](https://github.com/DataBiosphere/findable-ui/issues/654)) ([c897fbb](https://github.com/DataBiosphere/findable-ui/commit/c897fbb68003af09fe04ccbfed18ec71fe8ef5a7))
311
- * refactor existing tabletoolbar with download button component ([#652](https://github.com/DataBiosphere/findable-ui/issues/652)) ([#656](https://github.com/DataBiosphere/findable-ui/issues/656)) ([f4d5695](https://github.com/DataBiosphere/findable-ui/commit/f4d5695c28e1f4a6d7a3df2d684d4472005f33c0))
312
-
313
-
314
- ### Code Refactoring
315
-
316
- * align table download feature more closely with tanstack standards ([#659](https://github.com/DataBiosphere/findable-ui/issues/659)) ([#660](https://github.com/DataBiosphere/findable-ui/issues/660)) ([46d3bb3](https://github.com/DataBiosphere/findable-ui/commit/46d3bb315f8aaf4ed25c7c5c81e364d7c000f332))
317
-
318
- ## [44.0.0](https://github.com/DataBiosphere/findable-ui/compare/v43.0.0...v44.0.0) (2025-08-28)
319
-
320
-
321
- ### ⚠ BREAKING CHANGES
322
-
323
- * configure default filter sort ([#640](https://github.com/DataBiosphere/findable-ui/issues/640)) (#643)
324
-
325
- ### Features
326
-
327
- * configure default filter sort ([#640](https://github.com/DataBiosphere/findable-ui/issues/640)) ([#643](https://github.com/DataBiosphere/findable-ui/issues/643)) ([63be8d1](https://github.com/DataBiosphere/findable-ui/commit/63be8d1bb87e3a473385bd45f5196d1125cfb5ed))
328
- * configure filter sort for tanstack column filtering ([#647](https://github.com/DataBiosphere/findable-ui/issues/647)) ([#648](https://github.com/DataBiosphere/findable-ui/issues/648)) ([c653a19](https://github.com/DataBiosphere/findable-ui/commit/c653a19ec4abd19a7aceafee6414d46f381c7544))
329
- * create filter sort component ([#641](https://github.com/DataBiosphere/findable-ui/issues/641)) ([#644](https://github.com/DataBiosphere/findable-ui/issues/644)) ([7f80b7c](https://github.com/DataBiosphere/findable-ui/commit/7f80b7c2b76224cc3d6da7a435b678567bbb41c9))
330
- * update filter sort ([#642](https://github.com/DataBiosphere/findable-ui/issues/642)) ([#645](https://github.com/DataBiosphere/findable-ui/issues/645)) ([e7470b5](https://github.com/DataBiosphere/findable-ui/commit/e7470b50d2c19e674c73e1de533559e2032516e6))
331
-
332
- ## [43.0.0](https://github.com/DataBiosphere/findable-ui/compare/v42.1.0...v43.0.0) (2025-08-19)
333
-
334
-
335
- ### ⚠ BREAKING CHANGES
336
-
337
- * add surfacetype prop to searchallfilters ([#636](https://github.com/DataBiosphere/findable-ui/issues/636)) (#637)
338
-
339
- ### Features
340
-
341
- * add surfacetype prop to searchallfilters ([#636](https://github.com/DataBiosphere/findable-ui/issues/636)) ([#637](https://github.com/DataBiosphere/findable-ui/issues/637)) ([026f522](https://github.com/DataBiosphere/findable-ui/commit/026f522e383dca64903b68859f10997ead191fe9))
342
- * update columnfiltersadapter to handle grouping of column filters ([#632](https://github.com/DataBiosphere/findable-ui/issues/632)) ([#633](https://github.com/DataBiosphere/findable-ui/issues/633)) ([23c54e9](https://github.com/DataBiosphere/findable-ui/commit/23c54e99a83522d8eef4b2f4b544b3cb3367ce32))
343
- * update columnfiltersadapter to handle range category filtering ([#634](https://github.com/DataBiosphere/findable-ui/issues/634)) ([#635](https://github.com/DataBiosphere/findable-ui/issues/635)) ([5b5a5b8](https://github.com/DataBiosphere/findable-ui/commit/5b5a5b8d36c2d847f2b97bfbb55f094f5961dbb5))
344
-
345
- ## [42.1.0](https://github.com/DataBiosphere/findable-ui/compare/v42.0.1...v42.1.0) (2025-08-13)
346
-
347
-
348
- ### Features
349
-
350
- * create typography to css helper function ([#625](https://github.com/DataBiosphere/findable-ui/issues/625)) ([#626](https://github.com/DataBiosphere/findable-ui/issues/626)) ([2a78f7a](https://github.com/DataBiosphere/findable-ui/commit/2a78f7aa256617f9f1f058b2979849e865a668a0))
351
-
352
-
353
- ### Bug Fixes
354
-
355
- * fix category group filter label line height ([#627](https://github.com/DataBiosphere/findable-ui/issues/627)) ([#628](https://github.com/DataBiosphere/findable-ui/issues/628)) ([3bb93ce](https://github.com/DataBiosphere/findable-ui/commit/3bb93ce6f8cd4ad316d08809626638b45e238b56))
356
- * fix pagination summary spacing ([#623](https://github.com/DataBiosphere/findable-ui/issues/623)) ([#624](https://github.com/DataBiosphere/findable-ui/issues/624)) ([b1bfd1f](https://github.com/DataBiosphere/findable-ui/commit/b1bfd1f6c4f1a7d53524ec8d584a97b9cd1dbe83))
357
- * revert typography theme styles ([#630](https://github.com/DataBiosphere/findable-ui/issues/630)) ([#631](https://github.com/DataBiosphere/findable-ui/issues/631)) ([e9f037b](https://github.com/DataBiosphere/findable-ui/commit/e9f037b8e5c759533f7cb491e7b080c5496f6474))
358
-
359
- ## [42.0.1](https://github.com/DataBiosphere/findable-ui/compare/v42.0.0...v42.0.1) (2025-08-12)
360
-
361
-
362
- ### Bug Fixes
363
-
364
- * update any typography header fonts using css vars with breakpoint overrides ([#620](https://github.com/DataBiosphere/findable-ui/issues/620)) ([#621](https://github.com/DataBiosphere/findable-ui/issues/621)) ([468fb09](https://github.com/DataBiosphere/findable-ui/commit/468fb09cb367a98c20fd70949cc857ce17db2dd4))
365
-
366
- ## [42.0.0](https://github.com/DataBiosphere/findable-ui/compare/v41.2.0...v42.0.0) (2025-08-12)
367
-
368
-
369
- ### ⚠ BREAKING CHANGES
370
-
371
- * refactor breakpoints.ts - limit public surface area ([#428](https://github.com/DataBiosphere/findable-ui/issues/428)) (#616)
372
- * refactor components.ts - limit exposure of each component to the theme ([#427](https://github.com/DataBiosphere/findable-ui/issues/427)) (#615)
373
- * refactor theme palette to reference css var ([#426](https://github.com/DataBiosphere/findable-ui/issues/426)) (#614)
374
- * refactor palette.ts - limit exposure of each palette to the theme ([#425](https://github.com/DataBiosphere/findable-ui/issues/425)) (#613)
375
- * update theme with css variable prefix value ([#608](https://github.com/DataBiosphere/findable-ui/issues/608)) (#612)
376
- * refactor typography.ts - limit public surface area ([#422](https://github.com/DataBiosphere/findable-ui/issues/422)) (#609)
377
-
378
- ### Features
379
-
380
- * refactor typography.ts - limit public surface area ([#422](https://github.com/DataBiosphere/findable-ui/issues/422)) ([#609](https://github.com/DataBiosphere/findable-ui/issues/609)) ([f0d3386](https://github.com/DataBiosphere/findable-ui/commit/f0d3386957e43202435af08aafe85e9005d1d1c6))
381
-
382
-
383
- ### Code Refactoring
384
-
385
- * refactor breakpoints.ts - limit public surface area ([#428](https://github.com/DataBiosphere/findable-ui/issues/428)) ([#616](https://github.com/DataBiosphere/findable-ui/issues/616)) ([c64b874](https://github.com/DataBiosphere/findable-ui/commit/c64b8744497b3ae1b77c12a392ad8f25720eaaa5))
386
- * refactor components.ts - limit exposure of each component to the theme ([#427](https://github.com/DataBiosphere/findable-ui/issues/427)) ([#615](https://github.com/DataBiosphere/findable-ui/issues/615)) ([d26cfb2](https://github.com/DataBiosphere/findable-ui/commit/d26cfb255e2864724fbf980b194fa2e03df8c1d1))
387
- * refactor palette.ts - limit exposure of each palette to the theme ([#425](https://github.com/DataBiosphere/findable-ui/issues/425)) ([#613](https://github.com/DataBiosphere/findable-ui/issues/613)) ([103ad30](https://github.com/DataBiosphere/findable-ui/commit/103ad305b8bc2734d5d3e239e0f0eac527247cb7))
388
- * refactor theme palette to reference css var ([#426](https://github.com/DataBiosphere/findable-ui/issues/426)) ([#614](https://github.com/DataBiosphere/findable-ui/issues/614)) ([2517349](https://github.com/DataBiosphere/findable-ui/commit/2517349e47cee9616b9d80964586959c9a6eb1c6))
389
- * update theme with css variable prefix value ([#608](https://github.com/DataBiosphere/findable-ui/issues/608)) ([#612](https://github.com/DataBiosphere/findable-ui/issues/612)) ([1c25d59](https://github.com/DataBiosphere/findable-ui/commit/1c25d59a6749a6f35ce4ff540e2fe0642f2d984c))
390
-
391
- ## [41.2.0](https://github.com/DataBiosphere/findable-ui/compare/v41.1.0...v41.2.0) (2025-08-01)
392
-
393
-
394
- ### Features
395
-
396
- * chart view - show more link for long tail charts ([#446](https://github.com/DataBiosphere/findable-ui/issues/446)) ([#606](https://github.com/DataBiosphere/findable-ui/issues/606)) ([fb035d8](https://github.com/DataBiosphere/findable-ui/commit/fb035d8bbb5ac47ef656ef7403ac271ffdb7e0af))
397
-
398
- ## [41.1.0](https://github.com/DataBiosphere/findable-ui/compare/v41.0.0...v41.1.0) (2025-07-31)
399
-
400
-
401
- ### Features
402
-
403
- * update data dictionary column filter button size to large ([#603](https://github.com/DataBiosphere/findable-ui/issues/603)) ([#604](https://github.com/DataBiosphere/findable-ui/issues/604)) ([a1d7c76](https://github.com/DataBiosphere/findable-ui/commit/a1d7c76bad1386c7c56bbb4c5f65f9905addc71e))
404
-
405
- ## [41.0.0](https://github.com/DataBiosphere/findable-ui/compare/v40.0.0...v41.0.0) (2025-07-30)
406
-
407
-
408
- ### ⚠ BREAKING CHANGES
409
-
410
- * create filter drawer component ([#597](https://github.com/DataBiosphere/findable-ui/issues/597)) (#598)
411
-
412
- ### Features
413
-
414
- * add primary text to button constants ([#588](https://github.com/DataBiosphere/findable-ui/issues/588)) ([#589](https://github.com/DataBiosphere/findable-ui/issues/589)) ([2d708cc](https://github.com/DataBiosphere/findable-ui/commit/2d708cc710159f5539330509b2e6beca10b2fa88))
415
- * create filter button component ([#592](https://github.com/DataBiosphere/findable-ui/issues/592)) ([#594](https://github.com/DataBiosphere/findable-ui/issues/594)) ([b30098a](https://github.com/DataBiosphere/findable-ui/commit/b30098a4a5f12e9dd5c5aed8526ecb8077015ac2))
416
- * create filter drawer component ([#597](https://github.com/DataBiosphere/findable-ui/issues/597)) ([#598](https://github.com/DataBiosphere/findable-ui/issues/598)) ([8352876](https://github.com/DataBiosphere/findable-ui/commit/8352876fd1934e9d0877ce4a97c01eaf8a60c295))
417
- * create select filter item component ([#595](https://github.com/DataBiosphere/findable-ui/issues/595)) ([#596](https://github.com/DataBiosphere/findable-ui/issues/596)) ([b63e3bb](https://github.com/DataBiosphere/findable-ui/commit/b63e3bb793396e5ec220f2f9e85097a0fdeddd52))
418
- * make data dictionary table row-collapse for smaller viewports ([#600](https://github.com/DataBiosphere/findable-ui/issues/600)) ([#601](https://github.com/DataBiosphere/findable-ui/issues/601)) ([88d0490](https://github.com/DataBiosphere/findable-ui/commit/88d0490bc8b659020f20abb5c1abd3136829d74b))
419
- * update data dictionary smaller viewport navigation and search bar layouts ([#583](https://github.com/DataBiosphere/findable-ui/issues/583)) ([#584](https://github.com/DataBiosphere/findable-ui/issues/584)) ([20b9a53](https://github.com/DataBiosphere/findable-ui/commit/20b9a53cdc390fe85bfdf82845e7d6964f4d0cc3))
420
-
421
-
422
- ### Code Refactoring
423
-
424
- * columnfilter menu list prop component to be "div" rather than "ul" ([#590](https://github.com/DataBiosphere/findable-ui/issues/590)) ([#591](https://github.com/DataBiosphere/findable-ui/issues/591)) ([c504b99](https://github.com/DataBiosphere/findable-ui/commit/c504b99936b74b4f7e05b18ac69e2eef8336264d))
425
- * drawerprovider to expose onClose via render prop ([#585](https://github.com/DataBiosphere/findable-ui/issues/585)) ([#587](https://github.com/DataBiosphere/findable-ui/issues/587)) ([2107c41](https://github.com/DataBiosphere/findable-ui/commit/2107c41545fbad344077f6c87bf1b27d2ac21a22))
426
-
427
- ## [40.0.0](https://github.com/DataBiosphere/findable-ui/compare/v39.1.0...v40.0.0) (2025-07-24)
428
-
429
-
430
- ### ⚠ BREAKING CHANGES
431
-
432
- * upgrade next js to 14.2.30 or greater ([#568](https://github.com/DataBiosphere/findable-ui/issues/568)) (#579)
433
-
434
- ### Bug Fixes
435
-
436
- * fix markdown rendering overflow ([#551](https://github.com/DataBiosphere/findable-ui/issues/551)) ([#580](https://github.com/DataBiosphere/findable-ui/issues/580)) ([42ce935](https://github.com/DataBiosphere/findable-ui/commit/42ce9355b10997e29648e9685622dfe04db4e625))
437
-
438
-
439
- ### Chores
440
-
441
- * upgrade next js to 14.2.30 or greater ([#568](https://github.com/DataBiosphere/findable-ui/issues/568)) ([#579](https://github.com/DataBiosphere/findable-ui/issues/579)) ([ff88c9c](https://github.com/DataBiosphere/findable-ui/commit/ff88c9ca9479f7ae736e9794b428cc1454d81d6c))
442
-
443
- ## [39.1.0](https://github.com/DataBiosphere/findable-ui/compare/v39.0.0...v39.1.0) (2025-07-24)
444
-
445
-
446
- ### Features
447
-
448
- * add row ids to data dictionary table for anchor link scrolling ([#576](https://github.com/DataBiosphere/findable-ui/issues/576)) ([#577](https://github.com/DataBiosphere/findable-ui/issues/577)) ([bd7d05b](https://github.com/DataBiosphere/findable-ui/commit/bd7d05b451a7d9190b92fb682d892600cde17ba2))
449
-
450
- ## [39.0.0](https://github.com/DataBiosphere/findable-ui/compare/v38.3.0...v39.0.0) (2025-07-23)
451
-
452
-
453
- ### ⚠ BREAKING CHANGES
454
-
455
- * fix global search when a marked value is inside another HTML tag ([#539](https://github.com/DataBiosphere/findable-ui/issues/539)) (#573)
456
-
457
- ### Features
458
-
459
- * fix global search when a marked value is inside another HTML tag ([#539](https://github.com/DataBiosphere/findable-ui/issues/539)) ([#573](https://github.com/DataBiosphere/findable-ui/issues/573)) ([7b58c24](https://github.com/DataBiosphere/findable-ui/commit/7b58c2429ba947e752358a012a6a7d545f0ffc28))
460
-
461
- ## [38.3.0](https://github.com/DataBiosphere/findable-ui/compare/v38.2.0...v38.3.0) (2025-07-22)
462
-
463
-
464
- ### Features
465
-
466
- * add table row expansion to table components ([#569](https://github.com/DataBiosphere/findable-ui/issues/569)) ([#570](https://github.com/DataBiosphere/findable-ui/issues/570)) ([d23c5b8](https://github.com/DataBiosphere/findable-ui/commit/d23c5b8c091a899295a3005ff80d7cd297949033))
467
-
468
- ## [38.2.0](https://github.com/DataBiosphere/findable-ui/compare/v38.1.1...v38.2.0) (2025-07-11)
469
-
470
-
471
- ### Features
472
-
473
- * add 'introduction' section to data dictionary ([#566](https://github.com/DataBiosphere/findable-ui/issues/566)) ([#567](https://github.com/DataBiosphere/findable-ui/issues/567)) ([5aeb758](https://github.com/DataBiosphere/findable-ui/commit/5aeb758792532a78fa4ec71dc0f7b3ad8c80c376))
474
-
475
-
476
- ### Bug Fixes
477
-
478
- * align range filter toggle button styles with design ([#563](https://github.com/DataBiosphere/findable-ui/issues/563)) ([#564](https://github.com/DataBiosphere/findable-ui/issues/564)) ([1cc1ffd](https://github.com/DataBiosphere/findable-ui/commit/1cc1ffd88ae3b2f436717b494e425614412cface))
479
-
480
- ## [38.1.1](https://github.com/DataBiosphere/findable-ui/compare/v38.1.0...v38.1.1) (2025-07-09)
481
-
482
-
483
- ### Bug Fixes
484
-
485
- * table view fails to render after switching from graph view ([#560](https://github.com/DataBiosphere/findable-ui/issues/560)) ([#561](https://github.com/DataBiosphere/findable-ui/issues/561)) ([35a2f0c](https://github.com/DataBiosphere/findable-ui/commit/35a2f0c84119f66c372750442c8b29ca93af9057))
486
-
487
- ## [38.1.0](https://github.com/DataBiosphere/findable-ui/compare/v38.0.0...v38.1.0) (2025-07-09)
488
-
489
-
490
- ### Features
491
-
492
- * add data test id to summary ([#557](https://github.com/DataBiosphere/findable-ui/issues/557)) ([#558](https://github.com/DataBiosphere/findable-ui/issues/558)) ([cf97aa5](https://github.com/DataBiosphere/findable-ui/commit/cf97aa54a0ca70b0970ad169f8ae91d8585ccffd))
493
-
494
- ## [38.0.0](https://github.com/DataBiosphere/findable-ui/compare/v37.1.0...v38.0.0) (2025-07-09)
495
-
496
-
497
- ### ⚠ BREAKING CHANGES
498
-
499
- * compact header and footer ([#554](https://github.com/DataBiosphere/findable-ui/issues/554)) (#555)
500
-
501
- ### Features
502
-
503
- * compact header and footer ([#554](https://github.com/DataBiosphere/findable-ui/issues/554)) ([#555](https://github.com/DataBiosphere/findable-ui/issues/555)) ([066d3fc](https://github.com/DataBiosphere/findable-ui/commit/066d3fc4c34157d694a688dd805a8aed78eaf520))
504
-
505
- ## [37.1.0](https://github.com/DataBiosphere/findable-ui/compare/v37.0.0...v37.1.0) (2025-06-19)
506
-
507
-
508
- ### Features
509
-
510
- * hide global filtering search bar when global filters are disabled ([#547](https://github.com/DataBiosphere/findable-ui/issues/547)) ([#548](https://github.com/DataBiosphere/findable-ui/issues/548)) ([1a392ba](https://github.com/DataBiosphere/findable-ui/commit/1a392bac3707451404365989dc3187f59c181998))
511
-
512
- ## [37.0.0](https://github.com/DataBiosphere/findable-ui/compare/v36.0.0...v37.0.0) (2025-06-19)
513
-
514
-
515
- ### ⚠ BREAKING CHANGES
516
-
517
- * file format filter dropped from curl manifest request ([#543](https://github.com/DataBiosphere/findable-ui/issues/543)) (#544)
518
-
519
- ### Bug Fixes
520
-
521
- * file format filter dropped from curl manifest request ([#543](https://github.com/DataBiosphere/findable-ui/issues/543)) ([#544](https://github.com/DataBiosphere/findable-ui/issues/544)) ([3169f5c](https://github.com/DataBiosphere/findable-ui/commit/3169f5ca961d1ca518b9820dc8878ad3d224a2f4))
522
- * refactor CodeCell to use node prop instead of value string ([#540](https://github.com/DataBiosphere/findable-ui/issues/540)) ([#542](https://github.com/DataBiosphere/findable-ui/issues/542)) ([28b7fb8](https://github.com/DataBiosphere/findable-ui/commit/28b7fb8e8646ede29098f6a612b66d3ccef34bf3))
523
-
524
- ## [36.0.0](https://github.com/DataBiosphere/findable-ui/compare/v35.2.0...v36.0.0) (2025-06-18)
525
-
526
-
527
- ### ⚠ BREAKING CHANGES
528
-
529
- * add global search to data dictionary ([#528](https://github.com/DataBiosphere/findable-ui/issues/528)) (#535)
530
- * add provider with reducer for data dictionary state ([#505](https://github.com/DataBiosphere/findable-ui/issues/505)) (#526)
531
-
532
- ### Features
533
-
534
- * add filter tags to data dictionary ([#529](https://github.com/DataBiosphere/findable-ui/issues/529)) ([#536](https://github.com/DataBiosphere/findable-ui/issues/536)) ([30c368d](https://github.com/DataBiosphere/findable-ui/commit/30c368d97f9dfee89f82d108e0a4622a058da53e))
535
- * add global search to data dictionary ([#528](https://github.com/DataBiosphere/findable-ui/issues/528)) ([#535](https://github.com/DataBiosphere/findable-ui/issues/535)) ([d189f5f](https://github.com/DataBiosphere/findable-ui/commit/d189f5fe632f6949d76ac52c631ad0ea93070d56))
536
- * add provider with reducer for data dictionary state ([#505](https://github.com/DataBiosphere/findable-ui/issues/505)) ([#526](https://github.com/DataBiosphere/findable-ui/issues/526)) ([b17f412](https://github.com/DataBiosphere/findable-ui/commit/b17f412ab0358a43fd0e5faf5d009d253bd3c5a6))
537
- * highlight global search text in table results ([#533](https://github.com/DataBiosphere/findable-ui/issues/533)) ([#537](https://github.com/DataBiosphere/findable-ui/issues/537)) ([f9b8d24](https://github.com/DataBiosphere/findable-ui/commit/f9b8d2444ab34ad0a9aa5d4806eb0a88c7bc6d17))
538
-
539
- ## [35.2.0](https://github.com/DataBiosphere/findable-ui/compare/v35.1.0...v35.2.0) (2025-06-16)
540
-
541
-
542
- ### Features
543
-
544
- * add table <code> element ([#525](https://github.com/DataBiosphere/findable-ui/issues/525)) ([#527](https://github.com/DataBiosphere/findable-ui/issues/527)) ([02cb3b6](https://github.com/DataBiosphere/findable-ui/commit/02cb3b698b25a4295fc5ea2048541869301b918f))
545
-
546
-
547
- ### Bug Fixes
548
-
549
- * make user request project metadata by clicking the request link button ([#530](https://github.com/DataBiosphere/findable-ui/issues/530)) ([#531](https://github.com/DataBiosphere/findable-ui/issues/531)) ([b645e0f](https://github.com/DataBiosphere/findable-ui/commit/b645e0fe5604dfc7fc195f91747d4a7985b39e4d))
550
-
551
- ## [35.1.0](https://github.com/DataBiosphere/findable-ui/compare/v35.0.3...v35.1.0) (2025-06-05)
552
-
553
-
554
- ### Features
555
-
556
- * added handling of multiple dictionaries [#423](https://github.com/DataBiosphere/findable-ui/issues/423) ([#523](https://github.com/DataBiosphere/findable-ui/issues/523)) ([212d09a](https://github.com/DataBiosphere/findable-ui/commit/212d09a55f0699a19f5a9dd9c5f917bd46de7a14))
557
-
558
- ## [35.0.3](https://github.com/DataBiosphere/findable-ui/compare/v35.0.2...v35.0.3) (2025-06-04)
559
-
560
-
561
- ### Bug Fixes
562
-
563
- * fix catalog and feature flag state in url on page refresh ([#520](https://github.com/DataBiosphere/findable-ui/issues/520)) ([#521](https://github.com/DataBiosphere/findable-ui/issues/521)) ([4f08211](https://github.com/DataBiosphere/findable-ui/commit/4f082111837530d8f045329867b276aaeb66d389))
564
-
565
- ## [35.0.2](https://github.com/DataBiosphere/findable-ui/compare/v35.0.1...v35.0.2) (2025-06-03)
566
-
567
-
568
- ### Bug Fixes
569
-
570
- * fix explore state entity list type error ([#517](https://github.com/DataBiosphere/findable-ui/issues/517)) ([#518](https://github.com/DataBiosphere/findable-ui/issues/518)) ([bffe1cf](https://github.com/DataBiosphere/findable-ui/commit/bffe1cf876304e848a59353c726da889c1d59f97))
571
-
572
- ## [35.0.1](https://github.com/DataBiosphere/findable-ui/compare/v35.0.0...v35.0.1) (2025-06-03)
573
-
574
-
575
- ### Code Refactoring
576
-
577
- * linting ([#510](https://github.com/DataBiosphere/findable-ui/issues/510)) ([#515](https://github.com/DataBiosphere/findable-ui/issues/515)) ([52d69d7](https://github.com/DataBiosphere/findable-ui/commit/52d69d791358e822e29268b6f0c31555fc296608))
578
-
579
- ## [35.0.0](https://github.com/DataBiosphere/findable-ui/compare/v34.1.0...v35.0.0) (2025-06-03)
580
-
581
-
582
- ### ⚠ BREAKING CHANGES
583
-
584
- * integrate beforepopstatebus with generic state sync for url ↔ state e.g. explore ([#510](https://github.com/DataBiosphere/findable-ui/issues/510)) (#514)
585
-
586
- ### Features
587
-
588
- * add global 'beforepopstate' bus to intercept browser back/forward navigation ([#509](https://github.com/DataBiosphere/findable-ui/issues/509)) ([#511](https://github.com/DataBiosphere/findable-ui/issues/511)) ([0b851fd](https://github.com/DataBiosphere/findable-ui/commit/0b851fd55e29568bd498cdd3184107e4f0eea880))
589
- * integrate beforepopstatebus with generic state sync for url ↔ state e.g. explore ([#510](https://github.com/DataBiosphere/findable-ui/issues/510)) ([#514](https://github.com/DataBiosphere/findable-ui/issues/514)) ([91f7731](https://github.com/DataBiosphere/findable-ui/commit/91f77318c5197ee43c9e690566a1032bb2301b18))
590
-
591
- ## [34.1.0](https://github.com/DataBiosphere/findable-ui/compare/v34.0.0...v34.1.0) (2025-05-29)
592
-
593
-
594
- ### Features
595
-
596
- * entity lists do not load when page refreshes ([#506](https://github.com/DataBiosphere/findable-ui/issues/506)) ([#507](https://github.com/DataBiosphere/findable-ui/issues/507)) ([05ba8a1](https://github.com/DataBiosphere/findable-ui/commit/05ba8a17d5c94b35e35056a51d06066f337a276a))
597
-
598
- ## [34.0.0](https://github.com/DataBiosphere/findable-ui/compare/v33.0.0...v34.0.0) (2025-05-27)
599
-
600
-
601
- ### ⚠ BREAKING CHANGES
602
-
603
- * implement required filter on data dictionary ([#497](https://github.com/DataBiosphere/findable-ui/issues/497)) (#503)
604
-
605
- ### Features
606
-
607
- * implement required filter on data dictionary ([#497](https://github.com/DataBiosphere/findable-ui/issues/497)) ([#503](https://github.com/DataBiosphere/findable-ui/issues/503)) ([5087d0c](https://github.com/DataBiosphere/findable-ui/commit/5087d0cd0f0bab0071dc87a7e9d7894735b69512))
608
-
609
- ## [33.0.0](https://github.com/DataBiosphere/findable-ui/compare/v32.1.1...v33.0.0) (2025-05-23)
610
-
611
-
612
- ### ⚠ BREAKING CHANGES
613
-
614
- * updated allowed annotation values #489 ([#498](https://github.com/DataBiosphere/findable-ui/issues/498))
615
-
616
- ### Features
617
-
618
- * updated allowed annotation values [#489](https://github.com/DataBiosphere/findable-ui/issues/489) ([#498](https://github.com/DataBiosphere/findable-ui/issues/498)) ([78a6d4c](https://github.com/DataBiosphere/findable-ui/commit/78a6d4ca3bd798079ae1596078eb91ae2a1b9ab2))
619
-
620
-
621
- ### Bug Fixes
622
-
623
- * fix incorrect labels on filters ([#499](https://github.com/DataBiosphere/findable-ui/issues/499)) ([#500](https://github.com/DataBiosphere/findable-ui/issues/500)) ([d6d85e4](https://github.com/DataBiosphere/findable-ui/commit/d6d85e4d04e2d9b6f441a9a2105a1bd31baf560f))
624
-
625
- ## [32.1.1](https://github.com/DataBiosphere/findable-ui/compare/v32.1.0...v32.1.1) (2025-05-22)
626
-
627
-
628
- ### Bug Fixes
629
-
630
- * imports in usebeforepopstate utils ([#491](https://github.com/DataBiosphere/findable-ui/issues/491)) ([#495](https://github.com/DataBiosphere/findable-ui/issues/495)) ([b18f1e8](https://github.com/DataBiosphere/findable-ui/commit/b18f1e866709fa447483b6f8366194ede588b9c1))
631
-
632
- ## [32.1.0](https://github.com/DataBiosphere/findable-ui/compare/v32.0.1...v32.1.0) (2025-05-22)
633
-
634
-
635
- ### Features
636
-
637
- * create controlled two-way sync of filter state ([#491](https://github.com/DataBiosphere/findable-ui/issues/491)) ([#492](https://github.com/DataBiosphere/findable-ui/issues/492)) ([094c051](https://github.com/DataBiosphere/findable-ui/commit/094c051e51463289ce647cf869cba28bce5837b5))
638
-
639
- ## [32.0.1](https://github.com/DataBiosphere/findable-ui/compare/v32.0.0...v32.0.1) (2025-05-20)
640
-
641
-
642
- ### Bug Fixes
643
-
644
- * prevent table column def and data mismatch for client side filtering ([#484](https://github.com/DataBiosphere/findable-ui/issues/484)) ([#485](https://github.com/DataBiosphere/findable-ui/issues/485)) ([04f0ec8](https://github.com/DataBiosphere/findable-ui/commit/04f0ec8d1ac13e91c8f97d5becb58a0662f54939))
645
- * update explorestate provider updateentityfilters action ([#486](https://github.com/DataBiosphere/findable-ui/issues/486)) ([ae16e1c](https://github.com/DataBiosphere/findable-ui/commit/ae16e1c810d629e533f287e229d783315fa37e29))
646
- * update explorestate provider updateentityfilters action: update filters when tabvalue matches entitylisttype ([#486](https://github.com/DataBiosphere/findable-ui/issues/486)) ([#487](https://github.com/DataBiosphere/findable-ui/issues/487)) ([ae16e1c](https://github.com/DataBiosphere/findable-ui/commit/ae16e1c810d629e533f287e229d783315fa37e29))
647
-
648
- ## [32.0.0](https://github.com/DataBiosphere/findable-ui/compare/v31.0.0...v32.0.0) (2025-05-19)
649
-
650
-
651
- ### ⚠ BREAKING CHANGES
652
-
653
- * ove rehype-raw, rehype-react, rehype-sanitize, remark-gfm, remark-rehype from dev-dependency to peer ([#481](https://github.com/DataBiosphere/findable-ui/issues/481)) (#482)
654
-
655
- ### Bug Fixes
656
-
657
- * ove rehype-raw, rehype-react, rehype-sanitize, remark-gfm, remark-rehype from dev-dependency to peer ([#481](https://github.com/DataBiosphere/findable-ui/issues/481)) ([#482](https://github.com/DataBiosphere/findable-ui/issues/482)) ([a6dfd0f](https://github.com/DataBiosphere/findable-ui/commit/a6dfd0fa5ac9fe5e8da2bf8e83ae06868f962f95))
658
-
659
- ## [31.0.0](https://github.com/DataBiosphere/findable-ui/compare/v30.0.0...v31.0.0) (2025-05-15)
660
-
661
-
662
- ### ⚠ BREAKING CHANGES
663
-
664
- * create data dictionary table cell for displaying markdown ([#453](https://github.com/DataBiosphere/findable-ui/issues/453)) (#480)
665
- * make data dictionary config generic with attribute as default ([#476](https://github.com/DataBiosphere/findable-ui/issues/476)) (#477)
666
-
667
- ### Features
668
-
669
- * create data dictionary table cell for displaying markdown ([#453](https://github.com/DataBiosphere/findable-ui/issues/453)) ([#480](https://github.com/DataBiosphere/findable-ui/issues/480)) ([4ee16e7](https://github.com/DataBiosphere/findable-ui/commit/4ee16e75e66dd56d126ed01773364d6fe5a32ab7))
670
- * make data dictionary config generic with attribute as default ([#476](https://github.com/DataBiosphere/findable-ui/issues/476)) ([#477](https://github.com/DataBiosphere/findable-ui/issues/477)) ([723585d](https://github.com/DataBiosphere/findable-ui/commit/723585de6e6380eccd5d39f72cbc0aa6db1fc398))
671
-
672
- ## [30.0.0](https://github.com/DataBiosphere/findable-ui/compare/v29.0.2...v30.0.0) (2025-05-13)
673
-
674
-
675
- ### ⚠ BREAKING CHANGES
676
-
677
- * create table cell for displaying links ([#468](https://github.com/DataBiosphere/findable-ui/issues/468)) (#473)
678
- * create data dictionary chip ([#451](https://github.com/DataBiosphere/findable-ui/issues/451)) (#467)
679
- * implement filter range in category filters ([#440](https://github.com/DataBiosphere/findable-ui/issues/440)) (#458)
680
-
681
- ### Features
682
-
683
- * create data dictionary chip ([#451](https://github.com/DataBiosphere/findable-ui/issues/451)) ([#467](https://github.com/DataBiosphere/findable-ui/issues/467)) ([f3fa731](https://github.com/DataBiosphere/findable-ui/commit/f3fa7315c4266e00f323a466a9d49ab2a8759697))
684
- * create table cell for displaying links ([#468](https://github.com/DataBiosphere/findable-ui/issues/468)) ([#473](https://github.com/DataBiosphere/findable-ui/issues/473)) ([ac13085](https://github.com/DataBiosphere/findable-ui/commit/ac130852f8dc8200407b2d4c640f6d2d8a871f1b))
685
- * implement filter range in category filters ([#440](https://github.com/DataBiosphere/findable-ui/issues/440)) ([#458](https://github.com/DataBiosphere/findable-ui/issues/458)) ([70644d1](https://github.com/DataBiosphere/findable-ui/commit/70644d12609e05551ec0d276630b9b8cd686edcf))
686
- * update data dictionary view to be full width ([#456](https://github.com/DataBiosphere/findable-ui/issues/456)) ([#465](https://github.com/DataBiosphere/findable-ui/issues/465)) ([16e98bd](https://github.com/DataBiosphere/findable-ui/commit/16e98bd9b9e9680bad532126cb760cc117d5690f))
687
-
688
-
689
- ### Bug Fixes
690
-
691
- * fix data dictionary basiccell component to render boolean values as string ([#474](https://github.com/DataBiosphere/findable-ui/issues/474)) ([#475](https://github.com/DataBiosphere/findable-ui/issues/475)) ([d754d31](https://github.com/DataBiosphere/findable-ui/commit/d754d31929b09509e30e624edb9aae44b8114876))
692
- * update table chipcell component interface ([#471](https://github.com/DataBiosphere/findable-ui/issues/471)) ([#472](https://github.com/DataBiosphere/findable-ui/issues/472)) ([992a0f2](https://github.com/DataBiosphere/findable-ui/commit/992a0f24d6f08dcf3fbfab545bad47816f791e11))
693
-
694
- ## [29.0.2](https://github.com/DataBiosphere/findable-ui/compare/v29.0.1...v29.0.2) (2025-05-07)
695
-
696
-
697
- ### Bug Fixes
698
-
699
- * updated ColumnDef typing [#423](https://github.com/DataBiosphere/findable-ui/issues/423) ([#461](https://github.com/DataBiosphere/findable-ui/issues/461)) ([0b56ce8](https://github.com/DataBiosphere/findable-ui/commit/0b56ce82cb9c1247a32226e8e659ae760c7a140a))
700
-
701
- ## [29.0.1](https://github.com/DataBiosphere/findable-ui/compare/v29.0.0...v29.0.1) (2025-05-07)
702
-
703
-
704
- ### Bug Fixes
705
-
706
- * updated optional dictionary values [#423](https://github.com/DataBiosphere/findable-ui/issues/423) ([#459](https://github.com/DataBiosphere/findable-ui/issues/459)) ([f6dbfb5](https://github.com/DataBiosphere/findable-ui/commit/f6dbfb5461541166a6f8b82ae4f5d07761e447d4))
707
-
708
- ## [29.0.0](https://github.com/DataBiosphere/findable-ui/compare/v28.0.1...v29.0.0) (2025-05-06)
709
-
710
-
711
- ### ⚠ BREAKING CHANGES
712
-
713
- * updated data dictionary model #423 ([#454](https://github.com/DataBiosphere/findable-ui/issues/454))
714
-
715
- ### Features
716
-
717
- * updated data dictionary model [#423](https://github.com/DataBiosphere/findable-ui/issues/423) ([#454](https://github.com/DataBiosphere/findable-ui/issues/454)) ([729da9e](https://github.com/DataBiosphere/findable-ui/commit/729da9e569addd680c2b160973f47630441d613c))
718
-
719
- ## [28.0.1](https://github.com/DataBiosphere/findable-ui/compare/v28.0.0...v28.0.1) (2025-04-30)
720
-
721
-
722
- ### Bug Fixes
723
-
724
- * fix observable plot y-scale warning caused by numeric strings ([#449](https://github.com/DataBiosphere/findable-ui/issues/449)) ([#450](https://github.com/DataBiosphere/findable-ui/issues/450)) ([53df97a](https://github.com/DataBiosphere/findable-ui/commit/53df97a8508c822aef48aac4c71646cfddc0b605))
725
-
726
- ## [28.0.0](https://github.com/DataBiosphere/findable-ui/compare/v27.0.0...v28.0.0) (2025-04-30)
727
-
728
-
729
- ### ⚠ BREAKING CHANGES
730
-
731
- * chart view - for client side filtering ([#447](https://github.com/DataBiosphere/findable-ui/issues/447)) (#448)
732
-
733
- ### Features
734
-
735
- * chart view - change 'per' to 'by' in chart titles ([#442](https://github.com/DataBiosphere/findable-ui/issues/442)) ([#445](https://github.com/DataBiosphere/findable-ui/issues/445)) ([52d2cc9](https://github.com/DataBiosphere/findable-ui/commit/52d2cc94129d0c3883b2f6c6c3b6b6eeb36d995c))
736
- * chart view add percentage to counts ([#441](https://github.com/DataBiosphere/findable-ui/issues/441)) ([#443](https://github.com/DataBiosphere/findable-ui/issues/443)) ([ca609bb](https://github.com/DataBiosphere/findable-ui/commit/ca609bba7fb6d55a2b4112ac989bed1726c72872))
737
-
738
-
739
- ### Bug Fixes
740
-
741
- * chart view - for client side filtering ([#447](https://github.com/DataBiosphere/findable-ui/issues/447)) ([#448](https://github.com/DataBiosphere/findable-ui/issues/448)) ([d35ffb1](https://github.com/DataBiosphere/findable-ui/commit/d35ffb16aaf8fca967430f1abf1293927c6873f2))
742
-
743
- ## [27.0.0](https://github.com/DataBiosphere/findable-ui/compare/v26.0.0...v27.0.0) (2025-04-24)
744
-
745
-
746
- ### ⚠ BREAKING CHANGES
747
-
748
- * updated column def width type #437 ([#438](https://github.com/DataBiosphere/findable-ui/issues/438))
749
-
750
- ### Bug Fixes
751
-
752
- * updated column def width type [#437](https://github.com/DataBiosphere/findable-ui/issues/437) ([6e9bd24](https://github.com/DataBiosphere/findable-ui/commit/6e9bd247ddded8e169f68a09e3c4553692d6a979))
753
- * updated column def width type [#437](https://github.com/DataBiosphere/findable-ui/issues/437) ([#438](https://github.com/DataBiosphere/findable-ui/issues/438)) ([6e9bd24](https://github.com/DataBiosphere/findable-ui/commit/6e9bd247ddded8e169f68a09e3c4553692d6a979))
754
-
755
- ## [26.0.0](https://github.com/DataBiosphere/findable-ui/compare/v25.1.0...v26.0.0) (2025-04-23)
756
-
757
-
758
- ### ⚠ BREAKING CHANGES
759
-
760
- * bump nextjs version to latest in the 14 branch at least to 14.2.15 ([#431](https://github.com/DataBiosphere/findable-ui/issues/431)) (#436)
761
- * fix duplication of component type basecomponentprops ([#420](https://github.com/DataBiosphere/findable-ui/issues/420)) (#421)
762
- * add css shadow variables to theme ([#417](https://github.com/DataBiosphere/findable-ui/issues/417)) (#419)
763
- * add update catalog mode filters to support a range filter ([#398](https://github.com/DataBiosphere/findable-ui/issues/398)) (#418)
764
- * separate type exports from useexploremode hook to avoid test import issues ([#414](https://github.com/DataBiosphere/findable-ui/issues/414)) (#415)
765
- * refactor palette.ts - limit public surface area ([#394](https://github.com/DataBiosphere/findable-ui/issues/394)) (#416)
766
- * externalized data dictionary config #366 ([#404](https://github.com/DataBiosphere/findable-ui/issues/404))
767
- * refactor button constants ([#405](https://github.com/DataBiosphere/findable-ui/issues/405)) (#406)
768
-
769
- ### Features
770
-
771
- * add update catalog mode filters to support a range filter ([#398](https://github.com/DataBiosphere/findable-ui/issues/398)) ([#418](https://github.com/DataBiosphere/findable-ui/issues/418)) ([4794b91](https://github.com/DataBiosphere/findable-ui/commit/4794b91d265b679393ba19d794cfd342a4d915ec))
772
- * chart view - sort bars by size - largest first ([#409](https://github.com/DataBiosphere/findable-ui/issues/409)) ([#411](https://github.com/DataBiosphere/findable-ui/issues/411)) ([768d068](https://github.com/DataBiosphere/findable-ui/commit/768d068924df7a120cd79f82cbb3138f64c028cb))
773
- * chart view - update titles to show the entity type ([#412](https://github.com/DataBiosphere/findable-ui/issues/412)) ([#413](https://github.com/DataBiosphere/findable-ui/issues/413)) ([e0d9038](https://github.com/DataBiosphere/findable-ui/commit/e0d9038160ef109ce87f417fb729a6c16d0de537))
774
- * externalized data dictionary config [#366](https://github.com/DataBiosphere/findable-ui/issues/366) ([2b986bb](https://github.com/DataBiosphere/findable-ui/commit/2b986bb0a647019f19653cb0ba758b4778f74267))
775
- * externalized data dictionary config [#366](https://github.com/DataBiosphere/findable-ui/issues/366) ([#404](https://github.com/DataBiosphere/findable-ui/issues/404)) ([2b986bb](https://github.com/DataBiosphere/findable-ui/commit/2b986bb0a647019f19653cb0ba758b4778f74267))
776
- * range filter component ([#397](https://github.com/DataBiosphere/findable-ui/issues/397)) ([#408](https://github.com/DataBiosphere/findable-ui/issues/408)) ([56fbc75](https://github.com/DataBiosphere/findable-ui/commit/56fbc756e4175a6c1ccdac325ecfd0603e71b0b6))
777
- * update chart ui to make charts more compact ([#429](https://github.com/DataBiosphere/findable-ui/issues/429)) ([#430](https://github.com/DataBiosphere/findable-ui/issues/430)) ([916f004](https://github.com/DataBiosphere/findable-ui/commit/916f004fa0e78be356ac0e12edb6f4e256f51092))
778
-
779
-
780
- ### Bug Fixes
781
-
782
- * make gridtracksize import relative ([#434](https://github.com/DataBiosphere/findable-ui/issues/434)) ([#435](https://github.com/DataBiosphere/findable-ui/issues/435)) ([8da5c47](https://github.com/DataBiosphere/findable-ui/commit/8da5c4729ea2fa4986dacf0ce07d07bdbbbc69fc))
783
-
784
-
785
- ### Chores
786
-
787
- * bump nextjs version to latest in the 14 branch at least to 14.2.15 ([#431](https://github.com/DataBiosphere/findable-ui/issues/431)) ([#436](https://github.com/DataBiosphere/findable-ui/issues/436)) ([c60b3e8](https://github.com/DataBiosphere/findable-ui/commit/c60b3e82dc2cea513cfda6bff3de44310125fc27))
788
-
789
-
790
- ### Code Refactoring
791
-
792
- * add css shadow variables to theme ([#417](https://github.com/DataBiosphere/findable-ui/issues/417)) ([#419](https://github.com/DataBiosphere/findable-ui/issues/419)) ([55fcfb4](https://github.com/DataBiosphere/findable-ui/commit/55fcfb4d2f7ecdcbbc9328da585a3026d42ee0b6))
793
- * chart test ([#432](https://github.com/DataBiosphere/findable-ui/issues/432)) ([#433](https://github.com/DataBiosphere/findable-ui/issues/433)) ([8cabd60](https://github.com/DataBiosphere/findable-ui/commit/8cabd60a9fcfa679b10018d17404270b589eb091))
794
- * fix duplication of component type basecomponentprops ([#420](https://github.com/DataBiosphere/findable-ui/issues/420)) ([#421](https://github.com/DataBiosphere/findable-ui/issues/421)) ([1096940](https://github.com/DataBiosphere/findable-ui/commit/1096940bdfbabfa0c71bc69cb22f3e1c8883844a))
795
- * refactor button constants ([#405](https://github.com/DataBiosphere/findable-ui/issues/405)) ([#406](https://github.com/DataBiosphere/findable-ui/issues/406)) ([65681b5](https://github.com/DataBiosphere/findable-ui/commit/65681b5220bf7b9f9d9d29cbc0fd4e5447f98a70))
796
- * refactor palette.ts - limit public surface area ([#394](https://github.com/DataBiosphere/findable-ui/issues/394)) ([#416](https://github.com/DataBiosphere/findable-ui/issues/416)) ([f2762f5](https://github.com/DataBiosphere/findable-ui/commit/f2762f58c188bbf21c17a73c00f2a7e1ed235fbd))
797
- * separate type exports from useexploremode hook to avoid test import issues ([#414](https://github.com/DataBiosphere/findable-ui/issues/414)) ([#415](https://github.com/DataBiosphere/findable-ui/issues/415)) ([9981962](https://github.com/DataBiosphere/findable-ui/commit/9981962c614f9e064156d892903c6e2d131215d4))
798
-
799
- ## [25.1.0](https://github.com/DataBiosphere/findable-ui/compare/v25.0.0...v25.1.0) (2025-04-14)
800
-
801
-
802
- ### Features
803
-
804
- * add test ids to key testable components ([#401](https://github.com/DataBiosphere/findable-ui/issues/401)) ([#403](https://github.com/DataBiosphere/findable-ui/issues/403)) ([99a41f8](https://github.com/DataBiosphere/findable-ui/commit/99a41f8661d0794d20b4e610a24c9fe1b8fbc4f1))
805
-
806
-
807
- ### Bug Fixes
808
-
809
- * fix theme with deepmerge ([#399](https://github.com/DataBiosphere/findable-ui/issues/399)) ([#400](https://github.com/DataBiosphere/findable-ui/issues/400)) ([981d8f9](https://github.com/DataBiosphere/findable-ui/commit/981d8f9fb2a1acce20707d558c9880dc63af7485))
810
-
811
- ## [25.0.0](https://github.com/DataBiosphere/findable-ui/compare/v24.0.0...v25.0.0) (2025-04-11)
812
-
813
-
814
- ### ⚠ BREAKING CHANGES
815
-
816
- * refactor filtersummary to chartview ([#395](https://github.com/DataBiosphere/findable-ui/issues/395)) (#396)
817
- * implement filter summary view charts ([#390](https://github.com/DataBiosphere/findable-ui/issues/390)) (#391)
818
- * add css variables to theme ([#392](https://github.com/DataBiosphere/findable-ui/issues/392)) (#393)
819
- * implement filter summary view toggle ([#377](https://github.com/DataBiosphere/findable-ui/issues/377)) (#389)
820
- * update mui to latest version v7 ([#373](https://github.com/DataBiosphere/findable-ui/issues/373)) (#375)
821
-
822
- ### Features
823
-
824
- * add css variables to theme ([#392](https://github.com/DataBiosphere/findable-ui/issues/392)) ([#393](https://github.com/DataBiosphere/findable-ui/issues/393)) ([9a04974](https://github.com/DataBiosphere/findable-ui/commit/9a049749c3ecc122dc86395eca5fa544a59f885b))
825
- * implement filter summary view charts ([#390](https://github.com/DataBiosphere/findable-ui/issues/390)) ([#391](https://github.com/DataBiosphere/findable-ui/issues/391)) ([f679a0b](https://github.com/DataBiosphere/findable-ui/commit/f679a0b3a4910ebbd270f250dbc5c6cbe75a8257))
826
- * implement filter summary view toggle ([#377](https://github.com/DataBiosphere/findable-ui/issues/377)) ([#389](https://github.com/DataBiosphere/findable-ui/issues/389)) ([87882f2](https://github.com/DataBiosphere/findable-ui/commit/87882f2d719d6d12748a795dce97f80e89e8a2ef))
827
- * update backpagehero props to take breadcrumbs as reactnode ([#371](https://github.com/DataBiosphere/findable-ui/issues/371)) ([#372](https://github.com/DataBiosphere/findable-ui/issues/372)) ([d53947a](https://github.com/DataBiosphere/findable-ui/commit/d53947a70d7957f19e9770d3174630bc5b402ce8))
828
-
829
-
830
- ### Bug Fixes
831
-
832
- * add dropdownicon to muiselect default props ([#356](https://github.com/DataBiosphere/findable-ui/issues/356)) ([#384](https://github.com/DataBiosphere/findable-ui/issues/384)) ([de68df4](https://github.com/DataBiosphere/findable-ui/commit/de68df4804f58deaf4d3c8caebafbdc5f88b2884))
833
- * fix ci test failure 'textencoder is not defined' ([#381](https://github.com/DataBiosphere/findable-ui/issues/381)) ([#382](https://github.com/DataBiosphere/findable-ui/issues/382)) ([0f301b7](https://github.com/DataBiosphere/findable-ui/commit/0f301b7176f65219d9c7484a7cb735ff8b12fdb5))
834
- * fix Jest ESM Transformation Issue for @mui/icons-material ([#352](https://github.com/DataBiosphere/findable-ui/issues/352)) ([#353](https://github.com/DataBiosphere/findable-ui/issues/353)) ([b812371](https://github.com/DataBiosphere/findable-ui/commit/b812371ed47ecddf32b1eeec18e8e846eee52ae4))
835
- * fix search bar position when a banner is displayed ([#369](https://github.com/DataBiosphere/findable-ui/issues/369)) ([#370](https://github.com/DataBiosphere/findable-ui/issues/370)) ([c7d476c](https://github.com/DataBiosphere/findable-ui/commit/c7d476cd4db90ecdcd77ad5da774c669b2c04e6b))
836
- * update 'renew your account' link ([#385](https://github.com/DataBiosphere/findable-ui/issues/385)) ([#386](https://github.com/DataBiosphere/findable-ui/issues/386)) ([ecf0ce3](https://github.com/DataBiosphere/findable-ui/commit/ecf0ce346811ac3a00a64863e9397ff0bf5691c4))
837
-
838
-
839
- ### Chores
840
-
841
- * update mui to latest version v7 ([#373](https://github.com/DataBiosphere/findable-ui/issues/373)) ([#375](https://github.com/DataBiosphere/findable-ui/issues/375)) ([b395861](https://github.com/DataBiosphere/findable-ui/commit/b395861d631fa1f744ba8d6e008baa5507e249bd))
842
-
843
-
844
- ### Code Refactoring
845
-
846
- * refactor filtersummary to chartview ([#395](https://github.com/DataBiosphere/findable-ui/issues/395)) ([#396](https://github.com/DataBiosphere/findable-ui/issues/396)) ([458ad99](https://github.com/DataBiosphere/findable-ui/commit/458ad9915fe6e9231a3ecb2f00bde688a3305873))
847
- * refactor list to a jsx element instead of an evaluated function ([#378](https://github.com/DataBiosphere/findable-ui/issues/378)) ([#379](https://github.com/DataBiosphere/findable-ui/issues/379)) ([4a13192](https://github.com/DataBiosphere/findable-ui/commit/4a131926d312a685eab828e125d375656ce56c52))
848
- * remove deprecated components from index component tree ([#387](https://github.com/DataBiosphere/findable-ui/issues/387)) ([#388](https://github.com/DataBiosphere/findable-ui/issues/388)) ([9725293](https://github.com/DataBiosphere/findable-ui/commit/9725293f0320964d92141c0fe8030dffece5ae03))
849
-
850
- ## [24.0.0](https://github.com/DataBiosphere/findable-ui/compare/v23.0.0...v24.0.0) (2025-03-28)
851
-
852
-
853
- ### ⚠ BREAKING CHANGES
854
-
855
- * fix keyvaluepairs component typography props ([#367](https://github.com/DataBiosphere/findable-ui/issues/367)) (#368)
856
-
857
- ### Features
858
-
859
- * add 'text-heading-xsmall' to typography variants ([#361](https://github.com/DataBiosphere/findable-ui/issues/361)) ([#362](https://github.com/DataBiosphere/findable-ui/issues/362)) ([5ec4c9d](https://github.com/DataBiosphere/findable-ui/commit/5ec4c9dc42d043f8fb5f8dd13f391ac9478edac0))
860
- * create step component ([#364](https://github.com/DataBiosphere/findable-ui/issues/364)) ([#365](https://github.com/DataBiosphere/findable-ui/issues/365)) ([ca9fdfd](https://github.com/DataBiosphere/findable-ui/commit/ca9fdfd4dd8cb54f49e53afe75358ae3b53d6243))
861
- * create step indicator component ([#350](https://github.com/DataBiosphere/findable-ui/issues/350)) ([#351](https://github.com/DataBiosphere/findable-ui/issues/351)) ([dd40168](https://github.com/DataBiosphere/findable-ui/commit/dd401684a8ceaeca68961088ddb1924b3a5a6a4a))
862
- * create step label component ([#360](https://github.com/DataBiosphere/findable-ui/issues/360)) ([#363](https://github.com/DataBiosphere/findable-ui/issues/363)) ([cba945c](https://github.com/DataBiosphere/findable-ui/commit/cba945ccee05e040709870287cba0d34b25e981a))
863
-
864
-
865
- ### Bug Fixes
866
-
867
- * fix keyvaluepairs component typography props ([#367](https://github.com/DataBiosphere/findable-ui/issues/367)) ([#368](https://github.com/DataBiosphere/findable-ui/issues/368)) ([7777828](https://github.com/DataBiosphere/findable-ui/commit/7777828988d4bda2f0d5932c0f2cac931df15240))
868
- * jest tests missing storybook annotations ([#354](https://github.com/DataBiosphere/findable-ui/issues/354)) ([#355](https://github.com/DataBiosphere/findable-ui/issues/355)) ([1ec7a72](https://github.com/DataBiosphere/findable-ui/commit/1ec7a72da225560ebbacf279a1009703d25f9e6e))
869
-
870
-
871
- ### Code Refactoring
872
-
873
- * storybook parameters nextjs router config ([#357](https://github.com/DataBiosphere/findable-ui/issues/357)) ([#359](https://github.com/DataBiosphere/findable-ui/issues/359)) ([fc20e88](https://github.com/DataBiosphere/findable-ui/commit/fc20e886f3a14c6ed22f8f2f55b1067bfa5165f3))
874
-
875
- ## [23.0.0](https://github.com/DataBiosphere/findable-ui/compare/v22.0.0...v23.0.0) (2025-03-21)
876
-
877
-
878
- ### ⚠ BREAKING CHANGES
879
-
880
- * create data dictionary left-hand navigation component and add dictionary layout ([#337](https://github.com/DataBiosphere/findable-ui/issues/337)) (#338)
881
- * layoutdimensions provider and remove layout state provider ([#348](https://github.com/DataBiosphere/findable-ui/issues/348)) (#349)
882
- * refactor outline component with new hook handling state and disabled outline item ([#346](https://github.com/DataBiosphere/findable-ui/issues/346)) (#347)
883
- * refactor selectors into an enum and add ids to header and footer ([#341](https://github.com/DataBiosphere/findable-ui/issues/341)) (#343)
884
- * refactor typography constants ([#339](https://github.com/DataBiosphere/findable-ui/issues/339)) (#340)
885
-
886
- ### Features
887
-
888
- * create a new provider that returns header and footer dimensions ([#344](https://github.com/DataBiosphere/findable-ui/issues/344)) ([#345](https://github.com/DataBiosphere/findable-ui/issues/345)) ([7800842](https://github.com/DataBiosphere/findable-ui/commit/7800842b43b6e2edae926dcc26c842ccb592c407))
889
- * create data dictionary left-hand navigation component and add dictionary layout ([#337](https://github.com/DataBiosphere/findable-ui/issues/337)) ([#338](https://github.com/DataBiosphere/findable-ui/issues/338)) ([94115b3](https://github.com/DataBiosphere/findable-ui/commit/94115b3a308f150bdeba9a9e374a9dcc510f3405))
890
-
891
-
892
- ### Bug Fixes
893
-
894
- * layoutdimensions provider and remove layout state provider ([#348](https://github.com/DataBiosphere/findable-ui/issues/348)) ([#349](https://github.com/DataBiosphere/findable-ui/issues/349)) ([77deafe](https://github.com/DataBiosphere/findable-ui/commit/77deafe915d5a6fe42667a404d2b1f062f67cabb))
895
-
896
-
897
- ### Code Refactoring
898
-
899
- * refactor outline component with new hook handling state and disabled outline item ([#346](https://github.com/DataBiosphere/findable-ui/issues/346)) ([#347](https://github.com/DataBiosphere/findable-ui/issues/347)) ([0d8fdba](https://github.com/DataBiosphere/findable-ui/commit/0d8fdba669c47e61d5e524274b237eed55998fd6))
900
- * refactor selectors into an enum and add ids to header and footer ([#341](https://github.com/DataBiosphere/findable-ui/issues/341)) ([#343](https://github.com/DataBiosphere/findable-ui/issues/343)) ([71b7444](https://github.com/DataBiosphere/findable-ui/commit/71b74449330ce507f22939d7bdaf0f92af985de8))
901
- * refactor typography constants ([#339](https://github.com/DataBiosphere/findable-ui/issues/339)) ([#340](https://github.com/DataBiosphere/findable-ui/issues/340)) ([a5632b5](https://github.com/DataBiosphere/findable-ui/commit/a5632b50d852323a0002eae7b0524378728ff081))
902
-
903
- ## [22.0.0](https://github.com/DataBiosphere/findable-ui/compare/v21.4.0...v22.0.0) (2025-03-14)
904
-
905
-
906
- ### ⚠ BREAKING CHANGES
907
-
908
- * upgrade dependencies to resolve vulnerabilities ([#326](https://github.com/DataBiosphere/findable-ui/issues/326)) (#327)
909
-
910
- ### Features
911
-
912
- * create data dictionary table component ([#334](https://github.com/DataBiosphere/findable-ui/issues/334)) ([#335](https://github.com/DataBiosphere/findable-ui/issues/335)) ([b5c99a6](https://github.com/DataBiosphere/findable-ui/commit/b5c99a63ce016ba7f1a26275652f1460fe022e9b))
913
-
914
-
915
- ### Bug Fixes
916
-
917
- * add 'rel' attribute to viewsupport component props ([#328](https://github.com/DataBiosphere/findable-ui/issues/328)) ([#329](https://github.com/DataBiosphere/findable-ui/issues/329)) ([98ccf03](https://github.com/DataBiosphere/findable-ui/commit/98ccf03037e7a14f95dc290025e2ed64adcc060d))
918
- * upgrade dependencies to resolve vulnerabilities ([#326](https://github.com/DataBiosphere/findable-ui/issues/326)) ([#327](https://github.com/DataBiosphere/findable-ui/issues/327)) ([196ee53](https://github.com/DataBiosphere/findable-ui/commit/196ee53d40c1dd9180f8eee92951c23ed135257e))
919
-
920
- ## [21.4.0](https://github.com/DataBiosphere/findable-ui/compare/v21.3.0...v21.4.0) (2025-02-28)
921
-
922
-
923
- ### Features
924
-
925
- * added check login required for export/download [#283](https://github.com/DataBiosphere/findable-ui/issues/283) ([#324](https://github.com/DataBiosphere/findable-ui/issues/324)) ([badb6ab](https://github.com/DataBiosphere/findable-ui/commit/badb6abe9319625a7fdabfe290434a05115cc2a9))
926
- * use anchor tags for all header and footer links ([#297](https://github.com/DataBiosphere/findable-ui/issues/297)) ([#322](https://github.com/DataBiosphere/findable-ui/issues/322)) ([95effbf](https://github.com/DataBiosphere/findable-ui/commit/95effbfcdb65d71d10141c287b34043086c261e5))
927
-
928
- ## [21.3.0](https://github.com/DataBiosphere/findable-ui/compare/v21.2.0...v21.3.0) (2025-02-14)
929
-
930
-
931
- ### Features
932
-
933
- * add data dictionary tooltip support [#4131](https://github.com/DataBiosphere/findable-ui/issues/4131) ([#320](https://github.com/DataBiosphere/findable-ui/issues/320)) ([849e5cf](https://github.com/DataBiosphere/findable-ui/commit/849e5cf5898f71be210436863c9b10baf85a8427))
934
-
935
- ## [21.2.0](https://github.com/DataBiosphere/findable-ui/compare/v21.1.1...v21.2.0) (2025-02-12)
936
-
937
-
938
- ### Features
939
-
940
- * create data dictionary tooltip component ([#317](https://github.com/DataBiosphere/findable-ui/issues/317)) ([#318](https://github.com/DataBiosphere/findable-ui/issues/318)) ([be4fd30](https://github.com/DataBiosphere/findable-ui/commit/be4fd30bcc2d04db230f0beefbae5ff3f7998d0b))
941
-
942
- ## [21.1.1](https://github.com/DataBiosphere/findable-ui/compare/v21.1.0...v21.1.1) (2025-01-31)
943
-
944
-
945
- ### Bug Fixes
946
-
947
- * quote values in tsv export when they contain syntactic characters ([#314](https://github.com/DataBiosphere/findable-ui/issues/314)) ([#315](https://github.com/DataBiosphere/findable-ui/issues/315)) ([d6832a5](https://github.com/DataBiosphere/findable-ui/commit/d6832a56f5245281e635902000dcecaab62c155f))
948
-
949
- ## [21.1.0](https://github.com/DataBiosphere/findable-ui/compare/v21.0.0...v21.1.0) (2025-01-30)
950
-
951
-
952
- ### Features
953
-
954
- * support unifying export views [#4102](https://github.com/DataBiosphere/findable-ui/issues/4102) ([#312](https://github.com/DataBiosphere/findable-ui/issues/312)) ([cbeb6e5](https://github.com/DataBiosphere/findable-ui/commit/cbeb6e5c6c264049767c3e7a5bebe4c72e25e6b1))
955
-
956
- ## [21.0.0](https://github.com/DataBiosphere/findable-ui/compare/v20.0.0...v21.0.0) (2025-01-06)
957
-
958
-
959
- ### ⚠ BREAKING CHANGES
960
-
961
- * update column visibility to use only tanstack api ([#307](https://github.com/DataBiosphere/findable-ui/issues/307)) (#308)
962
-
963
- ### Features
964
-
965
- * update column visibility to use only tanstack api ([#307](https://github.com/DataBiosphere/findable-ui/issues/307)) ([#308](https://github.com/DataBiosphere/findable-ui/issues/308)) ([4baf212](https://github.com/DataBiosphere/findable-ui/commit/4baf212bf564d539b757dd82144511fc97ca7717))
966
-
967
- ## [20.0.0](https://github.com/DataBiosphere/findable-ui/compare/v19.0.0...v20.0.0) (2025-01-06)
968
-
969
-
970
- ### ⚠ BREAKING CHANGES
971
-
972
- * remove terra functionality from authprovider into its own provider ([#178](https://github.com/DataBiosphere/findable-ui/issues/178)) (#240)
973
-
974
- ### Features
975
-
976
- * remove terra functionality from authprovider into its own provider ([#178](https://github.com/DataBiosphere/findable-ui/issues/178)) ([#240](https://github.com/DataBiosphere/findable-ui/issues/240)) ([18b0ea8](https://github.com/DataBiosphere/findable-ui/commit/18b0ea875b0096a76e968f8578769f62fbab8804))
977
-
978
- ## [19.0.0](https://github.com/DataBiosphere/findable-ui/compare/v18.0.0...v19.0.0) (2025-01-03)
979
-
980
-
981
- ### ⚠ BREAKING CHANGES
982
-
983
- * implement group by list ([#302](https://github.com/DataBiosphere/findable-ui/issues/302)) (#303)
984
-
985
- ### Features
986
-
987
- * implement group by list ([#302](https://github.com/DataBiosphere/findable-ui/issues/302)) ([#303](https://github.com/DataBiosphere/findable-ui/issues/303)) ([36e4330](https://github.com/DataBiosphere/findable-ui/commit/36e433053b1c2f17ddc75964c8e8eec35440b7bd))
988
-
989
- ## [18.0.0](https://github.com/DataBiosphere/findable-ui/compare/v17.0.0...v18.0.0) (2024-12-18)
990
-
991
-
992
- ### ⚠ BREAKING CHANGES
993
-
994
- * ensure select category value label is string and type key as unknown ([#298](https://github.com/DataBiosphere/findable-ui/issues/298)) (#299)
995
-
996
- ### Bug Fixes
997
-
998
- * ensure select category value label is string and type key as unknown ([#298](https://github.com/DataBiosphere/findable-ui/issues/298)) ([#299](https://github.com/DataBiosphere/findable-ui/issues/299)) ([c7b5baa](https://github.com/DataBiosphere/findable-ui/commit/c7b5baae525f6e54493a2748070fa46cc36d9f67))
999
-
1000
- ## [17.0.0](https://github.com/DataBiosphere/findable-ui/compare/v16.1.0...v17.0.0) (2024-12-12)
1001
-
1002
-
1003
- ### ⚠ BREAKING CHANGES
1004
-
1005
- * exports via main button don't include orphans ([#287](https://github.com/DataBiosphere/findable-ui/issues/287)) (#288)
1006
-
1007
- ### Features
1008
-
1009
- * exports via main button don't include orphans ([#287](https://github.com/DataBiosphere/findable-ui/issues/287)) ([#288](https://github.com/DataBiosphere/findable-ui/issues/288)) ([86e3e40](https://github.com/DataBiosphere/findable-ui/commit/86e3e4047cce84a90348719c9ca7b41a3a93e4c3))
1010
-
1011
- ## [16.1.0](https://github.com/DataBiosphere/findable-ui/compare/v16.0.0...v16.1.0) (2024-12-12)
1012
-
1013
-
1014
- ### Features
1015
-
1016
- * allow url objects for explore links to have a path before the entity name ([#291](https://github.com/DataBiosphere/findable-ui/issues/291)) ([#292](https://github.com/DataBiosphere/findable-ui/issues/292)) ([aa63b5a](https://github.com/DataBiosphere/findable-ui/commit/aa63b5a11c79efa91360aaa6a0395810dd9e5c05))
1017
-
1018
- ## [16.0.0](https://github.com/DataBiosphere/findable-ui/compare/v15.0.2...v16.0.0) (2024-11-25)
1019
-
1020
-
1021
- ### ⚠ BREAKING CHANGES
1022
-
1023
- * option to add row count on tables ([#284](https://github.com/DataBiosphere/findable-ui/issues/284)) (#285)
1024
-
1025
- ### Features
1026
-
1027
- * breadcrumbs should not inherit the new link style ([#271](https://github.com/DataBiosphere/findable-ui/issues/271)) ([#280](https://github.com/DataBiosphere/findable-ui/issues/280)) ([bae0178](https://github.com/DataBiosphere/findable-ui/commit/bae017818f3c13aea39530e9e7a1a9dd63123f1a))
1028
- * option to add row count on tables ([#284](https://github.com/DataBiosphere/findable-ui/issues/284)) ([#285](https://github.com/DataBiosphere/findable-ui/issues/285)) ([1643efb](https://github.com/DataBiosphere/findable-ui/commit/1643efbf366546509a07b1a59ba00a131f081e13))
1029
- * update contentlayout to centre content when there is no navigation ([#282](https://github.com/DataBiosphere/findable-ui/issues/282)) ([#286](https://github.com/DataBiosphere/findable-ui/issues/286)) ([798312f](https://github.com/DataBiosphere/findable-ui/commit/798312f803038d52463698caf0f415914668d4be))
1030
-
1031
- ## [15.0.2](https://github.com/DataBiosphere/findable-ui/compare/v15.0.1...v15.0.2) (2024-11-20)
1032
-
1033
-
1034
- ### Bug Fixes
1035
-
1036
- * centre alignment of version info and update Config Provider entity list as optional ([#275](https://github.com/DataBiosphere/findable-ui/issues/275)) ([#276](https://github.com/DataBiosphere/findable-ui/issues/276)) ([4234063](https://github.com/DataBiosphere/findable-ui/commit/4234063fe1180afde7e5195bb54faa453c190ae0))
1037
-
1038
- ## [15.0.1](https://github.com/DataBiosphere/findable-ui/compare/v15.0.0...v15.0.1) (2024-11-20)
1039
-
1040
-
1041
- ### Bug Fixes
1042
-
1043
- * access NEXT_PUBLIC environment variables directly from the environment ([#272](https://github.com/DataBiosphere/findable-ui/issues/272)) ([#273](https://github.com/DataBiosphere/findable-ui/issues/273)) ([0926331](https://github.com/DataBiosphere/findable-ui/commit/0926331f4dbe4c069e03789b97fa8888ebfc898a))
1044
-
1045
- ## [15.0.0](https://github.com/DataBiosphere/findable-ui/compare/v14.0.0...v15.0.0) (2024-11-19)
1046
-
1047
-
1048
- ### ⚠ BREAKING CHANGES
1049
-
1050
- * added file download tracking ([#260](https://github.com/DataBiosphere/findable-ui/issues/260)) (#263)
1051
-
1052
- ### Features
1053
-
1054
- * add optional version information to footer ([#258](https://github.com/DataBiosphere/findable-ui/issues/258)) ([#265](https://github.com/DataBiosphere/findable-ui/issues/265)) ([7a245ca](https://github.com/DataBiosphere/findable-ui/commit/7a245caf8f8966da3406f04559ecbf19ad978b6e))
1055
- * added file download tracking ([#260](https://github.com/DataBiosphere/findable-ui/issues/260)) ([#263](https://github.com/DataBiosphere/findable-ui/issues/263)) ([092ad93](https://github.com/DataBiosphere/findable-ui/commit/092ad9390cff425c2bcc4a65e7212bde5acd573f))
1056
-
1057
-
1058
- ### Bug Fixes
1059
-
1060
- * add support for inclusion of orphans in verbatim PFB ([#264](https://github.com/DataBiosphere/findable-ui/issues/264)) ([#269](https://github.com/DataBiosphere/findable-ui/issues/269)) ([5f295e0](https://github.com/DataBiosphere/findable-ui/commit/5f295e0d008fb5db92b82f7ac1aa09dbbac06bbe))
1061
- * remove `console.log` from `getHeadersTableData` ([#256](https://github.com/DataBiosphere/findable-ui/issues/256)) ([#261](https://github.com/DataBiosphere/findable-ui/issues/261)) ([7a87206](https://github.com/DataBiosphere/findable-ui/commit/7a872063aac9bee7ca05c55c6dc007ca83f5df61))
1062
- * simplify release-please config and remove pat ([#267](https://github.com/DataBiosphere/findable-ui/issues/267)) ([#268](https://github.com/DataBiosphere/findable-ui/issues/268)) ([b6d3efa](https://github.com/DataBiosphere/findable-ui/commit/b6d3efab4c10a71b162df5168595e3142454d62e))
1063
-
1064
- ## [14.0.0](https://github.com/DataBiosphere/findable-ui/compare/v13.0.1...v14.0.0) (2024-11-05)
1065
-
1066
-
1067
- ### ⚠ BREAKING CHANGES
1068
-
1069
- * update banner components ([#253](https://github.com/DataBiosphere/findable-ui/issues/253)) (#255)
1070
- * simplify alert components ([#252](https://github.com/DataBiosphere/findable-ui/issues/252)) (#254)
1071
- * fix mui error "cannot resolve @mui/utils/getReactNodeRef" ([#242](https://github.com/DataBiosphere/findable-ui/issues/242)) (#243)
1072
-
1073
- ### Features
1074
-
1075
- * add 'testid' prop interface ([#247](https://github.com/DataBiosphere/findable-ui/issues/247)) ([#250](https://github.com/DataBiosphere/findable-ui/issues/250)) ([1e494e0](https://github.com/DataBiosphere/findable-ui/commit/1e494e0b7279035b820dcacf16efc4d1f55d7a1e))
1076
- * added and updated index export tracking ([#222](https://github.com/DataBiosphere/findable-ui/issues/222)) ([#224](https://github.com/DataBiosphere/findable-ui/issues/224)) ([15e861d](https://github.com/DataBiosphere/findable-ui/commit/15e861de5a2411e5cbb9d24b137ef62ff48695c4))
1077
- * remove unused titlecell component ([#248](https://github.com/DataBiosphere/findable-ui/issues/248)) ([#249](https://github.com/DataBiosphere/findable-ui/issues/249)) ([51a7c4f](https://github.com/DataBiosphere/findable-ui/commit/51a7c4f8877990dd4a7fef23ddce543e4913f885))
1078
- * simplify alert components ([#252](https://github.com/DataBiosphere/findable-ui/issues/252)) ([#254](https://github.com/DataBiosphere/findable-ui/issues/254)) ([18f3e54](https://github.com/DataBiosphere/findable-ui/commit/18f3e54ef73bedd585b1c162fcabd0cbe74cc8bf))
1079
- * update banner components ([#253](https://github.com/DataBiosphere/findable-ui/issues/253)) ([#255](https://github.com/DataBiosphere/findable-ui/issues/255)) ([d9c87c7](https://github.com/DataBiosphere/findable-ui/commit/d9c87c73c7b0e018c639c98ca8100b12112afe5d))
1080
- * update mui link theme styles ([#245](https://github.com/DataBiosphere/findable-ui/issues/245)) ([#246](https://github.com/DataBiosphere/findable-ui/issues/246)) ([7f401b8](https://github.com/DataBiosphere/findable-ui/commit/7f401b8eba6c53daec2a40e825220e8506bc95b3))
1081
-
1082
-
1083
- ### Bug Fixes
1084
-
1085
- * fix cookie banner color ([#239](https://github.com/DataBiosphere/findable-ui/issues/239)) ([#251](https://github.com/DataBiosphere/findable-ui/issues/251)) ([54b2802](https://github.com/DataBiosphere/findable-ui/commit/54b2802ce83168c5f79860c2baf53c7148e19767))
1086
- * fix mui error "cannot resolve @mui/utils/getReactNodeRef" ([#242](https://github.com/DataBiosphere/findable-ui/issues/242)) ([#243](https://github.com/DataBiosphere/findable-ui/issues/243)) ([4b832ac](https://github.com/DataBiosphere/findable-ui/commit/4b832acd7b18511781ce4046df9c4e9454896991))
1087
-
1088
- ## [13.0.1](https://github.com/DataBiosphere/findable-ui/compare/v13.0.0...v13.0.1) (2024-10-18)
1089
-
1090
-
1091
- ### Bug Fixes
1092
-
1093
- * give release-please workflow step an id ([#235](https://github.com/DataBiosphere/findable-ui/issues/235)) ([#236](https://github.com/DataBiosphere/findable-ui/issues/236)) ([420733f](https://github.com/DataBiosphere/findable-ui/commit/420733f3d6dc51f44301b06476550f499b4ffbd3))
1094
-
1095
- ## [13.0.0](https://github.com/DataBiosphere/findable-ui/compare/v12.0.0...v13.0.0) (2024-10-18)
1096
-
1097
-
1098
- ### ⚠ BREAKING CHANGES
1099
-
1100
- * use ky with limited retries instead of axios ([#203](https://github.com/DataBiosphere/findable-ui/issues/203)) (#216)
1101
-
1102
- ### Features
1103
-
1104
- * remove dry run from npm publish ([#231](https://github.com/DataBiosphere/findable-ui/issues/231)) ([#234](https://github.com/DataBiosphere/findable-ui/issues/234)) ([f44d0c3](https://github.com/DataBiosphere/findable-ui/commit/f44d0c3cb2859af6b87d33f5f6e16673db77ec52))
1105
- * use ky with limited retries instead of axios ([#203](https://github.com/DataBiosphere/findable-ui/issues/203)) ([#216](https://github.com/DataBiosphere/findable-ui/issues/216)) ([ec18080](https://github.com/DataBiosphere/findable-ui/commit/ec18080e3191f99a88e9ddec174c9f953d9e3a41))
1106
-
1107
-
1108
- ### Bug Fixes
1109
-
1110
- * add changelog to gitignore ([#232](https://github.com/DataBiosphere/findable-ui/issues/232)) ([#233](https://github.com/DataBiosphere/findable-ui/issues/233)) ([b99ba34](https://github.com/DataBiosphere/findable-ui/commit/b99ba34088199b561b38493888206ed475a209e4))