Releases: toddjordan/ember-cli-dynamic-forms
Releases · toddjordan/ember-cli-dynamic-forms
v0.4.0
v0.2.3
- Points alpaca version at the latest revision, that includes a fix for the jquery-currency-format bower package issues. This puts the alpaca version at 1.5.18 + patch
v0.2.1
- Upgraded Alpaca to 1.5.18
- Did some bower.json gymnastics to avoid a build error around jquery-price-format. this is a dependency of a dependant project (alpaca?) that was causing a build error because bower couldn't find it. Had to specify it in the top bower.json as a dependency and resolution :-( would love any prs with better solutions
- change by @maprules1000 to provide a build hook to optionally leave out alpaca.css #46
v0.2.0
New Features
- New renderer hook
initLayout
that runs on init to allow for customization of template - Ability to suppress 3rd party assets (bootstrap) from build (thx to @tomtom5152 )
- Minor refactoring
If you are playing with using a custom renderer, you must move any renderer you've built from the /app/renderers/
direcotry to the /app/dynamic-forms/renderers
direcotry
v0.1.3
v0.1.2
v0.1.1
Upgraded to ember-cli 2.3.0, ember 2.3.1
v0.0.9
New Feature:
Dynamic Forms now supports Ember Objects as data arguments to the component, so data can take advantage of Ember Data and computed properties. See http://toddjordan.github.io/ember-cli-dynamic-forms/#/demos/data for details.
v0.0.8
New Feature:
Dynamic Forms now have the ability to take action functions that fire whenever data on the form changes (as you type). See http://toddjordan.github.io/ember-cli-dynamic-forms/#/demos/change-action for details.