Releases: activeadmin/activeadmin
Releases · activeadmin/activeadmin
v3.4.0
v4.0.0.beta18
v4.0.0.beta17
What's Changed
Breaking Changes 🚨
- Preserve custom string labels in AttributesTable headers by @dixonnataliej in #8815
Enhancements ✨
- Update French locales by @tagliala in #8770
- Improve text color contrast by @tagliala in #8535
- Remove unnecessary base CSS styles by @javierjulio in #8803
- Update dark mode CSS styles by @javierjulio in #8809
New Contributors
- @brendon made their first contribution in #8772
- @dixonnataliej made their first contribution in #8815
Full Changelog: v4.0.0.beta16...v4.0.0.beta17
v4.0.0.beta16
What's Changed
Breaking Changes 🚨
- Drop Ruby 3.1 and update dependencies by @tagliala in #8760
- Remove Tabs component by @javierjulio in #8762
Template Updates 📝
Enhancements ✨
- Bump Formtastic to 5.0 and remove legacy code by @tagliala in #8613
- Add Polish pagination entries translations by @wrozka in #8636
- Support sortable argument in id_column by @jaynetics in #8639
- Support title for id_column by @mgrunberg in #8641
- Update pt-BR translations by @annaluizacaraciolo in #8679
- Upgrade Flowbite dependency to v3.1.2 by @tagliala in #8692
- Add some :uk locales by @ishe-ua in #8732
Bug Fixes 🐛
- Fix deprecation warning in Ruby 3.4 by @ybart in #8593
- Fix circular require warning in
belongs_to.rbby @tagliala in #8599 - Fix pagination truncate translation key by @tagliala in #8678
- Fix typo in batch_actions locale translation key by @tagliala in #8712
- Enhance main navbar to improve bouncing on macOS by @tagliala in #8727
- Remove double bottom border on last table row by @javierjulio in #8761
Other Changes 🛠
New Contributors
- @ybart made their first contribution in #8593
- @annaluizacaraciolo made their first contribution in #8679
- @ishe-ua made their first contribution in #8732
Full Changelog: v4.0.0.beta15...v4.0.0.beta16
v3.3.0
What's Changed
Enhancements ✨
- Improve v3 docs regarding compatibility with vite_rails by @mattbrictson in #8548
- Backport test against Rails 8.0 by @mgrunberg in #8556
- Test against Ruby 3.4 by @tagliala in #8614
- Backport Support sortable argument in id_column by @mgrunberg in #8650
- Backport Support title for id_column by @mgrunberg in #8652
Bug Fixes 🐛
- Backport Fix attributes passed to form has_many not being set on new record form items by @Fs00 in #8551
- Backport Fix deprecation warning in Ruby 3.4 by @tagliala in #8596
- Backport Fix circular require warning in belongs_to.rb by @tagliala in #8601
New Contributors
- @mattbrictson made their first contribution in #8548
Full Changelog: v3.2.5...v3.3.0
v4.0.0.beta15
What's Changed
IMPORTANT: Please update your tailwind-active_admin.config.js file with the ESM changes from #8568
Template Updates 📝
Enhancements ✨
- Update Korean locale with new translations by @stadia in #8554
- Update Arabic locale translations by @aalyahya in #8555
- Fix an issue with Arabic translation by @aalyahya in #8557
- Update Russian locale with new translations by @PoroshkinaVV in #8558
New Contributors
- @stadia made their first contribution in #8554
- @aalyahya made their first contribution in #8555
- @PoroshkinaVV made their first contribution in #8558
Full Changelog: v4.0.0.beta14...v4.0.0.beta15
v4.0.0.beta14
What's Changed
Breaking Changes 🚨
- Drop support for Rails 6.1 by @mgrunberg in #8449
- Drop Ruby 3.0 compatibility by @tagliala in #8489
Enhancements ✨
- Add polish translations for search status by @wrozka in #8487
- Update zh-TW & ja locale with new v4 keys by @hohayo in #8521
- Update zh-CN locale with new v4 keys by @iuhoay in #8546
- Improve v3 docs regarding compatibility with vite_rails by @mattbrictson in #8549
- Remove redundant safe navigation operator by @tagliala in #8528
- Use safe navigation for
pundit_default_policyby @tagliala in #8530 - Use safe navigation operator in layout helper by @tagliala in #8533
Bug Fixes 🐛
- run update_resource inside a transaction to avoid autosaving relationships through assign_attributes when the record is invalid by @deivid-rodriguez @mgrunberg in #7437
- Fix attributes passed to form has_many not being set on new record form items by @Fs00 in #8550
- Convert plugin.js to ESM because package.json has type set to module by @4ndv in #8536
Other Changes 🛠
- Migrate docs to VitePress by @javierjulio in #8194
New Contributors
Full Changelog: v4.0.0.beta13...v4.0.0.beta14
v4.0.0.beta13
What's Changed
Enhancements ✨
- Add polish translations for v4 keys by @wrozka in #8481
- Add spanish translations for v4 keys by @elramirezv in #8483
- Prefer
require_relativefor internal requires by @tagliala in #8482
New Contributors
- @elramirezv made their first contribution in #8483
Full Changelog: v4.0.0.beta12...v4.0.0.beta13
v4.0.0.beta12
v3.2.5
What's Changed
Enhancements ✨
- Backport #8450 #8451 by @tagliala in #8454
- Backport Add favicon to template app to fix Rails 7.2 test suite run by @mgrunberg in #8468
- Backport Use attribute_types instead of columns_hash to determine type by @mgrunberg in #8469
- Backport Optimize count query for pagination_total: false option by @mgrunberg in #8470
Bug Fixes 🐛
- Restore inner span tag to form inputs legend by @denisahearn in #8467
New Contributors
- @denisahearn made their first contribution in #8467
Full Changelog: v3.2.4...v3.2.5