Releases: projectblacklight/blacklight_advanced_search
Releases · projectblacklight/blacklight_advanced_search
v8.0.0
What's Changed
- Some hygeine so Travis tests can pass by @bibliotechy in #113
- Switch to github actions by @cbeer in #114
- Prune unused code by @jcoyne in #117
- Remove unnecessary view + helper overrides by @cbeer in #118
- Rename default branch to main by @bess in #120
- Redirect legacy parameters using #to_unsafe_h because we're dealing with raw params by @cbeer in #119
- Test with Blacklight 8.x by @cbeer in #126
- Test with Blacklight 9 by @taylor-steve in #130
New Contributors
- @bess made their first contribution in #120
- @taylor-steve made their first contribution in #130
Full Changelog: v7.0.0...v8.0.0
v8.0.0.alpha1
What's Changed
- Some hygeine so Travis tests can pass by @bibliotechy in #113
- Switch to github actions by @cbeer in #114
- Prune unused code by @jcoyne in #117
- Remove unnecessary view + helper overrides by @cbeer in #118
Upgrade guide
- Remove advanced search controller + helper overrides. (e.g. include BlacklightAdvancedSearch::Controller in CatalogController)
- Remove advanced search js + css assets (//= require 'blacklight_advanced_search' in app/assets/javascripts/application.js)
- Add legacy url redirects, if appropriate to your application:
before_action BlacklightAdvancedSearch::RedirectLegacyParamsFilter, :only => :index
New Contributors
- @bibliotechy made their first contribution in #113
Full Changelog: v7.0.0...v8.0.0.alpha1