Releases: wieldo/meteor-autoformly
Releases · wieldo/meteor-autoformly
v0.8.0
v0.7.0
Added
- Support for Date fields with min and max
v0.6.0
Added
- validation for
schema.allowedValues
Changed
- BREAKING CHANGE: uses now formly:angular-formly instead of wieldo:angular-formly
v0.5.1
Added
- info about options to autoFormly component's documentation (and example)
v0.5.0
Added
auto-formlycomponent to automate process of insertion or collection update (see example)
v0.4.0
Added
autoFormly.errors()method to handle validation errors while inserting or updating collection object
v0.3.1
Fixed
- Missing support for $meteor.collection()
v0.3.0
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.rowsto be displayed as textarea
Deprecated
- Filtering using schema keys as array
Fixed
- templatesObject.label overwriting
v0.2.1
Changed
- Refactor all files to use Strict Dependency Injection
v0.2.0
Added
- Support for Boolean type (as checkbox)
- Support for allowedValues with String type (as select)