Skip to content

Releases: ngx-rocket/generator-ngx-rocket

8.1.1

15 Jun 11:43
Compare
Choose a tag to compare

8.1.1 (2020-06-15)

Bug Fixes

  • remove extra translate in material template (0f14325)
  • update ionic icon names (b21ebd2)

8.1.0

23 Apr 07:49
Compare
Choose a tag to compare

8.1.0 (2020-04-23)

Bug Fixes

  • index.ts still present if auth option is not selected (856a7fc)

Features

  • add spanish and italian languages (4df356c)

8.0.1

02 Apr 14:34
Compare
Choose a tag to compare

8.0.1 (2020-04-02)

Bug Fixes

8.0.0

27 Mar 09:46
Compare
Choose a tag to compare

8.0.0 (2020-03-27)

Bug Fixes

Features

  • add de-DE translation (f08f6ec)
  • add deployment options (close #540, #327) (7602e8c)
  • add i18n module and language selection at generation (close #262) (383d6fb)
  • add prefix and aliasing for core/shared (close #277) (faa1981)
  • aggregate all auth related components in auth module (close #535) (8dbadb7)
  • make Angular Material the default UI for web apps (626505c)
  • remove HttpService and CacheService (99eea62)
  • remove usage of puppeter by default for testing (fix #522) (b786c23)
  • update bootstrap template for ng9 (88d3d58)
  • update de-DE translation (3c0b244)
  • update to Ionic 5 (589a1fb)
  • upgrade to ng9 for material path (97d8fb0)

BREAKING CHANGES

  • core/shared folders now have an @ prefix to have them listed first,
    along with a direct TypeScript alias for imports.
  • Removing HttpClient overload as this is definitely not something
    the Angular team is looking to support. Also it's not relevant and
    useful anymore thanks to state management libraries, that's why
    CacheService is also removed.