Skip to content

v0.1.0

Compare
Choose a tag to compare
@craquet craquet released this 26 Feb 13:54
· 27 commits to main since this release

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 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: v0.0.8...v0.1.0