Releases: ngx-rocket/generator-ngx-rocket
Releases · ngx-rocket/generator-ngx-rocket
11.0.0
11.0.0 (2022-08-25)
Bug Fixes
- bootstrap dropdown placement (454b36f)
- puppeteer use with protractor (c3814b6)
- workaround for test:ci not working (166411e)
Features
- migrate to Angular 14 and upgrade dependencies (287ab10)
- update electron deps (30ad04a)
- update remaining files (fixes #629, #631) (0da10ed)
- update to Cypress 10 (de4a483)
BREAKING CHANGES
-
- Migrate to Angular 14
- Requires Node.js 14+
10.1.2
10.1.1
10.1.0
10.1.0 (2021-12-10)
Bug Fixes
- android package copy (bcd2328)
- cannot update issue (fix #607) (dd96390)
- e2e/cypress templates (1131898)
- install errors with npm 7+ (fix #611) (1a273dd)
- jest test config with Angular 13 (4a427ee)
- missing @popperjs/core peer dependency (ba0aba5)
- remove deprecated cordova-plugin-whitelist (77e1b4f)
- update command in addon generator (dd2409b)
Code Refactoring
- deprecate Protractor in favor of Cypress (f5c4538)
Features
- add cypress for e2e test (#605) (6fe85aa)
- Angular 13 update (49a3669)
- migrate to @awesome-cordova-plugins (4df3fb8)
- update cypress and add auth support for e2e test (6f80f69)
- update ionic packages (839f629)
- update karma config (90d40e6)
- update ng-bootstrap for v13 support (af21e28)
- update to Angular 13 (9b3183c)
BREAKING CHANGES
- Cypress is now the default choice for e2e tests.
10.0.1
10.0.0
10.0.0 (2021-07-22)
Bug Fixes
- angulartics errors in strict mode (c8c2a97)
- bootstrap 5 styling (982bd12)
- features prompt (5b7edcf)
- jest unit tests (0e52d95)
- strict mode errors (a67967c)
- strict typings (f1f1ea3)
chore
- update to lastest core (2045838)
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
9.2.1
9.2.0
9.2.0 (2021-01-14)
Bug Fixes
- app not loading with Electron v11 (1444bf0)
- incorrect hads version (ba20ff1)
- rename env script to fix execution in some environments (closes #575) (ec93fdb)
- update electron templates (3433465)
- update generator dependencies (bda29d9)
- update jest config (4b4a357)
- update packages and fix peer dependencies (64098dc)
- update RouteReusableStrategy for Angular 11 (#576) (3077f5b)
Features
9.1.0
9.0.0
9.0.0 (2020-09-10)
Bug Fixes
- bump min node version to 12 (5145294)
- double prompt issue (close #566) (330b174)
- downgrade stylelint due to pending bugs (5faf55a)
- incorrect version of @types/jest (889b147)
- migrate tests using async to waitForAsync (b386534)
- remove unused modules (close #560) (840c033)
- translation strings extraction (close #551) (cc58749)
Features
BREAKING CHANGES
- Now requires Node >= 12 dues to dependencies update.