Improved
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 https://github.com/platanus/activeadmin_addons/pull/460
- Nested and search select now use the name of the association instead of the name of id https://github.com/platanus/activeadmin_addons/pull/462
- Tags input now returns an array of strings instead of a string https://github.com/platanus/activeadmin_addons/pull/469
Fixes
- Include only items that belong to parent when using collection option in a nested input level https://github.com/platanus/activeadmin_addons/pull/463