Skip to content

Releases: wieldo/meteor-autoformly

v0.8.0

18 Jan 18:52

Choose a tag to compare

Changed

  • wieldo:angular-formly-validator@1.5.0

v0.7.0

30 Dec 16:50

Choose a tag to compare

Added

  • Support for Date fields with min and max

v0.6.0

16 Dec 19:41

Choose a tag to compare

Added

  • validation for schema.allowedValues

Changed

  • BREAKING CHANGE: uses now formly:angular-formly instead of wieldo:angular-formly

v0.5.1

25 Nov 18:36

Choose a tag to compare

Added

  • info about options to autoFormly component's documentation (and example)

v0.5.0

25 Nov 17:59

Choose a tag to compare

Added

  • auto-formly component to automate process of insertion or collection update (see example)

v0.4.0

25 Nov 13:01

Choose a tag to compare

Added

  • autoFormly.errors() method to handle validation errors while inserting or updating collection object

v0.3.1

23 Nov 22:43

Choose a tag to compare

Fixed

  • Missing support for $meteor.collection()

v0.3.0

23 Nov 18:12

Choose a tag to compare

Added

  • Support autoformly.validation.messages in SimpleSchema
  • Add optional manual formly configuration for each field in autoFormly service
  • Implement more advanced filtering
  • schema.autoformly.templateOptions.rows to be displayed as textarea

Deprecated

  • Filtering using schema keys as array

Fixed

  • templatesObject.label overwriting

v0.2.1

18 Nov 17:35

Choose a tag to compare

Changed

  • Refactor all files to use Strict Dependency Injection

v0.2.0

18 Nov 13:47

Choose a tag to compare

Added

  • Support for Boolean type (as checkbox)
  • Support for allowedValues with String type (as select)