Skip to content

Releases: projectblacklight/spotlight

v5.2.1

08 Oct 14:28

Choose a tag to compare

What's Changed

Full Changelog: v5.2.0...v5.2.1

v5.2.0

30 Sep 14:29

Choose a tag to compare

This release is the result of the Spotlight Community Sprint (Sept 15-26, 2025)

The complete list of changes is listed below. However, two changes are worth calling out in more detail.

  • #3553 fixes an issue where & in exhibits descriptions were being displayed as &. If you have existing ampersands in your exhibit descriptions you will need to update and save the descriptions.

  • #3563 makes it possible to create table of contents on exhibit pages. Headings on the page will now have an id attribute and value derived from the heading text automatically added. You can create anchor links in Markdown using these automatically generated heading ids. For example, a heading created with this markdown ## Test Header will now have an id attribute with the value test-header: <h2 id="test-header">Test Header</h2>. You can create a link to this heading with this Markdown [Test Header](#test-header).

What's Changed

New Contributors

Full Changelog: v5.1.0...v5.2.0

v5.1.0

09 Jun 12:38

Choose a tag to compare

What's Changed

  • Pin Solr to 9.7 in the solr_wrapper template by @taylor-steve in #3470
  • Introducing a GitHub PR template by @sarah-cul in #3475
  • Rubocop fixes by @corylown in #3480
  • add unpublished badge for unpublished pages on the accessibility dash… by @dnoneill in #3477
  • Always show the default title and link to the default page by @corylown in #3481
  • Do not allow editing of translatable fields when a locale other than default is selected by @corylown in #3479

Full Changelog: v5.0.1...v5.1.0

v5.0.1

24 Apr 20:33

Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.0.1

v5.0.0

24 Mar 12:44

Choose a tag to compare

Significant Changes

  • Blacklight 8 support (drops support for Blacklight 7)
  • Bootstrap 5 only (drops support for Bootstrap 4; Spotlight 4 supports Bootstrap 4 and 5)
  • Rails 8 support
  • Support for Propshaft (drops support for Sprockets)
  • Support for the modern Rails JavaScript ecosystem (v5 adds two install generators, one utilizing importmap-rails and the other using jsbundling-rails with esbuild)
  • Removes dependency on outdated JavaScript libraries (Nestable, Twitter typeahead.js, Bootstrap Tags Input, etc.)
  • Removes dependency on outdated Ruby gems (tophat, leaflet-rails, clipboard-rails)
  • Adds the ability to select a specific image area for the “Item Row”, “Item Grid”, “Item Carousel”, and “Item Slideshow” widgets (#3186)
  • Component extractions (some of these are also in versions of Spotlight 4)

What's Changed

Read more

v5.0.0.pre.alpha3

26 Feb 16:22

Choose a tag to compare

v5.0.0.pre.alpha3 Pre-release
Pre-release

What's Changed

Full Changelog: v5.0.0.pre.alpha2...v5.0.0.pre.alpha3

v5.0.0.pre.alpha2

18 Feb 16:54

Choose a tag to compare

v5.0.0.pre.alpha2 Pre-release
Pre-release

What's Changed

Full Changelog: v5.0.0.pre.alpha1...v5.0.0.pre.alpha2

v5.0.0.pre.alpha1

14 Feb 01:04

Choose a tag to compare

v5.0.0.pre.alpha1 Pre-release
Pre-release

What's Changed

Read more

v4.7.1

11 Feb 18:29

Choose a tag to compare

What's Changed

Full Changelog: v4.7.0...v4.7.1

v4.7.0

24 Jan 21:16

Choose a tag to compare

What's Changed

Full Changelog: v4.6.1...v4.7.0