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

v3.0.0

Compare
Choose a tag to compare
@steveszc steveszc released this 16 Jan 22:42
· 4 commits to master since this release
213f3c6
  • 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)