Releases: activeadmin/arbre
Releases · activeadmin/arbre
1.2.1
- Revert #64 to fix several regressions, at the cost of reintroducing #46. #121 by @deivid-rodriguez
1.2.0
No changes.
1.2.0.rc1
- Fix deprecation warning about single arity template handlers on Rails 6. #110 by @aramvisser
- Fix rendering
link_to
with a block in a arbre template. #64 by @varyonic - Drop support for EOL'd rubies (under 2.3). #78 by @deivid-rodriguez
1.1.0
- Tag option
for
sets the attribute when value is a string or symbol #49 by @ramontayag
1.1.1
- Use mime-types 2.x for Ruby 1.9 by @timoschilling
- Verify Ruby 2.3 support. #59 by @dlackty
1.0.3
- Performance improvements #40 by @alexesDev
- Added all void elements as self-closing tags #39 by @OscarBarrett
- Missing tags added #36 / #39 by @dtaniwaki and @OscarBarrett
1.0.2
- make
Element#inspect
behave correctly in Ruby 2.0 #16 by @seanlinsley - prevent
Arbre::Element#flatten
infinite recursion #32 by @seanlinsley - make
find_by_class
correctly find children by class #33 by @kaapa
1.0.1
1.0.0
- Added support for the use of
:for
with non Active Model objects
1.0.0.rc4
- Fix issue where user could call
symbolize_keys!
on a
HashWithIndifferentAccess which doesn't implement the method