Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps blacklight_range_limit from 8.4.0 to 9.2.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
  • 6f61e69 bump to version 9.2.0
  • c1f041e Merge pull request #326 from projectblacklight/blacklight9
  • ea56f0f Explicitly support Blacklight 9 releases (not just pre-releases)
  • a96b100 Merge pull request #323 from projectblacklight/remove_conditions_for_old_rails
  • 740f2cb remove conditional Gemfile inclusions for old Rails we don't test with anymore
  • 9a53724 Merge pull request #322 from projectblacklight/ci_with_rails_8.1
  • cda6793 Run CI with Rails 8.1, for now 8.1.0.rc1
  • a9abfc4 Merge pull request #321 from projectblacklight/fix_gemfile_json_use
  • e8c0e92 experiment
  • 87c64a3 Merge pull request #320 from projectblacklight/add_search_state_fields_earlier
  • 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.

Bumps [blacklight_range_limit](https://github.com/projectblacklight/blacklight_range_limit) from 8.4.0 to 9.2.0.
- [Release notes](https://github.com/projectblacklight/blacklight_range_limit/releases)
- [Commits](projectblacklight/blacklight_range_limit@v8.4.0...v9.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added bundler dependencies Pull requests that update a dependency file labels Dec 22, 2025
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.

1 participant