This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
[ruby] Upgrade blacklight to version 7.14.1 #176
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.13.2 → 7.14.1) · Repo
Release Notes
7.14.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 32 commits:
Release 7.14.1
Merge pull request #2404 from projectblacklight/2391-bookmark-actions-docs
remove four-year-old deprecated -image scss code
Merge pull request #2416 from projectblacklight/cbeer-patch-1
Prefer safe navigation over `try`
Merge pull request #2412 from projectblacklight/cbeer-patch-1
Remove old badges.
Release v7.14.0
Prevent incorrect deprecation warning about thumnail presenter
Suppress a deprecation warning when called by Blacklight itself
Merge pull request #2407 from projectblacklight/modal-error-without-template-literal
Merge pull request #2406 from projectblacklight/ruby3-support
Provide a more useful error in the modal when there is a problem
Test against ruby 3.0
Add minimum version for i18n
Mark a test as pending waiting for driver support
Require ostruct 0.3.2+ to fix some issues with the bundled version + extending OpenStruct
Allow ruby 3.0
Double-splat named parameter values
Use a reasonable parameter default for document_action_path
Include all bookmarked documents in the bookmark document actions results
Extract a HiddenSearchStateComponent
Merge pull request #2402 from projectblacklight/2400-bookmark-batch-list
Add background information about why we're manipulating focus behavior
Switch to Apparition as the js driver
Blow away the document key for document_actions when used to render the batch action for bookmarks; fixes #2400
Merge pull request #2395 from projectblacklight/rails-6-1
Test on Rails 6.1
Merge pull request #2388 from projectblacklight/jcoyne-patch-2
Merge pull request #2387 from projectblacklight/jcoyne-patch-1
Update package.json to point at travis-ci.com
Update travis badge in readme
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