Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [10.0.0](9.2.1...10.0.0) (2021-07-22) ### Bug Fixes * angulartics errors in strict mode ([c8c2a97](c8c2a97)) * bootstrap 5 styling ([982bd12](982bd12)) * features prompt ([5b7edcf](5b7edcf)) * jest unit tests ([0e52d95](0e52d95)) * strict mode errors ([a67967c](a67967c)) * strict typings ([f1f1ea3](f1f1ea3)) ### chore * update to lastest core ([2045838](2045838)) ### Features * enable typescript strict mode by default ([a772e7d](a772e7d)) * make e2e tests optional and restore linting ([555ffc3](555ffc3)) * migrate addon template ci to use github actions ([1a15bc8](1a15bc8)) * migrate to eslint, removes htmlhint (closes [#473](#473)) ([b1f7334](b1f7334)) * migrate to husky v7 ([ab06976](ab06976)) * move pwa prompt to the features list ([8828d3d](8828d3d)) * regroup generator options under features prop ([d60b129](d60b129)) * removed [@core](https://github.com/core) module and moved services to [@shared](https://github.com/shared) ([830489b](830489b)) * update addon template ([580863f](580863f)) * update polyfills ([ecf5c98](ecf5c98)) * upgrade the generate app to be Angular 12 (closes [#600](#600)) ([afd59bc](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
- Loading branch information