Skip to content

Releases: activeadmin/arbre

1.1.1

24 Mar 19:06
Compare
Choose a tag to compare

1.0.3

24 Mar 19:06
Compare
Choose a tag to compare

1.0.2

24 Mar 19:06
Compare
Choose a tag to compare
  • 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

24 Mar 19:06
Compare
Choose a tag to compare
  • Template handler converts to string to satisfy Rack::Lint #6 by @jpmckinney
  • Fix to Tag#add_class when passing a string of classes to Tag build method
    #4 by @gregbell
  • Not longer uses the default separator #7 by @LTe

1.0.0

24 Mar 19:06
Compare
Choose a tag to compare
  • Added support for the use of :for with non Active Model objects

1.0.0.rc4

24 Mar 19:06
Compare
Choose a tag to compare
  • Fix issue where user could call symbolize_keys! on a
    HashWithIndifferentAccess which doesn't implement the method

1.0.0.rc3

24 Mar 19:06
Compare
Choose a tag to compare
  • Implemented Arbre::HTML::Tag#default_id_for_prefix

1.0.0.rc2

24 Mar 19:06
Compare
Choose a tag to compare
  • Fixed bug where Component's build methods were being rendered within the
    parent context.

1.0.0.rc1

24 Mar 19:06
Compare
Choose a tag to compare

Initial release and extraction from Active Admin