npm ngrx-forms 2.2.0

latest releases: 8.0.0, 7.0.0, 6.3.6...
6 years ago

Breaking Changes

  • empty groups and arrays are now always enabled instead of disabled and therefore errors can now be set on empty groups and arrays (note that this is only a minor breaking change and only applies in edge cases and therefore this fix is included in a new minor instead of a new major version) (749c1b5), closes #37

Bugfixes

  • fix missing union case in typing of updateArray update function that causes a compile error if used inside an updateGroup (fa7dccc)
  • fix updateGroup throwing an error if an empty update object was provided in curried as well as uncurried version (bee4d54)
  • fix createFormGroupState producing results inconsistent with how group states are recomputed from their children after an update (1c62d8c)
  • fix createFormArrayState producing results inconsistent with how array states are recomputed from their children after an update (70fdc10)

Don't miss a new ngrx-forms release

NewReleases is sending notifications on new releases.