Skip to content
This repository has been archived by the owner on Apr 30, 2018. It is now read-only.

Releases: formly-js/angular-formly

v7.0.0

07 Sep 22:18
Compare
Choose a tag to compare

<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 to extras. (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 using expression you should change it to statement. (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

07 Sep 20:26
Compare
Choose a tag to compare

<a name"6.26.9">

6.26.9 (2015-09-07)

Bug Fixes

v6.26.8

07 Sep 19:46
Compare
Choose a tag to compare

<a name"6.26.8">

6.26.8 (2015-09-07)

Bug Fixes

v6.26.7

07 Sep 19:40
Compare
Choose a tag to compare

<a name"6.26.7">

6.26.7 (2015-09-07)

Bug Fixes

v6.26.6

07 Sep 19:33
Compare
Choose a tag to compare

<a name"6.26.6">

6.26.6 (2015-09-07)

Bug Fixes

  • build: Checkout origin/latest (3cc81884)

v6.26.5

07 Sep 19:26
Compare
Choose a tag to compare

<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

  • defaultOptions: Pass scope to the function version (c09b685f)
  • formly-form: Expand formly-form restriction to be both Element and Attribute (4fc7af33, closes #450)

v6.26.4

07 Sep 12:42
Compare
Choose a tag to compare

<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:
    • 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

  • defaultOptions: Pass scope to the function version (c09b685f)
  • formly-form: Expand formly-form restriction to be both Element and Attribute (4fc7af33, closes #450)

v6.26.3

07 Sep 12:18
Compare
Choose a tag to compare

<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:
    • 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

  • defaultOptions: Pass scope to the function version (c09b685f)
  • formly-form: Expand formly-form restriction to be both Element and Attribute (4fc7af33, closes #450)

v6.26.1

04 Sep 20:17
Compare
Choose a tag to compare

<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:
    • 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

  • defaultOptions: Pass scope to the function version (c09b685f)
  • formly-form: Expand formly-form restriction to be both Element and Attribute (4fc7af33, closes #450)

v6.26.0

04 Sep 20:16
Compare
Choose a tag to compare

<a name"6.26.0">

6.26.0 (2015-09-04)

Bug Fixes

  • build:
    • 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

  • defaultOptions: Pass scope to the function version (c09b685f)
  • formly-form: Expand formly-form restriction to be both Element and Attribute (4fc7af33, closes #450)