Releases: ngx-rocket/generator-ngx-rocket
Releases · ngx-rocket/generator-ngx-rocket
8.1.1
8.1.0
8.0.1
8.0.0
8.0.0 (2020-03-27)
Bug Fixes
- broken template (68d287e)
- i18n for Electron (15c7615)
- i18n language imports (0b8a1a6)
- ionic css import (2a4b5cd)
- jest alias and update cases for prefix (6f84b73)
- languages listing on windows (37d5656)
- material header not showing in cordova (close #215, #511) (2b78ff0)
- misplaced prompt for puppeteer (5cb4b60)
- missing global mock when using Jest (#509) (32c69cf)
- stylelint issue (451b47b)
- template issues (046fd48)
- ts error with cordova (9ae8b51)
- webview config for ios/android (close #491) (79f4e49)
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.