Skip to content

Releases: projectblacklight/spotlight

v2.8.0

04 Oct 15:16
Compare
Choose a tag to compare

Upgrade notes:

Upgraders will need to run rake spotlight:install:migrations.

Added

Bugs

v2.6.0

15 May 15:18
Compare
Choose a tag to compare

v2.5.2...v2.6.0

Updates:

#2168 Adds help block text for image upload areas

v.2.5.0

18 Apr 23:31
Compare
Choose a tag to compare

v2.4.1...v2.5.0

Upgrade Notes:

Upgraders may need to update their config in:

# config/initializers/riiif.rb
- Riiif::Engine.config.cache_duration_in_days = 365
+ Riiif::Engine.config.cache_duration = 365.days

Updates:

#1986 Updates riiif to 2.0
#2158 Sets up anonymizeIP configuration for Google Analytics

Bugfixes:

#2161 Fixes a bug where urls in some feature page widgets that had underscores would be converted to italics

Version 2.3.3

07 Mar 21:30
Compare
Choose a tag to compare

Bugfixes:

  • Use the same logic as the rest of the app for determining whether to render the search bar or not. (#2123)
  • Fixed typo in method name for CarrierwaveFileResolver (#2134)
  • Includes flash when redirecting from exhibits home page. (#2139)

v2.3.2

11 Jan 17:34
Compare
Choose a tag to compare

#2121 Fixes a bug that prevents changes on page edit forms from persisting (see sul-dlss/exhibits#1326 for more info)

v2.3.1

19 Dec 15:01
Compare
Choose a tag to compare

#2105 Enable facets in newly generated applications
#2113 Increase the maximum number of feature pages
#2115 Fix the caption fallback for the slideshow feature block

v2.3.0

29 Oct 18:55
Compare
Choose a tag to compare

v2.2.1...v2.3.0

Update notes

The bugfix in #2100 adds a new migration. Adopters should run:

rake spotlight:install:migrations

#2109 Added the ability to explicitly configure which Solr fields an upload field belongs to
#2100 Changed Taggable id type and fixed an Exhibit tags bug (h/t @dunn)

v2.2.1

21 Aug 13:17
Compare
Choose a tag to compare

#2097 fixes an issue where show fields were not showing up as sorted in the metadata administrator panel.

v2.2.0...v2.2.1

v2.2.0

15 Aug 23:56
Compare
Choose a tag to compare

v2.1.0...v2.2.0

This release has several notable changes.

Update notes

Adopters wanting to take advantage of the enhancements in #2092 which could potentially prevent users from saving large pages should run:

$ rails generate spotlight:increase_paper_trail_column_size

#2091 and #2088 make several changes to fix the build, including updating our Rubocop todo, and requiring i18n < 1.1 as i18n introduced a backwards incompatible change with Rails (rails/rails#33574)
#2094 Updates our CI to build with Rails 5.2.1
#2086 adds new locale files for Chinese and Italian languages
#2092 Update the PaperTrails versions table to be larger to accommodate large Spotlight::Page
#2082 Uses textarea for free form text input

v2.1.0

27 Jun 19:45
Compare
Choose a tag to compare

v2.0.2...v2.1.0

This release has two notable changes, allowing for great customizability for a Spotlight application.

#2079 Allows the application catalog config to provide values for custom fields
#2078 Enables a Spotlight application to add custom attributes to be shown on a SirTrevor Widget edit form