- Data attributes for tests are working again (more work needed for other types of data attributes)
- [UPGRADE] Now on Ember 2.11.
- Using new
(action 'syntax')
- [UPGRADE] Upgrade to Ember 2.9.1 and fix issues.
- [Feature] Added ability to pass in
isValid
, which applies theisValidClass
from ourfm-config
service
- [Feature] Added option to yield fields and append content
- [Fix]
onBlur
andonFocus
actions for most fields. Addedis-focused
class to field when focused
- [Fix]
name
attribute support for inputs
- [Fix] Disabled attribute for input, textarea, and select
- [Fix] onKeyUp fix
- [Feature] Add onKeyUp action
- [Upgrade] Upgrade to ember-cli 2.4.3
- [Bugfix] Fix bug with empty value on
content
property when usinghash
helper withfm-widgets/select
.