Skip to content

Releases: platanus/activeadmin_addons

v2.0.0.beta.3

24 Aug 18:46
cf71013
Compare
Choose a tag to compare
v2.0.0.beta.3 Pre-release
Pre-release

Added

  • Add Ruby 3.2 support #474
  • Add ActiveAdmin v3 support #477
    • Note that changes made should be backwards compatible with ActiveAdmin 2.x, so this is not a breaking change

v1.10.1

24 Aug 15:25
bea9423
Compare
Choose a tag to compare

Backport #477 to have ActiveAdmin v3 compatibility #479. This is probably our last release for v1, all further development is now done for v2

v2.0.0.beta.2

12 Jun 20:23
6949549
Compare
Choose a tag to compare
v2.0.0.beta.2 Pre-release
Pre-release

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

20 Mar 17:47
@gmq gmq
e462235
Compare
Choose a tag to compare
v2.0.0.beta.0 Pre-release
Pre-release

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

07 Mar 15:14
3f5a834
Compare
Choose a tag to compare

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!