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.3.1

31 Oct 04:00
Compare
Choose a tag to compare

<a name"7.3.1">

7.3.1 (2015-10-31)

Bug Fixes

  • fieldGroup: add shortcut for templateOptions (4417dd2b)

v7.3.0

29 Oct 02:25
Compare
Choose a tag to compare

<a name"7.3.0">

7.3.0 (2015-10-29)

Features

  • fieldGroup: allow wrapper & templateOptions (f40bd6c1, closes #486)

v7.2.3

19 Oct 01:57
Compare
Choose a tag to compare

<a name"7.2.3">

7.2.3 (2015-10-19)

Bug Fixes

  • formlyConfig: Removes explicitAsync from formlyConfig. (b548e56f, closes #516)

v7.2.2

17 Oct 12:56
Compare
Choose a tag to compare

<a name"7.2.2">

7.2.2 (2015-10-17)

Bug Fixes

  • formlyConfig.js: added a default for fieldTransform (b2939ac7, closes #517)

v7.2.1

10 Oct 01:24
Compare
Choose a tag to compare

<a name"7.2.1">

7.2.1 (2015-10-10)

Bug Fixes

  • build:
    • publish latest to github (329711a5, closes #509)
    • Remove code-checks, happens during tests now (47cb9666)
    • Remove kcd-common-tools, update dependencies, make life good again (1df064a2)

v7.2.0

09 Oct 20:53
Compare
Choose a tag to compare

<a name"7.2.0">

7.2.0 (2015-10-09)

Bug Fixes

  • build:
    • Remove code-checks, happens during tests now (47cb9666)
    • Remove kcd-common-tools, update dependencies, make life good again (1df064a2)

Features

  • formly-form:
    • validate field after expressions are run (460ead54)

v7.1.2

20 Sep 02:16
Compare
Choose a tag to compare

<a name"7.1.2">

7.1.2 (2015-09-20)

Bug Fixes

  • defaultValue: fix nested keys to work with default values (c1209a49)

v7.1.1

13 Sep 03:21
Compare
Choose a tag to compare

<a name"7.1.1">

7.1.1 (2015-09-13)

Bug Fixes

  • formly: Switched from using Function.bind to angular.bind to support more browsers. (3c45ae55)

v7.1.0

11 Sep 07:01
Compare
Choose a tag to compare

<a name"7.1.0">

7.1.0 (2015-09-11)

Features

  • formly-form: Use arrays for fieldTransforms (9a357818, closes #458)

v7.0.1

08 Sep 12:33
Compare
Choose a tag to compare

<a name"7.0.1">

7.0.1 (2015-09-08)

Bug Fixes

  • formly-field: Skip $setUntouched if it doesn't exist (Angular 1.2) (e95294b2, closes #448)

Perf

  • formly-field: Now expressionProperties will result in a single $digest when run, rather than one per property! Yay! ✨