Releases: angular-redux/platform
Releases · angular-redux/platform
v10.0.0
10.0.0 (2019-05-04)
Bug Fixes
- ci: fix canary release not working with yarn (#62) (90564d3)
- canary release auto approve (#80) (e888aa5)
chore
- build: use ng-packagr (#37) (dffe23a), closes #9
- linting: add global tslint rules (#35) (336cc60), closes #4
Features
- add new devtools window prop name (#58) (55b15a6)
- upgrade to angular 7 (#72) (18d9245), closes #65 #66 #67 #68 #69 #70 #71 #74 #79
BREAKING CHANGES
- Upgrades Angular dependencies to v7
- build: - changes the output to conform to the Angular Package Format. This may cause subtle differences in consumption behaviour
- peer dependencies have been corrected to actual dependencies
- linting: - ConnectArray has been renamed to ConnectArrayDirective
- ReactiveConnect has been renamed to ReactiveConnectDirective
- Connect has been renamed to ConnectDirective
- interfaces with an "I" prefix have had that prefix removed (e.g "IAppStore" -> "AppStore")