Releases: kit-data-manager/react-search-component
Releases · kit-data-manager/react-search-component
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
prettyPrintURLs
andusePidResolver
are 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
config
field 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
Release v0.0.4
Changelog
- Added image proxy support
- Added sorting of results via config
- Fixed formatting issue of identifiers
- Improved formatting of range facets
Release v0.0.3
Changelog
- Removed hardcoded button to NEP SparQL search
Release v0.0.2
Initial release
Release v0.0.1
Initial release