This repository has been archived by the owner on Apr 30, 2018. It is now read-only.
Releases: formly-js/angular-formly
Releases · formly-js/angular-formly
v7.0.0
<a name"7.0.0">
7.0.0 (2015-09-07)
Bug Fixes
- api-check: Remove deprecated api (9f2edcc0)
- ngModelAttrs: Change expression to statement (4ce876df, closes #294)
- ngModelAttrsManipulator:
- validateOptions: Remove deprecated API (4f9d2475)
Features
- ngModelAttrsManipulator: 🎆 Add support for property accessor keys 🎇 (33ae9c60, closes #452)
- validation: Remove deprecated async magic ✨ (4813d630)
Breaking Changes
- If you used
skipNgModelAttrsManipulator
before and did not heed the deprecation warning, you're going to want to move it toextras
. (b5593720) - If you were using validateOptions, you'll need to switch to apiCheck (4f9d2475)
- If you used to define your
apiCheck
in your wrappers and types as an object, you must now define it as a function that returns this object. (9f2edcc0) - Anywhere you define
ngModelAttrs
if you're usingexpression
you should change it tostatement
. (4ce876df) - If you were not heeding the deprecation warning before, you're going to need to move any async validation you have going on to the
asyncValidation
object (4813d630) - If you were depending on the behavior before of not overriding existing attributes, this will break you. (aaa767c6)
- We're now altering the ng-model regardless of anything. If you used to have dots or brackets in your properties, this will break you. Most of you probably wont have a problem. (33ae9c60)
v6.26.9
<a name"6.26.9">
6.26.9 (2015-09-07)
Bug Fixes
v6.26.8
v6.26.7
v6.26.6
v6.26.5
<a name"6.26.5">
6.26.5 (2015-09-07)
Bug Fixes
- apiCheck: fieldOptionsApiShape now allows setting 'boolean' property on an ngModelAttrs de (4cda5a30, closes #451)
- build:
- Checkout latest before merging/committing (354b797a)
- This is just to push out a release (0ddad1a7)
- Add push back (b4714650)
- Move publish:latest to before semantic-release post (b4d5ba23)
- Hide output so people can't pretend to be the bot (77e14439)
- Read something about this on the internet... (b286dcef)
- formly-form test: Rectify mis-matched HTML tags in test (fdf5cae0)
- types: Deprecate validateOptions (05a5724b, closes #403)
Features
v6.26.4
<a name"6.26.4">
6.26.4 (2015-09-07)
Bug Fixes
- apiCheck: fieldOptionsApiShape now allows setting 'boolean' property on an ngModelAttrs de (4cda5a30, closes #451)
- build:
- formly-form test: Rectify mis-matched HTML tags in test (fdf5cae0)
- types: Deprecate validateOptions (05a5724b, closes #403)
Features
v6.26.3
<a name"6.26.3">
6.26.3 (2015-09-07)
Bug Fixes
- apiCheck: fieldOptionsApiShape now allows setting 'boolean' property on an ngModelAttrs de (4cda5a30, closes #451)
- build:
- formly-form test: Rectify mis-matched HTML tags in test (fdf5cae0)
- types: Deprecate validateOptions (05a5724b, closes #403)
Features
v6.26.1
<a name"6.26.1">
6.26.1 (2015-09-04)
Bug Fixes
- apiCheck: fieldOptionsApiShape now allows setting 'boolean' property on an ngModelAttrs de (4cda5a30, closes #451)
- build:
- formly-form test: Rectify mis-matched HTML tags in test (fdf5cae0)
- types: Deprecate validateOptions (05a5724b, closes #403)