Skip to content

Releases: angular-redux/form

v9.0.1

10 Jun 21:21
9a9a4ab
Compare
Choose a tag to compare

Fixes a compatibility issue with RxJS 6

Support for Angular 6

30 May 03:01
cd358a9
Compare
Choose a tag to compare
Dependency updates (#58)

* update to angular 6

* readme update

* move v9 out of beta

v6.7.0

21 Jan 04:32
Compare
Choose a tag to compare

Features

  • Add support for Angular v5 in peer dependencies (#51)

Fixes

  • Reactive forms not updating values based on changes in the store (#41)

v6.6.0

30 Jul 15:17
Compare
Choose a tag to compare

Features

  • Split directives into separate modules in order to allow partial imports and easier tree shaking (#37)

Fixes

  • Error in type declaration entry point (#36)
  • A couple of null type errors (#36)
  • Use strict ngc metadata emit for greater confidence in build output (#36)

v6.5.3

23 Jul 16:53
Compare
Choose a tag to compare

Fixes an issue where tslint on consuming projects would run on the @angular-redux/form source code. (#35)