All Versions
33
Latest Version
Avg Release Cycle
35 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v2.0.0 Changes
April 25, 2019No changes.
-
v2.0.0.rc2 Changes
April 25, 2019✨ Enhancements
Minor
- Require arbre
~> 1.2, >= 1.2.1
#5726 by @ionut998, and #5738 by @deivid-rodriguez
- Require arbre
-
v2.0.0.rc1 Changes
March 23, 2019✨ Enhancements
➕ Add your own content to the site
<head>
, like analytics #5590 by @burenActiveAdmin.setup do |config| config.head = ''.html\_safeend
Minor
- ➕ Add better support for rendering lists. #5370 by @dkniffin
- 💅 Undeprecate
config.register_stylesheet
andconfig.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
- Fix for paginated collections with
per_page: Array, pagination_total: false
. #5627 by @bartoszkopinski - 🚅 Restrict ransack requirement to >= 2.1.1 to play nice with Rails 5.2.2. #5632 by @deivid-rodriguez
- 🌐 Bad interpolation variables on pagination keys in Lithuanian translation. #5631 by @deivid-rodriguez
- Tabs are not correctly created when using non-transliteratable characters as title. #5650 by @panasyuk
- Sidebar title internationalization. #5417 by @WaKeMaTTa
filter
labels not allowing aProc
to be passed. #5418 by @WaKeMaTTa
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 thecoffee-script
gem to yourGemfile
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
-
v1.4.3 Changes
December 04, 2018🐛 Bug Fixes
- 🛠 Fix
form
parameter tobatch_action
no longer accepting procs. #5611 by @buren and @deivid-rodriguez - 🛠 Fix passing a proc to
scope_to
. #5611 by @deivid-rodriguez
- 🛠 Fix
-
v1.4.2 Changes
November 26, 2018 -
v1.4.1 Changes
November 26, 2018 -
v1.4.0 Changes
November 26, 2018✨ Enhancements
Minor
- ➕ Add missing I18n for comments. #5458, #5461 by @mauriciopasquier
- Fix batch_actions.delete_confirmation translation in zh-CN.yml. #5453 by @ShallmentMo
- ➕ Add some missing italian translations. #5433 by @stefsava
- ✨ Enhance some chinese translations. #5413 by @shouya
- ➕ Add missing filter predicate translations to nb. #5357 by @rogerkk
- ➕ Add missing norwegian comment translations. #5375 by @rogerkk
- ➕ Add missing dutch translations. #5368 by @dennisvdvliet
- ➕ Add missing german translations. #5341 by @eikes
- ➕ Add missing spanish translation. #5336 by @mconiglio
- ➕ Add from and to predicates for russian language. #5330 by @glebtv
- 🛠 Fix typo in finnish translation. #5320 by @JiiHu
- ➕ Add missing turkish translations. #5295 by @kobeumut
- ➕ Add missing chinese translations. #5266 by @jasl
- 👍 Allow proc label in datepicker input. #5408 by @tiagotex
- ➕ Add
group
attribute to scopes in order to show them in grouped. #5359 by @leio10 - ➕ Add missing polish translations and improve existing ones. #5537 by @Wowu
- ➕ Add
priority
option toaction_item
. #5334 by @andreslemik
🐛 Bug Fixes
- 🛠 Fixed the string representation of the resolved
sort_key
when no explicitsortable
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
-
v1.3.1 Changes
August 11, 2018 -
v1.3.0 Changes
✨ Enhancements
Major
- 🚅 Rails 5.2 support [#5343] by [@varyonic], [#5399], [#5401] by [@zorab47]
-
v1.2.1 Changes
🐛 Bug Fixes
- Resolve issue with [#5275] preventing XSS in filters sidebar. [#5299] by [@faucct]