Skip to content

Releases: angular-redux/platform

v10.0.0

04 May 22:46
v10.0.0
c7a3963
Compare
Choose a tag to compare

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

Features

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")