Skip to content

Releases: MrWolfZ/ngrx-forms

5.0.0-beta.2

30 May 11:57
Compare
Choose a tag to compare
5.0.0-beta.2 Pre-release
Pre-release

This is a beta release in preparation for the release of Angular 8.

Bugfixes

  • allow enabling empty disabled array states (8a33d12), thanks @nihique for reporting this bug, closes #149

5.0.0-beta.1

25 May 10:16
Compare
Choose a tag to compare
5.0.0-beta.1 Pre-release
Pre-release

This is a beta release in preparation for the release of Angular 8.

Breaking Changes

  • update peer dependencies to require Angular >=8.0.0
  • update peer dependencies to require TypeScript >=3.4.0

Features

  • refactor FormState and Unboxed conditional type definitions to be simpler, which can improve build times and IDE performance

Build Improvements

  • switch to ng-packagr for building the library
  • add dtslint tests to ensure stability of FormState and Unboxed types

4.1.0

04 May 08:56
Compare
Choose a tag to compare

Features

4.0.2

24 Apr 20:02
Compare
Choose a tag to compare

Bugfixes

  • allow clearing async error without pending validation (6116081), thanks @magnattic for reporting this bug, closes #143

4.0.1

11 Jan 09:11
Compare
Choose a tag to compare

Bugfixes

  • allow boxed undefined values as form control values (ab5ff58), thanks @dzonatan for reporting this bug, closes #131

3.2.2

11 Jan 09:25
Compare
Choose a tag to compare

Bugfixes

  • allow boxed undefined values as form control values (4d6cc03), thanks @dzonatan for reporting this bug, closes #131

4.0.0

01 Jan 12:56
Compare
Choose a tag to compare

Features

  • add support for Angular 7, ngrx v7, and TypeScript 3.1.X (aad53c4), thanks @wbhob for his contribution in #130)

3.2.1

01 Jan 12:30
Compare
Choose a tag to compare

Bugfixes

  • fix wrong inferred value type for equalTo and notEqualTo validation functions when used with validate update function (0cc6ca3)

3.2.0

31 Dec 19:40
Compare
Choose a tag to compare

Features

  • add support for boxed values in all validation functions (bed56f5), closes #96

3.1.0

21 Oct 08:23
Compare
Choose a tag to compare

Features