Skip to content

Releases: activeadmin/activeadmin

2.1.0

10 Jun 16:27
fe6350f
Compare
Choose a tag to compare

Bug Fixes

  • Ensure application gets reloaded only once. #5740 by [@jscheid]
  • Crash when rendering comments from a custom controller block. #5758 by @deivid-rodriguez
  • Switch sass dependency to sassc-rails, since sass is no longer supported and since it restores support for directly importing css files. #5504 by @deivid-rodriguez

Removals

Read more

2.0.0

25 Apr 10:22
d2ad882
Compare
Choose a tag to compare

No changes.

Read more

2.0.0.rc2

25 Apr 10:26
Compare
Choose a tag to compare

Enhancements

Minor

Read more

2.0.0.rc1

23 Mar 18:09
78ea1c7
Compare
Choose a tag to compare

Enhancements

  • Add your own content to the site <head>, like analytics #5590 by @buren

    ActiveAdmin.setup do |config|
      config.head = ''.html_safe
    end

Minor

  • Add better support for rendering lists. #5370 by [@dkniffin]
  • Undeprecate config.register_stylesheet and config.register_javascript for lack of better solution for including external assets. It might be reevaluated in the future. #5662 by @deivid-rodriguez

Security Fixes

  • Prevent leaking hashed passwords via user CSV export and adds a config option for sensitive attributes. #5486 by [@chrp]

Bug Fixes

Removals

  • Rails 4.2 support has been dropped. #5104 by [@javierjulio] and @deivid-rodriguez
  • Dependency on coffee-rails has been removed. #5081 by [@javierjulio]
    If your application uses coffescript but was relying on ActiveAdmin to provide
    the dependency, you need to add the coffee-script gem to your Gemfile to
    restore it. If your only usage of coffescript was the
    active_admin.js.coffee generated by ActiveAdmin's generator, you can also
    convert that file to plain JS (//= require active_admin/base if you
    didn't add any stuff to it).
  • Devise 3 support has been dropped. #5608 by @deivid-rodriguez and [@javierjulio]
Read more

1.4.3

04 Dec 12:38
2038da3
Compare
Choose a tag to compare

Bug Fixes

1.4.2

26 Nov 17:40
9c884c7
Compare
Choose a tag to compare

Bug Fixes

  • Fix input_html filter option evaluated only once. #5377 by @kjeldahl

1.4.1

26 Nov 17:40
8f8bf79
Compare
Choose a tag to compare

Bug Fixes

1.4.0

26 Nov 17:39
3329f89
Compare
Choose a tag to compare

Enhancements

Minor

Bug Fixes

  • Fixed the string representation of the resolved sort_key when no explicit sortable attribute is passed. #5464 by @chumakoff
  • Fixed docs on the column sortable attribute (which actually doesn't have to be explicitly specified when a block is passed to column). #5464 by @chumakoff
  • Fixed if: scope option when a lambda is passed. #5501 by @deivid-rodriguez
  • Comment validation adding redundant errors when resource is missing. #5517 by @deivid-rodriguez
  • Fixed resource filtering by association when the resource has custom primary key. #5446 by [@wasifhossain]
  • Fixed "create anoter" checkbox styling. #5324 by @faucct

[@kobeum...

Read more

1.3.1

11 Aug 23:42
e044a39
Compare
Choose a tag to compare

Bug Fixes

  • gemspec should have more permissive ransack dependency. #5448 by @varyonic

1.3.0

20 Apr 23:40
Compare
Choose a tag to compare

Enhancements

Major