Skip to content

v4.0.0

Compare
Choose a tag to compare
@corylown corylown released this 29 Aug 18:58
· 142 commits to main since this release

Spotlight v4.0.0 was developed as the 3.6.0 beta series of pre-releases. It is released as 4.0 due to breaking changes that are explained in the Upgrade Steps.

Upgrade Steps

Add the following line to app/assets/config/manifest.js

//= link spotlight/manifest.js

If you are updating an existing app that uses Bootstrap 4 you should specify a compatible version of the bootstrap_form gem in your Gemfile.

gem 'bootstrap_form', '~> 4.0'

Significant Changes

  • Rails 7.1 support
  • Bootstrap 5 support (also continues to work with Bootstrap 4)
  • Sprockets is no longer required to compile the javascript. You can use alternative bundlers or just use the javascript published to NPM as spotlight-frontend

What's Changed

New Contributors

Full Changelog: v3.5.0.4...v4.0.0