Skip to content

Releases: trln/trln_argon

Dependency Refresh (Rails 7.2)

Choose a tag to compare

@adjam adjam released this 01 Oct 18:29
97d15b1

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

v3.0.16: Metadata definition list fixes

Choose a tag to compare

@seanaery seanaery released this 09 Apr 18:11
5cd706b

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

Choose a tag to compare

@seanaery seanaery released this 02 Apr 13:38
75d5ee3

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

Choose a tag to compare

@seanaery seanaery released this 19 Mar 16:54
33fa31f

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

Choose a tag to compare

@kazymovae kazymovae released this 04 Mar 14:53
23df24c

This PR includes more information and examples: #509.

Remove id parameter from tool/action URLs

Choose a tag to compare

@adjam adjam released this 03 Mar 14:26
45d35fc

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

Choose a tag to compare

@kazymovae kazymovae released this 26 Feb 20:33
1537ebf
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

Choose a tag to compare

@seanaery seanaery released this 26 Feb 16:41
a433e29

What's Changed

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

v3.0.9: DocumentComponent Refactor

Choose a tag to compare

@seanaery seanaery released this 24 Feb 17:48
04724b9

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

Choose a tag to compare

@seanaery seanaery released this 20 Feb 21:47
6716174

Patches accessibility issues within TomSelect checkboxes rendered in Advanced Search