Releases: kit-data-manager/react-search-component
Release v0.3.0
This new release contains dependency updates. No new features are added. It may be considered a breaking change, because tailwind has been updated to v4. This may cause issues when using the component in pages that already include tailwind.
What's Changed
- Bump deps by @craquet in #144
- Update actions/checkout action to v5 by @renovate[bot] in #145
- Update actions/setup-node action to v5 by @renovate[bot] in #146
- Update dependency @babel/core to v7.28.5 by @renovate[bot] in #155
- Bump vite from 6.3.6 to 6.4.1 by @dependabot[bot] in #154
- Update dependency vite to v6.4.1 [SECURITY] by @renovate[bot] in #153
- Update dependency @types/react to v19.2.2 by @renovate[bot] in #152
- Update dependency webpack to v5.102.1 by @renovate[bot] in #150
- Update dependency @babel/preset-env to v7.28.5 by @renovate[bot] in #156
- Update dependency @vitejs/plugin-react to v5 by @renovate[bot] in #147
- Update dependency @dagrejs/dagre to v1.1.8 by @renovate[bot] in #157
- Update dependency @storybook/addon-themes to v9.1.16 by @renovate[bot] in #138
- Bump form-data from 4.0.3 to 4.0.4 by @dependabot[bot] in #140
- chore(deps): update actions/setup-node action to v6 by @renovate[bot] in #159
- Bump js-yaml from 3.14.1 to 3.14.2 by @dependabot[bot] in #167
- Update dependencies, tailwind v4 by @craquet in #169
- chore!: updated tailwind to v4, therefore releasing new major version by @craquet in #170
- update dependencies by @craquet in #171
New Contributors
- @dependabot[bot] made their first contribution in #154
Full Changelog: v0.2.1...v0.3.0
v0.2.1
This release contains dependency updates. React 19 is now supported (together with Reat 18).
What's Changed
- Dependency updates by @craquet in #116
- Fix wrong hidden attribute for filter button on mobile by @craquet in #118
- Update dependency zod to v3.25.7 by @renovate in #117
- Update dependencies by @craquet in #129
Full Changelog: v0.2.0...v0.2.1
v0.2.0
This release fully isolates the tailwind styles, variables and css classes, to prevent spilling into the surrounding application. These changes should not be breaking. A fix related to wrong TypeScript typings was introduced that might break previously working builds. Only custom usage of GenericResultViewTag should be affected.
What's Changed
- Update dependency node to v22 by @renovate in #82
- Update dependencies and fix demo by @craquet in #93
- Properly isolate tailwind to prevent conflicts with other tailwind projects by @craquet in #102
- Update dependencies by @craquet in #103
- [Breaking] Fix generic result view tag types by @craquet in #104
Breaking changes
- Changed types on
GenericResultViewTag. Technically just a breaking change for TypeScript users. It might become necessary to cast the incoming field value to a string when usingvalueMapperorsingleValueMapper. The previously used typing was incorrect. If your project compiles, then you are not affected.
Full Changelog: v0.1.2...v0.2.0
v0.1.2
v0.1.1
Breaking changes
- Package renamed to
react-search-component - Many components have been renamed to match the package name
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Update dependencies by @craquet in #70
- Allow specifying result views per index by @craquet in #71
- Restructure and streamline parts of the repository, update exports by @craquet in #72
Deprecated
- Facet config option
prettyPrintURLsandusePidResolverare deprecated. The same functionality can be replaced withsingleValueMapper.- Use
singleValueMapper: v => <PidNameDisplay pid={v + ""} />instead ofusePidResolver: true - Use
singleValueMapper: v => prettyPrintURL(v + "")instead ofprettyPrintURLs: true
- Use
Full Changelog: v0.0.8...v0.1.0
v0.0.8
What's Changed
- Add initial version of pid component to inspect fdo by @craquet in #51
- Improve sizing and design of image preview by @craquet in #50
- Update dependencies by @craquet in #54
- Fix overflowing pid component by @craquet in #58
- Custom node types by @craquet in #61
- Fix date_time facet, add date_time_no_millis facet by @craquet in #64
New Contributors
Full Changelog: v0.0.7...v0.0.8
Release v0.0.7
Full Changelog: v0.0.6...v0.0.7
v0.0.6
Changelog
- Internal refactoring of the related items graph. It can now display any graph. Added helper class to create sequential related items graphs.
- Result view tags now visually show that they copy their value on click
- The component config is now internally passed around and does not have to be distributed by component users. The
configfield is no longer required by some components and can be safely removed. - Updated dependencies
- Added Demo to storybook
- Fixes dark mode in graph
Release v0.0.5
Changelog
- Sort Relevance descending instead of ascending