Releases: platanus/activeadmin_addons
v2.0.0.beta.3
v1.10.1
v2.0.0.beta.2
Some new changes to v2 in beta. We skipped beta.1
, because there were some small fixes in the javascript package but not the gem, and we now want to start shipping the same version for both.
Breaking changes
- Defines required ruby version to >=2.7.0 #460
- Nested and search select now use the name of the association instead of the name of id #462
- Tags input now returns an array of strings instead of a string #469
Fixes
- Include only items that belong to parent when using collection option in a nested input level #463
v2.0.0.beta.0
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
v1.10.0
Some changes that were still unreleased. We are working towards a new v2 with breaking changes, so no further big changes for v1 should be expected.
Added
- Added Shrine support for image row and column #396
- Added Markdown row and column #409
- Added translation support for Rails built-in enums in select filters and tag column/row #442
Thank you all for your contributions!