Skip to content

Releases: toddjordan/ember-cli-dynamic-forms

v0.4.0

12 Jan 05:19
Compare
Choose a tag to compare
  • Removed references to Ember.K
  • Removed getOwner polyfill
  • Removed support for Ember 1.13

v0.2.3

13 Sep 12:55
Compare
Choose a tag to compare
  • 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

12 Sep 15:17
Compare
Choose a tag to compare
  • 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

03 Sep 06:02
Compare
Choose a tag to compare

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

19 Aug 06:02
Compare
Choose a tag to compare

Fixes #39
Includes some refactoring to the dynamic-forms component

v0.1.2

06 Aug 06:24
Compare
Choose a tag to compare

Bug fix #38 to support null field values

v0.1.1

28 Feb 02:44
Compare
Choose a tag to compare

Upgraded to ember-cli 2.3.0, ember 2.3.1

v0.0.9

20 Feb 22:18
Compare
Choose a tag to compare

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

20 Feb 22:21
Compare
Choose a tag to compare

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.