- Added Foundation 6 support
- Added auto_labels config
This will be used for Foundation 5 support
- Dropped support for Ruby 1.9.3
- display_flash_messages now requires the key_matching hash to be prefixed with the keyword argument :key_matching
- Add Rubocop code style linting
- Fix Rails 5 deprecation warnings about alias_method_chain
- Allow Capybara to be upgraded beyond 2.6.x
- Lock Capybara at 2.6.x
- Allow Rails 5 to be used
- Form Helper: Prefix and Postfix are now supported (PR #104 thanks djkz)
- Flash Helper: a list of keys to be ignored can be specified - e.g. keys which are only used internally to pass data, not user-viewable messages(fix for #98)
- FIX: Hints are added as span elements (PR #96 thanks collimarco)
- FIX: Labels and fields don't have empty class attributes or repeated error classes (thanks collimarco)
- FIX: Radio buttons don't have the
label="false"
on them whenlabel: false
is set (PR #107 thanks frenkel)
- Released Feb 03rd 2015
- Added configuration option to set button class in an initializer
- Updated to be compatible with Foundation 5.2.2
- Bugfixes
- Released Oct 10th 2014
- Bugfixes
- Not released
- Compatibility with Rails 4
- Bugfixes
- Not released
- Mostly bugfixes
- First production release (Jan 14th, 2012)
- initial release candidate (Jan 14th, 2012)