Releases: angular-redux/form
Releases · angular-redux/form
v9.0.1
Fixes a compatibility issue with RxJS 6
Support for Angular 6
Dependency updates (#58)
* update to angular 6
* readme update
* move v9 out of beta
v6.7.0
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
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
Fixes an issue where tslint on consuming projects would run on the @angular-redux/form source code. (#35)