Skip to content

Latest commit

 

History

History
199 lines (98 loc) · 10.6 KB

CHANGELOG.md

File metadata and controls

199 lines (98 loc) · 10.6 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0-rc.3 (2017-12-19)

Bug Fixes

  • bootstrap: ensure to set a string value when select is not multiple. (#602) (6c591f8), closes #601

2.0.0-rc.2 (2017-12-14)

Bug Fixes

  • core: assign correctly model value in field expression during build. (#596) (77d62ae)
  • core: ensure nested form group is created for nested key. (#597) (3213f98)
  • core: mark form unsubmitted on reset form. (#591) (082de94)

Features

  • bootstrap,material: add multi-select support (#598) (97d8956)

2.0.0-rc.1 (2017-12-08)

Bug Fixes

  • core: change form validity when expressionProperty change. (#590) (290761c), closes #582

2.0.0-rc.0 (2017-12-07)

Bug Fixes

  • core: remove usage of setTimeout. (#586) (c3de20c)
  • core: take account of model changes when using hideExpression. (#581) (672679e), closes #580
  • hideExpression: use getFieldModel only for simple field (#588) (9a5eeac)

Features

  • demo: add copy to clipboard to example-viewer. (#585) (a307a7c)
  • demo: add preview code + more examples. (#583) (6a86dd4)
  • material: use stable version 5.0.0 (#587) (023386d)

2.0.0-beta.8 (2017-11-28)

Bug Fixes

2.0.0-beta.7 (2017-11-27)

Bug Fixes

  • FormlyConfig: allow using function in validation messages. (#573) (745478d)

Features

2.0.0-beta.6 (2017-11-21)

Features

2.0.0-beta.5 (2017-11-19)

Features

2.0.0-beta.4 (2017-11-13)

Bug Fixes

Features

2.0.0-beta.3 (2017-11-07)

Bug Fixes

  • #551: ensure templateOptions is defined (#553) (48f4a36)
  • #551: fixed assign object to string for assignModelValue (#552) (7b37c56)

2.0.0-beta.2 (2017-11-07)

Bug Fixes

  • clone: create clone of date instead of empty object. (#549) (0dea289)

Features

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

Bug Fixes

  • textarea: set default value for rows and cols (#546) (2a0f783)

Features

  • validation: move FormlyValidationMessage into core module (#547) (da502f2)

2.0.0-beta.0 (2017-11-01)

Bug Fixes

  • replace deprecated OpaqueToken with InjectionToken (#508) (fbf1dc3)
  • #514: avoid supress and/or force validation messages. (#524) (1ffe899)
  • field: use showError instead of valid. (2ba78a3)

Features

  • #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 by Renderer2 (#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)

BREAKING CHANGES

  • field: Field::valid is no longer available, use showError instead.
  • validation-message: removed FormlyValidationMessages
  • fieldChanges: removed FormlyPubSub.