Skip to content

10.0.0

Compare
Choose a tag to compare
@ci-rebot ci-rebot released this 22 Jul 15:01
· 77 commits to main since this release

10.0.0 (2021-07-22)

Bug Fixes

chore

Features

  • enable typescript strict mode by default (a772e7d)
  • make e2e tests optional and restore linting (555ffc3)
  • migrate addon template ci to use github actions (1a15bc8)
  • migrate to eslint, removes htmlhint (closes #473) (b1f7334)
  • migrate to husky v7 (ab06976)
  • move pwa prompt to the features list (8828d3d)
  • regroup generator options under features prop (d60b129)
  • removed @core module and moved services to @shared (830489b)
  • update addon template (580863f)
  • update polyfills (ecf5c98)
  • upgrade the generate app to be Angular 12 (closes #600) (afd59bc)

BREAKING CHANGES

  • update to lastest core, which forces yeoman-generator@5 breaking update.
  • migrate to eslint, removes htmlhint
  • Having a core module isn't necessary anymore as services aren't attached to modules anymore.
    This follows the Angular coding guide update that only mention shared module now.
  • enable typescript strict mode by default