Skip to content

v10.0.0

Latest
Compare
Choose a tag to compare
@smithad15 smithad15 released this 04 May 22:46
· 6 commits to master since this release
v10.0.0
c7a3963

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