Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Releases: truecoach/ember-fit-form

v3.0.1

16 Jan 23:12
21062ee
Compare
Choose a tag to compare
  • Restores ability to apply classes and other html attributes to the FitForm component's form element.

v3.0.0

16 Jan 22:42
213f3c6
Compare
Choose a tag to compare
  • Adds support for ember-changeset >= v3.0.0
  • Drops support for Node < v10
  • Drops support for Ember < v3.16
  • Drops support for positional params. The FitForm component's positional param should be replaced with the @models named arg, which accepts either a single model or an array of models.
  • Drops support for EmberObject in implementation of FormAdapters. Custom adapters should be refactored to use ES classes.
  • FitForm component is now implemented as a ES class (extending from ember component)

v2.0.0

20 Dec 23:59
Compare
Choose a tag to compare

💥BREAKING

  • Convert fit-form to classic layout #48
    If your application extended any fit-form components you will need to update the import paths

Ember 3.12

31 Oct 17:59
Compare
Choose a tag to compare
  • Ember 3.12
  • [BUGFIX] Compact and Flatten Models #27

v0.0.0

29 Jun 23:19
Compare
Choose a tag to compare
v0.0.0 Pre-release
Pre-release
Enable submitting the form with a button of type=submit