Activeadmin Versions Save

The administration framework for Ruby on Rails applications.

v4.0.0.beta5

2 months ago

What's Changed

Enhancements ✨

Bug Fixes πŸ›

Full Changelog: https://github.com/activeadmin/activeadmin/compare/v4.0.0.beta4...v4.0.0.beta5

v4.0.0.beta4

3 months ago

What's Changed

Template Updates πŸ“

Enhancements ✨

Bug Fixes πŸ›

Full Changelog: https://github.com/activeadmin/activeadmin/compare/v4.0.0.beta3...v4.0.0.beta4

v4.0.0.beta3

3 months ago

What's Changed

Full Changelog: https://github.com/activeadmin/activeadmin/compare/v4.0.0.beta2...v4.0.0.beta3

v4.0.0.beta2

3 months ago

What's Changed

Full Changelog: https://github.com/activeadmin/activeadmin/compare/v4.0.0.beta1...v4.0.0.beta2

v4.0.0.beta1

3 months ago

Our first beta release of ActiveAdmin v4, six months in the making! It's using TailwindCSS and has mobile web, dark mode and RTL support with a default, customizable theme through partials. This release assumes cssbundling-rails and importmap-rails is installed and configured in the host app.

Try out the demo app to see the new theme. Soon, we'll flesh out the demo to include more admin resources.

Please review the Upgrading guide thoroughly before starting. Since it’s an early release, only consider updating if you are willing to do so or are starting a new project. If you have any feedback or questions, please create a discussion.

What's Changed

New Contributors

Full Changelog: https://github.com/activeadmin/activeadmin/compare/v3.2.0...v4.0.0.beta1

v3.2.0

4 months ago

What's Changed

Full Changelog: https://github.com/activeadmin/activeadmin/compare/v3.1.0...v3.2.0

v3.1.0

6 months ago

Enhancements

v3.0.0

9 months ago

Breaking Changes

Enhancements

Translation Improvements

v2.14.0

10 months ago

Enhancements

Bug Fixes

  • Fix form layout for hints and checkboxes. #7772 by @JewelSam
  • Update filters disabled error to include specific action. #6195 by @javawizard
  • Fix Comments controller destroy declaration. #6482 by @bliof
  • Stop pagination elements from overflowing outside of panel container. #7599 by @ray-curran

Translation Improvements

Documentation

Performance

v2.13.1

1 year ago

Bug Fixes

  • Honor load paths order when loading admin files. #7488 by @tf
  • Fix passing expected hash payload argument. #7487 by @ispyropoulos