Skip to content

v2.2.3

Compare
Choose a tag to compare
@camdendotlol camdendotlol released this 21 May 20:45
· 357 commits to master since this release
d96117c

💥 Breaking Changes

  • the arguments passed to onLoad in the useLoader hook have changed to remove the base URL and project IDs and only provide the params object - this is a bug fix but it will break any projects that worked around it by ignoring those first two arguments

💾 Deprecations

  • RelatedItems has been deprecated in favor of RelatedSources and will be removed in the next major release

🚀 New Features

  • Adds a new RelatedSources component that can display related instances, items, or works
  • Adds renderItem props to RelatedOrganizations, RelatedPeople, RelatedPlaces, and RelatedTaxonomies

🐛 Bug Fixes

  • the Core Data Typesense adapter's getFieldId function will no longer truncate the last character of a field name
  • removes two arguments that were incorrectly being passed before the params in the Core Data useLoader hook (see the breaking change note above)