Cloudnc Ngx Sub Form Versions Save

Utility library for breaking down an Angular form into multiple components

v10.0.0

6 months ago

10.0.0 (2023-12-01)

Bug Fixes

Features

BREAKING CHANGES

  • Angular 17 required

v9.0.1

7 months ago

9.0.1 (2023-10-25)

Bug Fixes

  • formControlNames are now generated from formControls instead of formGroup.value to correctly include disabled controls (b579428), closes #303

v9.0.0

10 months ago

9.0.0 (2023-07-06)

Features

BREAKING CHANGES

  • Angular 16 required

v8.0.1

1 year ago

8.0.1 (2023-02-09)

Bug Fixes

  • peer deps: add lodash-es to peers (e136541), closes #278
  • peer deps: add lodash-es to peers (0c7f91c), closes #278

v8.0.0

1 year ago

8.0.0 (2022-12-12)

Features

BREAKING CHANGES

  • Angular 15 required

v8.0.0-feat-upgrade-angular-15.1

1 year ago

8.0.0-feat-upgrade-angular-15.1 (2022-12-09)

Features

BREAKING CHANGES

  • Angular 15 required

v7.0.0

1 year ago

7.0.0 (2022-12-07)

Features

  • remove deprecated API based on inheritance (4ab50c5)

BREAKING CHANGES

  • The old API is not available anymore

v6.0.4

1 year ago

6.0.4 (2022-10-20)

Bug Fixes

  • inject ChangeDetectorRef and call markForCheck in sideEffects (e76f270)
  • remove private ɵmarkDirty reference which was removed in angular 14.2. (eec042a)
  • skip some tests that were failing on master before the last merge for some reason and that are blocking an important release (3df75e5)

v6.0.4-fix-272.1

1 year ago

6.0.4-fix-272.1 (2022-09-22)

Bug Fixes

  • inject ChangeDetectorRef and call markForCheck in sideEffects (e76f270)
  • remove private ɵmarkDirty reference which was removed in angular 14.2. (eec042a)

v6.0.3

1 year ago

6.0.3 (2022-08-02)

Bug Fixes