Skip to content

Blacklight 5.3.0

Compare
Choose a tag to compare
@cbeer cbeer released this 20 Mar 22:11
· 3171 commits to main since this release

Commit History | Milestone

New Features and improvements

  • #840 add blacklight_config.show.route configuration for generating links to solr documents
  • #842 extract#type_field_to_partial_name helper to translate a document format to a partial suffix
  • #845 extract useful partials and helpers from layouts/blacklight so local applications can override the layout, but continue to use blacklight-provided functionality
  • #846 add blacklight:check:solr and blacklight:check:controller rake tasks for validating Blacklight's connection to Solr

Bug Fixes

  • #844 Fix the "Back to Search" behavior (arguably broken since Blacklgiht 4.5) from search results not on the first page. The new behavior also ensures if the user navigates to a result using the catalog#show pagination, the Back to Search link returns them to the search result page that includes their current document, not the one they started from.
  • Fix ajax modal form selector to ensure forms within an ajax modal stay within the modal