v1.5.0
New in this release
- Item Page now has 'metadata tabs', instead of one long extended info section.
- Items will display user generated transcriptions in a new tab when these are available.
- On search pages, the search term is also sent to the entity API, if results are found, up to four 'related' entities are linked to at the top of the search page.
- Updates for autosuggestion, on searches. Allowing for the auto-suggest feature to be enabled. Suggestions will be based on the users selected UI language.
Changed in this release
- Mobile/narrow screen top navigation has been updated with new styling. This also includes updates for the search box & auto-suggest component.
Fixed in this release
- detection of the 'view' param on search pages when loading URLs directly & not applying the view via the UI.
Under the hood
- Updated the contentful API logic to make use of the GraphQL endpoint, for performance reasons.
- Updated rendering logic to be client side only where possible, for performance reasons.
- Updated some dependencies.