Skip to content

v2.0.0.beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@gmq gmq released this 20 Mar 17:47
· 62 commits to master since this release
e462235

In version 2.0, we are streamlining Addons by eliminating support for deprecated and unused libraries, making it more convenient for us to update.

Additionally, we have replaced Select2 with SlimSelect in this release to enhance compatibility with Rails 7 and esbuild, while retaining the same API for select usage. However, any custom javascript using Select2 will need to be replaced.

Breaking Changes

  • Replaces Select2 with Slim Select to make it easier to work with newer bundlers like esbuild #448
  • Removes support for Paperclip since it has been deprecated. #450
  • Removes support for enumerize #452
  • Removes support for the Sprockets installation of ActiveAdmin. Also, remove sassc and active_material dependencies #451