Releases: cloudnc/ngx-sub-form
Releases · cloudnc/ngx-sub-form
v11.0.0
11.0.0 (2024-06-09)
Features
BREAKING CHANGES
v10.0.0
10.0.0 (2023-12-01)
Bug Fixes
Features
BREAKING CHANGES
v9.0.1
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
9.0.0 (2023-07-06)
Features
BREAKING CHANGES
v8.0.1
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
8.0.0 (2022-12-12)
Features
BREAKING CHANGES
v8.0.0-feat-upgrade-angular-15.1
Features
BREAKING CHANGES
v7.0.0
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
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
Bug Fixes
- inject ChangeDetectorRef and call markForCheck in sideEffects (e76f270)
- remove private ɵmarkDirty reference which was removed in angular 14.2. (eec042a)