Skip to content

Releases: trln/trln_argon

v3.0.11: Fix the rendering of the cover image on the show page

26 Feb 20:33
1537ebf
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Patches accessibility issues within TomSelect checkboxes rendered in Advanced Search

Use BL8 facet suggest feature for configured facets

20 Feb 16:37
730cc8a
Compare
Choose a tag to compare

This version adds a core feature, available in Blacklight 8.8.2, that makes it easier for users to navigate a facet with many values after clicking the 'more' link to open the facet modal (see demo).

Fix advanced search field alignment

19 Feb 20:31
0bd742c
Compare
Choose a tag to compare
Merge pull request #502 from trln/Fix-advanced-search-field-alignment

Fix advanced search field alignment

Fix the advanced search page layout.

19 Feb 19:34
8822804
Compare
Choose a tag to compare

Make tomselect advanced search multi-select facets consistently styled with the text input fields.
Screen Shot 2025-02-19 at 2 32 53 PM

Fix local dev environment caching bug on homepage & advanced search.

13 Feb 20:12
1b3c0c0
Compare
Choose a tag to compare

Fixes TD-1417.

  • Ensures that Rails.cache.fetch is not called when caching is false; this would sometimes lead to errors in a development environment;
  • Note you can run rails dev:cache in development to temporarily turn on caching for troubleshooting.

Fix & refine TomSelect implementation on Advanced Search

12 Feb 14:23
76a17ca
Compare
Choose a tag to compare
  • Ensure CSS compiles correctly in prod env (scss import syntax fix);
  • Reset placeholder text to "Select some options";
  • Restore default BL column offset so tomselect facets are aligned with the top input fields.

Implement TomSelect to the advanced search page

11 Feb 20:27
25b8f46
Compare
Choose a tag to compare

This release adds TomSelect to the advanced search page, following guidance from this wiki page.
Screen Shot 2025-02-07 at 3 36 50 PM