This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
[ruby] Upgrade blacklight to version 7.17.2 #196
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ blacklight (7.16.0 → 7.17.2) · Repo
Release Notes
7.17.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 25 commits:
Release v7.17.2
Merge pull request #2445 from projectblacklight/fix
Again, pass the view key not the view object to the deprecated helper
Release v7.17.1
Merge pull request #2444 from projectblacklight/view-type-group
Replace stubbing by configuring the view icon to use one that actually exists
Deprecate render_view_type_group_icon, which is just a pass-through to blacklight_icon
Pass the icon key to the render_view_type_group_icon helper
Release v7.17.0
Merge pull request #2437 from projectblacklight/json-facet
Add support for JSON facet responses
Merge pull request #2443 from projectblacklight/viewcomponents-slots-v2
Use Slots v2 API to pull value iteration up to the component
Support ViewComponent slots v2 API, with a little backwards compatible shim for the previous approach
Merge pull request #2442 from projectblacklight/destination_root
Use destination_root in the asset generator to consistently use the path within the generated application
Merge pull request #2441 from vstollen/master
Fix typo in german locale
Include the BlacklightHelper after initializing
Merge pull request #2436 from projectblacklight/append_query
Add Blacklight::Solr::Request#append_query and #append_boolean_query to build up json query dsl boolean queries
Merge pull request #2435 from projectblacklight/json-request-api
Try to use the search builder to extract request parameters in the response
Extract response parameter mapping to Blacklight::Solr::Response::Params
Try harder to map response parameters provided using the JSON Request API
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands