All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.0-beta.2 (2017-11-07)
- field: allow passing function for field expression. (#548) (5e630fe)
- material2: update to 5.0.0-rc0 (#550) (10baf1e)
2.0.0-beta.1 (2017-11-03)
2.0.0-beta.0 (2017-11-01)
- replace deprecated OpaqueToken with InjectionToken (#508) (fbf1dc3)
- #514: avoid supress and/or force validation messages. (#524) (1ffe899)
- field: use showError instead of valid. (2ba78a3)
- #536: use standard-version for CHANGELOG generation (#538) (9061311)
- bootstrap: support Bootstrap 4 Beta (#529) (2b70567)
- core: rename package to
@ngx-formly
+ follow Angular Package Format. (#497) (2197a51) - demo: use angular-cli for demo-example (#542) (b8d6483)
- field: remove deprecated
valid
prop. (#537) (88a9652) - fieldChanges: remove FormlyPubSub in favor of fieldChanges option. (#525) (e78916f)
- label: append with an asterisk when required (#523) (bad3ecb)
- material: initial work for ui-material (#534) (11b8f9b)
- remove deprecated options. (#507) (6c46667)
- replace deprecated
Renderer
byRenderer2
(#498) (0754b26) - use
ng-template
for dynamic components (#499) (9203f1e) - npm: add publish script (#510) (0788a51)
- npm: allow angular v5. (#520) (1c6fb06)
- npm: update packages. (#522) (ecf5e0f)
- validation-message: move FormlyValidationMessages into FormlyConfig (#526) (9b2e39f)
- field:
Field::valid
is no longer available, useshowError
instead. - validation-message: removed FormlyValidationMessages
- fieldChanges: removed FormlyPubSub.