Generator Ngx Rocket Versions Save

:rocket: Extensible Angular 14+ enterprise-grade project generator

11.0.0

1 year ago

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

BREAKING CHANGES

    • Migrate to Angular 14
  • Requires Node.js 14+

10.1.2

2 years ago

10.1.2 (2021-12-15)

Bug Fixes

10.1.1

2 years ago

10.1.1 (2021-12-10)

10.1.0

2 years ago

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

BREAKING CHANGES

  • Cypress is now the default choice for e2e tests.

10.0.1

2 years ago

10.0.1 (2021-12-01)

Bug Fixes

  • tsconfig: remove unsupported comment (634b1ff)
  • tsconfig: trailing comma (7847733)

10.0.0

2 years ago

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

9.2.1

2 years ago

9.2.1 (2021-07-20)

Bug Fixes

  • fix generator due to botched core release (de428e5)

9.2.0

3 years ago

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

3 years ago

9.1.0 (2020-10-05)

Features

  • update app dependencies (a36d906)

9.0.0

3 years ago

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.