Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 18, 2025

Bumps blacklight_range_limit from 8.4.0 to 9.1.0.

Release notes

Sourced from blacklight_range_limit's releases.

v9.0.0

Overview

This release adds support for Blacklight 8+ and Rails 8. It includes a complete rewrite of the plugin's Javascript and related dependencies; significant revisions to the UI; accessibility improvements; new/improved configuration options; and several other fixes/enhancements.

  • Works with Blacklight 7, 8, or (upcoming) 9.
  • Works with Rails 7 or 8
  • Works with Bootstrap 4 or 5
  • Plugin is now delivered as an NPM package, for use with modern JS bundling/delivery mechanisms; or can alternately be used with importmap-rails
  • Implements Chart.js as a replacement for the Flot.js charting library
  • Drops jQuery & bootstrap-slider dependencies
  • Plugin no longer has (S)CSS assets to wrangle

UI Changes

  • Adds an expandable Range List toggle to navigate the range segments and display the distribution; usable via screen-reader, keyboard, or mouse
  • Adds visible field labels for the Begin & End fields
  • Moves the Apply limit button to under the fields; esp. improves usability of narrower layouts
  • Removes the View Larger link and range slider handles (to simplify dependencies)
  • See #267 for more screenshots/discussion

Notable Fixes & Improvements

Configuration Changes

  • Simplifies default config; a simple range: true will now render a range limit facet, e.g.:
config.add_facet_field 'pub_date', label: 'Year', range: true
  • Chart colors and aspect ratio are now in facet config (were previously only configurable via custom JS)
  • Adds config for textual_facets, textual_facet_collapsible, show_missing_link, chart_segment_border_color, chart_segment_bg_color, chart_aspect_ratio. For details, see Range Facet Configuration in the README.
  • Removes maxlength config

Developer Notes

  • Please consult the README for details; especially see Upgrading from Blacklight Range Limit 8.x to 9.x
  • Note: the plugin's JS now requires you to be using either importmap-rails or a package.json-based builder like jsbundling-rails or vite-ruby.
  • The plugin could be installed/used without JS (e.g., for a legacy "sprockets-only" application) via: rails generate blacklight_range_limit:install --skip-assets. Much of its core functionality will be intact but it will be missing the chart and other features.

All Changes

... (truncated)

Commits
  • 348916a Merge pull request #319 from projectblacklight/version_bump9.1.0
  • 83fb420 Version bump 9.1.0
  • 43f4643 Merge pull request #318 from projectblacklight/scheduled_ci
  • e061381 Schedule weekly CI run
  • 20ba67a Merge pull request #317 from projectblacklight/more_ci_cases
  • e8cddeb fix tests for ViewComponent 4 where test_controller no longer exists
  • a175d31 Fix initializer for ViewComponent 4
  • 61bc513 allow view component 4
  • 8bfaf42 fix default facet item component for BL 9.beta3
  • c368a91 add more cases to CI, newer rails and blacklight versions
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added bundler dependencies Pull requests that update a dependency file labels Aug 18, 2025
@CEdwardsBlasikiewicz
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/bundler/blacklight_range_limit-9.1.0 branch from a96d52c to 7864e92 Compare August 27, 2025 00:42
@CEdwardsBlasikiewicz
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/bundler/blacklight_range_limit-9.1.0 branch 5 times, most recently from b28b661 to 7f8dcb5 Compare September 2, 2025 23:12
@dependabot dependabot bot force-pushed the dependabot/bundler/blacklight_range_limit-9.1.0 branch from 7f8dcb5 to e769cea Compare September 12, 2025 05:01
@CEdwardsBlasikiewicz
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/bundler/blacklight_range_limit-9.1.0 branch from e769cea to 4c98469 Compare September 14, 2025 23:23
Bumps [blacklight_range_limit](https://github.com/projectblacklight/blacklight_range_limit) from 8.4.0 to 9.1.0.
- [Release notes](https://github.com/projectblacklight/blacklight_range_limit/releases)
- [Commits](projectblacklight/blacklight_range_limit@v8.4.0...v9.1.0)

---
updated-dependencies:
- dependency-name: blacklight_range_limit
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/blacklight_range_limit-9.1.0 branch from 4c98469 to 4e62a06 Compare September 16, 2025 05:09
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 22, 2025

Superseded by #1445.

@dependabot dependabot bot closed this Dec 22, 2025
@dependabot dependabot bot deleted the dependabot/bundler/blacklight_range_limit-9.1.0 branch December 22, 2025 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bundler dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants