Releases: trln/trln_argon
Releases · trln/trln_argon
Dependency Refresh (Rails 7.2)
v3.0.16: Metadata definition list fixes
What's Changed
Full Changelog: v3.0.15...v3.0.16
v3.0.15: Facet A-Z navigation in modals
What's Changed
- Adds A-Z "index_range" facet modal nav strips for relevant fields that can be sorted A-Z (see #511)
v3.0.14: Fixes show/hide facets toggle responsiveness
What's Changed
Full Changelog: v3.0.13...v3.0.14
v 3.0.13 Bugfix: ensure Access Type (Available Online) facet only appears when relevant
This PR includes more information and examples: #509.
Remove id parameter from tool/action URLs
tool URLs (email, ris, sms, etc.) on show page added extraenous ?id=(doc id) parameters; this removes them as they are confusing and not needed.
v3.0.11: Fix the rendering of the cover image on the show page
Merge pull request #507 from trln/Fix-cover-image Fix rendering of the cover image on the show page.
v3.0.10: Start Over & Back to Search fix
v3.0.9: DocumentComponent Refactor
What's Changed
Upgrade Notes
- If you have customized or extended
TrlnArgon::DocumentComponent, note that it no longer exists. We are now usingTrlnArgon::DocumentIndexComponentfor documents presented in search results andTrlnArgon::DocumentShowComponentfor the document's item show page. - If you have local config for
config.index.document_component, you'll likely need to update it - If you have customizations in the item show page, you may now use
config.show.document_componentto reference a component (defaults toTrlnArgon::DocumentShowComponent). - If your item show page customizations were made via a local copy of
app/views/catalog/_show_main_content.html.erb, those will continue to work, but updating that file is recommended. Note deprecation warnings for methods likerender_document_partialsthat will no longer work in BL9.
v3.0.8: TomSelect checkbox accessibility
Patches accessibility issues within TomSelect checkboxes rendered in Advanced Search