Skip to content

Tags: Emerson/ember-form-master-2000

Tags

3.3.1

[FEATURE] Add ability to pass in formControlClass

3.3.0

[PUBLISH] 3.3.0

3.2.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #58 from Emerson/UPGRADE]-ember-cli-babel-to-7.1.4

[UPGRADE] ember-cli-babel to 7.1.4

3.2.1

[RELEASE] 3.2.1

3.2.0

[3.2.0] Hot New Release

* Now Ember 2.11 Compatible

3.0.8

[FEATURE] `isValid` adds the `isValidClass`

### Why?

I wanted to have the option of adding a special class when a field was
valid

### How does this resolve the issue?

This code adds an `isValid` property that is passed down to our
displays. When isValid is true, FM2000 adds the `is-valid` class to the
field container

3.0.6

[FIX] onFocus and onBlur events

### Why?

It’s handy to have these types of events available for our users

### How does this resolve the issue?

We are now sending up onBlur and onFocus actions, and are passing the
event and context of the widget as well.

3.0.5

[FIX] - name attribute support for input elements

3.0.5

3.0.4

[FIX] Fixing disabled attribute and bumping to 3.0.4

3.0.3

[Fix] Fix for onKeyUp and bump to version 3.03