Releases: activeadmin/arbre
Releases · activeadmin/arbre
v2.0.2
v2.0.1
What's Changed
- Remove unnecessary
.compact
call by @tagliala in #562 - Test against Ruby 3.3 by @tagliala in #572
- Drop dependency on ruby2_keywords by @Earlopain in #578
- Test against Rails 7.2 by @tagliala in #599
- Remove redundant encoding by @tagliala in #614
- Optimize string concatenation using
<<
operator by @tagliala in #617
New Contributors
- @Earlopain made their first contribution in #578
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- Include empty attributes in HTML output by @javierjulio in #543
- Remove table tag defaults by @javierjulio in #542
- Remove component CSS class name default by @javierjulio in #545
- Add RuboCop Performance by @tagliala in #544
Full Changelog: v1.7.0...v2.0.0
v1.7.0
What's Changed
- Remove upper bound dependency limits from gemspec by @javierjulio in #539
- Add ActiveSupport 7.1 as default setup by @tomascco in #537
New Contributors
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's Changed
- Drop support for Ruby 2.6 in #345 by @alejandroperea
- Add 'main' to HTML5 elements in #270 by @mynnx
- Support nested attribute hashes rendered as hyphenated attributes in #451 by @Ikariusrb
- Lazy-load rails interactions in #456 by @ngan
New Contributors
- @EdwardBetts made their first contribution in #342
- @mynnx made their first contribution in #270
- @Ikariusrb made their first contribution in #451
- @ngan made their first contribution in #456
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
- Avoid mutating string literals by @tomgilligan in #292
- Add Active Support 7 support by @tagliala in #314
- Drop support for Ruby 2.5 by @alejandroperea in #315
- Fix keyword delegation in form component by @deivid-rodriguez in #318
New Contributors
- @tomgilligan made their first contribution in #292
- @tagliala made their first contribution in #314
- @alejandroperea made their first contribution in #315
Full Changelog: v1.4.0...v1.5.0
1.4.0
- Allow activesupport 6.1 prereleases. #242 by @deivid-rodriguez
1.3.0
- Drop ruby 2.3 support. #152 by @deivid-rodriguez
- Drop ruby 2.4 support. #177 by @deivid-rodriguez
- Fix ruby 2.7 kwargs warnings. #202 and #205 by @deivid-rodriguez
1.2.1
- Revert #64 to fix several regressions, at the cost of reintroducing #46. #121 by @deivid-rodriguez
1.2.0
No changes.