You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
💥 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)