Skip to content

Releases: trln/trln_argon

Dependency Refresh (Rails 7.2)

01 Oct 18:29
97d15b1

Choose a tag to compare

Relaxes some restriction in the gemspec to enable the use of newer Rails (etc.) versions.

v3.0.16: Metadata definition list fixes

09 Apr 18:11
5cd706b

Choose a tag to compare

What's Changed

  • Fix markup for Other Details & Related Items metadata values. Fixes T… by @seanaery in #512

Full Changelog: v3.0.15...v3.0.16

v3.0.15: Facet A-Z navigation in modals

02 Apr 13:38
75d5ee3

Choose a tag to compare

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

19 Mar 16:54
33fa31f

Choose a tag to compare

What's Changed

  • Bugfix: ensure show/hide facets toggler appears at correct breakpoint… by @seanaery in #510

Full Changelog: v3.0.13...v3.0.14

v 3.0.13 Bugfix: ensure Access Type (Available Online) facet only appears when relevant

04 Mar 14:53
23df24c

Choose a tag to compare

Remove id parameter from tool/action URLs

03 Mar 14:26
45d35fc

Choose a tag to compare

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

26 Feb 20:33
1537ebf

Choose a tag to compare

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

26 Feb 16:41
a433e29

Choose a tag to compare

What's Changed

  • Bugfix for double-rendering Start Over & Back to Search elements on i… by @seanaery in #506

v3.0.9: DocumentComponent Refactor

24 Feb 17:48
04724b9

Choose a tag to compare

What's Changed

  • TD-1419 Use DocumentComponent subclasses everywhere by @adjam in #505

Upgrade Notes

  • If you have customized or extended TrlnArgon::DocumentComponent, note that it no longer exists. We are now using TrlnArgon::DocumentIndexComponent for documents presented in search results and TrlnArgon::DocumentShowComponent for 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_component to reference a component (defaults to TrlnArgon::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 like render_document_partials that will no longer work in BL9.

v3.0.8: TomSelect checkbox accessibility

20 Feb 21:47
6716174

Choose a tag to compare

Patches accessibility issues within TomSelect checkboxes rendered in Advanced Search