Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan Walker committed Jun 17, 2015
1 parent 44608dc commit c6b343d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,19 @@ This addon extends Ember EasyForm into the view and controller layers of your Em

**This is also the easiest known way to use Easy Form with Ember 1.10 and HTMLBars.**

## Ember 1.11 Users
## Ember 1.11+ Users

Whilst this addon's master branch currently supports Ember 1.10, there are even more known issues with Ember Easy Forms and Ember 1.11. As such, work has begun on a completely Ember CLIified branch [here](https://github.com/sir-dunxalot/ember-easy-form-extensions/tree/ember-1.11)

The `ember-1.11` branch is an evolved easy form API. It is very early stage and undocumented but no longer requires vendor files either. A release will come soon but feel free to dig into the addon tree's source in the meantime.

```json
// Your package.json
devDepencencies: {
"ember-easy-form-extensions": "sir-dunxalot/ember-easy-form-extensions#ember-1.11",
}
```

## Installation

Uninstall any references to `ember-easy-form` and `ember-validations`. Then:
Expand Down

0 comments on commit c6b343d

Please sign in to comment.