Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

[ruby] Upgrade blacklight to version 7.13.0 #153

Merged
merged 1 commit into from
Oct 26, 2020

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Oct 25, 2020

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.11.1 → 7.13.0) · Repo

Release Notes

7.13.0

Commit History

New features

  • Add filter_query_builder configuration to facet fields to allow the facet field configuration to specify how to transform user parameters to search queries (#2366)
  • Extract Blacklight::SearchState::FilterField and filter_class configuration to control how facets are represented as URL parameters (#2366)
  • Add search field configuration to specify a query_builder to control how user parameters are transformed into search parameters (#2367)
  • Add an "embed" placeholder and configuration support for the document component (#2365)

Updates / maintenance

  • Move index view label logic from a helper into ViewConfig to match other fields
  • Lighten the view_config method for document presenters
  • Silence some internal deprecation warnings (#2361)
  • Publish only javascript + css assets with the NPM package (#2362 )
  • Automatically include the configuration's key as part of the configuration (#2368)
  • Use SearchState within SearchBuilder to allow it to use the same accessors and parameter mapping logic (#2371)
  • Set an @type on the facet field collapse button so it can be safely used within a form element (#2372)
  • Deprecate passing the user-facing qt url parameter through to Solr.

Thank you to all of the contributors for this release!!! 🥇

@cbeer
@jcoyne
@mejackreed

7.12.0

Commit History

New features

  • Add a Catalan translation (#2353)
  • Allow the field configuration to provide field-specific rendering pipeline steps (#2351)
  • Allow the facet field configuration to provide a presenter class (#2355)

Fixes

  • Continue using ActionMailer::Base instead of relying on an ApplicationMailer class to exist (#2349)

Updates/maintenance

  • Extract additional view components (#2358)
  • Refactor index + show presenters to a common document_presenter (#2354)
  • Pass the view context to the FieldRetriever (#2350)

Developer tooling

  • Re-add support for using solr_wrapper for Blacklight development (#2338)
  • Improve documentation (#2344, #2345)
  • Silence some expected deprecation warnings from the test suite (#2358)

Thank you to all of the contributors for this release!!! 🥇

@epugh
@cbeer
@fjorba
@jcoyne
@jkeck
@mejackreed

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.


Depfu Status

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
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@codecov
Copy link

codecov bot commented Oct 25, 2020

Codecov Report

Merging #153 into main will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #153   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines           34        34           
=========================================
  Hits            34        34           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f32e0e8...eb79455. Read the comment docs.

@ruebot ruebot merged commit ac69211 into main Oct 26, 2020
@depfu depfu bot deleted the depfu/update/blacklight-7.13.0 branch October 26, 2020 00:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant