Skip to content

Releases: telecta/attributes_for

v0.7.0 Release

10 Nov 08:50
Compare
Choose a tag to compare

Added

  • Wrap label and value in tags.
  • :defaults options. Apply same options to all elements.
  • :wrapper options (change default wrappers).
  • :label_html and :value_html to set attributes on tags.

Changed

  • Improved implementation slightly.

v0.6.1 Release

29 Oct 12:15
Compare
Choose a tag to compare

Update dependencies

v0.5.0 Release

21 Sep 13:28
Compare
Choose a tag to compare

Fixed

  • Use font-awesome-rails fa_icon helper to handle icons. Icons are now
    positioned in front of content instead of wrapping it.
  • Fixed tests.

Changed

  • Use options[:icon] to handle Font Awesome icons.
  • Wrap key-val pairs with tags.

v0.4.4 Release

10 Sep 07:10
Compare
Choose a tag to compare

Minor fixes.