Recent Releases of @kit-data-manager/react-search-component

@kit-data-manager/react-search-component - 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 https://github.com/kit-data-manager/react-search-component/pull/116
  • Fix wrong hidden attribute for filter button on mobile by @craquet in https://github.com/kit-data-manager/react-search-component/pull/118
  • Update dependency zod to v3.25.7 by @renovate in https://github.com/kit-data-manager/react-search-component/pull/117
  • Update dependencies by @craquet in https://github.com/kit-data-manager/react-search-component/pull/129

Full Changelog: https://github.com/kit-data-manager/react-search-component/compare/v0.2.0...v0.2.1

- TypeScript
Published by craquet 12 months ago

@kit-data-manager/react-search-component - 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 https://github.com/kit-data-manager/react-search-component/pull/82
  • Update dependencies and fix demo by @craquet in https://github.com/kit-data-manager/react-search-component/pull/93
  • Properly isolate tailwind to prevent conflicts with other tailwind projects by @craquet in https://github.com/kit-data-manager/react-search-component/pull/102
  • Update dependencies by @craquet in https://github.com/kit-data-manager/react-search-component/pull/103
  • [Breaking] Fix generic result view tag types by @craquet in https://github.com/kit-data-manager/react-search-component/pull/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 using valueMapper or singleValueMapper. The previously used typing was incorrect. If your project compiles, then you are not affected.

Full Changelog: https://github.com/kit-data-manager/react-search-component/compare/v0.1.2...v0.2.0

- TypeScript
Published by craquet about 1 year ago

@kit-data-manager/react-search-component - v0.1.2

Changes

  • Dependency updates

Full Changelog: https://github.com/kit-data-manager/react-search-component/compare/v0.1.1...v0.1.2

- TypeScript
Published by craquet about 1 year ago

@kit-data-manager/react-search-component - v0.1.1

Breaking changes - Package renamed to react-search-component - Many components have been renamed to match the package name

Full Changelog: https://github.com/kit-data-manager/react-search-component/compare/v0.1.0...v0.1.1

- TypeScript
Published by craquet about 1 year ago

@kit-data-manager/react-search-component - v0.1.0

What's Changed

  • Update dependencies by @craquet in https://github.com/kit-data-manager/react-fairdo-search/pull/70
  • Allow specifying result views per index by @craquet in https://github.com/kit-data-manager/react-fairdo-search/pull/71
  • Restructure and streamline parts of the repository, update exports by @craquet in https://github.com/kit-data-manager/react-fairdo-search/pull/72

Deprecated

  • Facet config option prettyPrintURLs and usePidResolver are deprecated. The same functionality can be replaced with singleValueMapper.
    • Use singleValueMapper: v => <PidNameDisplay pid={v + ""} /> instead of usePidResolver: true
    • Use singleValueMapper: v => prettyPrintURL(v + "") instead of prettyPrintURLs: true

Full Changelog: https://github.com/kit-data-manager/react-fairdo-search/compare/v0.0.8...v0.1.0

- TypeScript
Published by craquet over 1 year ago

@kit-data-manager/react-search-component - v0.0.8

What's Changed

  • Add initial version of pid component to inspect fdo by @craquet in https://github.com/kit-data-manager/react-fairdo-search/pull/51
  • Improve sizing and design of image preview by @craquet in https://github.com/kit-data-manager/react-fairdo-search/pull/50
  • Update dependencies by @craquet in https://github.com/kit-data-manager/react-fairdo-search/pull/54
  • Fix overflowing pid component by @craquet in https://github.com/kit-data-manager/react-fairdo-search/pull/58
  • Custom node types by @craquet in https://github.com/kit-data-manager/react-fairdo-search/pull/61
  • Fix datetime facet, add datetimenomillis facet by @craquet in https://github.com/kit-data-manager/react-fairdo-search/pull/64

New Contributors

  • @craquet made their first contribution in https://github.com/kit-data-manager/react-fairdo-search/pull/51

Full Changelog: https://github.com/kit-data-manager/react-fairdo-search/compare/v0.0.7...v0.0.8

- TypeScript
Published by craquet over 1 year ago

@kit-data-manager/react-search-component - Release v0.0.7

Full Changelog: https://github.com/kit-data-manager/react-fairdo-search/compare/v0.0.6...v0.0.7

- TypeScript
Published by craquet over 1 year ago

@kit-data-manager/react-search-component - 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

- TypeScript
Published by craquet over 1 year ago

@kit-data-manager/react-search-component - Release v0.0.5

Changelog - Sort Relevance descending instead of ascending

- TypeScript
Published by craquet over 1 year ago

@kit-data-manager/react-search-component - 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

- TypeScript
Published by craquet over 1 year ago

@kit-data-manager/react-search-component - Release v0.0.3

Changelog

  • Removed hardcoded button to NEP SparQL search

- TypeScript
Published by craquet over 1 year ago

@kit-data-manager/react-search-component - Release v0.0.2

Initial release

- TypeScript
Published by craquet over 1 year ago

@kit-data-manager/react-search-component - Release v0.0.1

Initial release

- TypeScript
Published by craquet over 1 year ago