$npm_package_version (2019-09-04)
Fixed bugs:
- generating electron app breaks l10n #500
- Npm run compodoc does not work because src/tsconfig.app.json is not found #497
- ngx new immediately aborts after splash / header intro without initiating prompts. #494
- Fix CI E2E ionic tests flakyness #480
Merged pull requests:
- Fix i18n with Electron target (close #500) #506
- Fix tsconfig path for compodoc (close #497) #505
- Autofix add-ons names from package ref #504
- Fix crash with invalid add-ons #503
- Bump eslint-utils from 1.3.1 to 1.4.2 #501
- Fixed insight issue causing ngx CLI crash #496
- Migrate to Azure Pipelines CI #492
- Add Jest option #486
7.0.2 (2019-07-19)
Fixed bugs:
- generate bootstrap header dropdown give page more than 100% #488
Closed issues:
- favicons loaded on every route change #305
Merged pull requests:
- Fix issue with bootstrap dropdown #490
7.0.1 (2019-07-14)
7.0.0 (2019-07-14)
Enhancements:
- Support for Angular 8 #478 [feature]
- coding guide for configurations and environments #475 [documentation]
- Add --debug-infos option to ngx CLI #377 [feature]
- HMR (Hot Module Replacement) support? #132 [feature]
- Add HMR support (close #132) #482 [feature]
- Add Angular 8 support (close #478) #481 [feature]
- Add --debug-infos flag (close #377) to CLI #479 [feature]
Closed issues:
- How to create an Angular 6 project with latest version of generator-ngx-rocket #484
- New created ng7-pre Project fails to compile due to directory with hashtag #483
- Explicitly document the licence for the generated code #385
Merged pull requests:
- Fix favicons being loaded on every route change #485
- doc: build-specific configuration options (fix #475) #476
6.2.1 (2019-06-10)
Fixed bugs:
- Fix misc bugs with PWA #477
6.2.0 (2019-05-27)
Enhancements:
Merged pull requests:
- fix: avoid potential never-ending subscriptions for page titles #471
6.1.0 (2019-05-10)
Enhancements:
- Add options for dropshipping generator #470 [feature]
- Add package install in root/client/server folders in full-stack mode #468 [feature]
Merged pull requests:
- Migrate to new fontawesome package #469
6.0.2 (2019-05-04)
Fixed bugs:
- Fix duplicate --aot param in start script #467
Closed issues:
- Compilation failed during e2e because of core-js #465
Merged pull requests:
- Roll back core-js version #466
6.0.1 (2019-04-25)
Fixed bugs:
6.0.0 (2019-04-24)
Enhancements:
- Migrate to Ionic@4 #302 [feature]
- Added untilDestroyed operator to properly clean up subscriptions on component destroy #396 [feature]
- Extract credentials from authentication service #447 [feature]
- Allow forcing generator options from addon #444 [feature]
- Migrate to Angulartics2 v7 #438 [feature]
- switch to async/await tests and turn off SELENIUM_PROMISE_MANAGER #399 [feature]
- Add optional libraries / tools choice #381 [feature]
- Add TypeScript strict option support #462 [feature]
- Add optional tools choice (close #381) #453 [feature]
- Add optional utility libraries choice (#381) #452 [feature]
- Enable prettier on HTML templates #451 [feature]
- Extract credentials from authentication service (close #447) #448 [feature]
- Allow forcing generator options from addon (close #444) #445 [feature]
- Update to Ionic 4 (stable) (#387, #302) #439 [feature]
- Add --strict-mode option to enable TypeScript strict mode #292 [feature]
- Migrate to async/await everywhere #429 [feature]
- Strict mode is broken on Ionic branch #291
Fixed bugs:
- Use localStorage
setItem
andgetItem
instead ofthis.storage\[cachePersistenceKey\]
#410
Closed issues:
- npm start does work when app is started, but error comes as "ENOENT: no such file or directory, stat 'D:\projects\ang6\src\app\shared\loader\loader.component.ngfactory.js'" when we modify and save the any file. #395
- Feature request: single e2e test run support #392
- Error Circular dependency when adding either HttpClient or HttpService to AuthenticationService #436
- consultation:"ngx-scripts env npm_package_version" #412
- ngx update failed in .yo-rc.json #406
- API Prefix interceptor not used when routes are lazy loaded #405
- Registration module #203
Merged pull requests:
- Removal of deprecated keyboard #393
- Synced up polyfills with latest angular CLI #391
- Added redirect to previously saved url after login, if you are not authenticated. #390
- Leveled up e2e test example #383
- Ionic 4 support #369
- Inital support of electron target #333
- Release/6.0.x #463
- Update all dependencies and perform associated migrations #461
- Refactor: 💡 Use async/await instead of then() (close #429) #459
- Updated link to Angular docs for more relevance #457
- Update lodash dependency to 4.7.11 #456
- Fix CircleCI licence approval #450
- Feature/simplify tests #449
- Update add-on template and use xo with prettier #446
- update ng-bootstrap version to 4.x.x #437
- wrong
translations:extract
--sort parameter #435 - Add missing Material modules #434
- Update addon readme #430
- ionic: update to rc1 and fix tabs router and selected tab #428
- remove ionic overlay workaround and make login controller cleaner #427
- DOC: add clarity on the purpose of npm run env and how it works #426
- async/await e2e and disable selenium promise manager (closes #399) #425
- Update Electron implementation and adds platform choice (close #114 ) #422
- Added ionic webview details for CORS-all platforms #419
- Standard accessors for local storage (see #410) #415
- Updated ionic to beta 16 and migrated for tabs breaking changes #411
- Merge master onto 6.0.x branch (Angular 7 update) #403
- Unit test fixes, cosmetics and dependencies bump #397
5.3.0 (2018-10-29)
Enhancements:
- Contribution: Redirect to previously saved url after login, if you are not authenticated. #388 [feature]
- Updated tslint rules, polyfills and some fixes #402 [feature]
- Migrated generator code base to xo + prettier and async/await #401 [feature]
- Update to Angular 7 #398 [feature]
5.2.0 (2018-09-25)
Enhancements:
- Infinite loop when moving
AppRoutingModule
beforeLoginModule
inimports
inAppModule
#384 [documentation] - Prettier support #303 [feature]
- Added prettier support (closes #303) and init git repo by default #380 [feature]
- Added Angular update guide and updated maintainers doc #379 [documentation]
Fixed bugs:
- npm start gets dependency failure. Flexbox with rxjs #376
- Skip checksum checking for Chrome install on Appveyor to fix CI #382
Closed issues:
Merged pull requests:
- Commented the importance of module import order #386
- Updated dependencies and fixed translations imports with angular/cli@6.2 #378
5.1.0 (2018-09-10)
Enhancements:
- ApiPrefixInterceptor - avoid to change URL if it starts with http/https #338 [feature]
- Add responsive tabs ionic template #106 [feature]
- Add CircleCI config to build Cordova/Android paths #364 [feature]
- Add ionic tabs after shell integration as component #361 [feature]
- Updated angular guide with a FAQ section and added NGXS references #357 [documentation]
- Added fuzzy matching to ngx <script> command #346 [feature]
Fixed bugs:
- Ionic / Cordova build is broken on current master #372
- wdm: Failed to compile on new project #352
- Update _index.html, fix cordova routing bug #365
Closed issues:
- App failed to compile upon save #367
- ERROR in ./src/app/app.module.ngfactory.js #366
- [Feature request] Add option for non-flex UI #360
- Can't resolve '@angular/router.ngfactory #359
- Change AuthGuard Route #348
- Angular Ionic module lazy load problem #342
- Data path ".baseHref" should be string. #336
- Redundancy in route #204
Merged pull requests:
- Disable ng serve AOT for Ionic (#372) #375
- Fixed Ionic/Cordova build (closes #372) #374
- Updated ngx-scripts and docs #373
- Fix typo in i18n docs #368
- Updated dependencies and fixed npm vulnerabilities warnings #354
- Extract shell into a new module #351
- Avoid interception of full-path specified urls #339
5.0.1 (2018-06-11)
Fixed bugs:
- fix json format for manifest file #332
5.0.0 (2018-05-17)
Enhancements:
- Angular 6 support #301 [feature]
- Make api prefix interceptor optional #300 [feature]
- BREAKING CHANGE: Angular 6 support #323 [feature]
- Added method to disable api prefix on an http request (closes #300) #310 [feature]
Merged pull requests:
- Update README.md with webpack links #306
- Publish to gh-pages #278 - Service Workers relative path #289
4.2.0 (2018-03-30)
Enhancements:
Closed issues:
- Replace material-design-icons package #298
Merged pull requests:
- Add support for analytics with Angulartics2. #294
- Chore/fix appveyor #293
- Feature/addon fullstack #290
- Updated license. #288
- Fix checkbox list display in issue template #286
- Remove NodeJS 7 from travis CI target #285
- Add version number in dev env #271
4.1.0 (2018-03-22)
Enhancements:
Closed issues:
- https://stackblitz.com/github/ngx-rocket/starter-kit not working #280
- help to request response error and in pass in success always #279
- Three (3) packages missing when running starter kit using StackBlitz #276
- HttpClient failed in Service providers #274
- --raw option is not working #267
Merged pull requests:
- Chore/update deps #284
- Feature/fullstack #282
- * [bug] the raw ui option can not work #275
- Added doc & tests for location strategy option #273
- Add minimalist circleci config #270
-
- [feat] add the location strategy option #265
4.0.0 (2018-03-02)
Enhancements:
- Hard to make a new component fill the rest of body #266 [feature]
- Serve app with service worker enabled #250 [feature]
- Add autofill attributes to login form #228 [feature]
- Implement lazy loading #195 [feature]
- Add an option to generate template without any UI library #150 [feature]
- Allow to only generate the toolchain #144 [feature]
- Switch to new HttpClient API #94 [feature]
- Feature/tools only #263 [feature]
- Added script to serve app with service worker (closes #250) #251 [feature]
- Feature/no ui library #246 [feature]
- Feature/Strict mode compatibility #242 [feature]
- Update angular style guide links #240 [documentation]
- Updated tooling #238 [feature]
- BREAKING CHANGE: Switch to new HttpClient API (closes #94) #237 [feature]
- Feature/autocomplete #235 [feature]
- BREAKING CHANGE: Added lazy loading option (closes #195) #229 [feature]
Fixed bugs:
- Unable to create new project or use any of the ngx commands #264
- Ionic template SPA server not working properly #249
- HttpCacheService.loadCacheData() #244
- MatTableModule is missing in MaterialModule #236
- Fixed material side-menu closing when navigating in desktop mode #254
- ionic: invalid view to insert when route to lazy loading page #241
- Fixed missing material module imports (fixes #236) #239
- Bugfix/material simple #234
Closed issues:
- ionic project crashing after npm install (TypeError: Cannot read property 'glob' of null) #255
- Implement ngx-bootstrap #232
Merged pull requests:
- Updated dependencies #269
- Doc/maintainers #258
- Update to FontAwesome 5 #256
- Use <base href="/"> with override for Cordova projects (fixes #249) #253
- Added missing tests in CI #252
- Create _de-DE.json #248
- Chore/update dependencies #247
- Feature/tests lazy #245
- Fixed Ionic ErrorHandler import and some spacing #243
- Chore/update libs #233
3.2.1 (2018-01-24)
Fixed bugs:
- Ngx update detect app as add-on #226
Merged pull requests:
- Fixed project type detection (fixes #226) #227
3.2.0 (2018-01-23)
Enhancements:
- Update PWA target to @angular/service-worker@5 #168 [feature]
- Add path alias and module re-exports #159 [feature]
- Chore/cordova update #223 [feature]
Fixed bugs:
Closed issues:
- Update to Bootstrap 4 final #220
- New Android Mobile App Error when install jquery #219
- Update to Angular@5.2 #218
- Update to cordova@8 #212
- NG Live Development Server LocalIP #210
- Heroku deployment fails :( #209
- Update to bootstrap 4 beta 3 #208
- @angular/http is deprecated change to @angular/common/http instead #207
- Can't implement routing correctly with a new component #206
- Update to Angular CLI 1.6 and TypeScript 2.5 #200
- Update to @angular/material 5.0.0 #199
- Problem with Angular 4 Routes and Ionic UI #193
- npm run build is failing #188
Merged pull requests:
- Chore/dependencies update #224
- Removed extra console.log from CLI #214
- Update to Bootstrap 4 beta 3 #213
- Add path alias and module re-exports #211
- Update to @angular/service-worker@5 #202
- Update to Angular 5.1 / CLI 1.6 / Material 5 (and others) #201
3.1.1 (2017-12-05)
Fixed bugs:
- Error installing the generator #198
3.1.0 (2017-12-04)
Enhancements:
Merged pull requests:
- Feature/merge cli #197
3.0.1 (2017-12-04)
Enhancements:
Fixed bugs:
- Error creating new project #194
Merged pull requests:
- Bugfix/rxjs dependency #196
3.0.0 (2017-11-28)
Enhancements:
- Best way to upgrade/update templated project #175 [documentation]
- Add option flag to allow using existing Chrome install instead of puppeteer #171 [feature]
- Not compatible with tsconfig strict: true #163 [feature]
- Add side menu / simple header choice for material UI #157 [feature]
- Add yarn option instead of npm #49 [feature]
Fixed bugs:
Closed issues:
- Translations broken in latest build #181
- BREAKING CHANGE: Remove Crosswalk / enhanced webviews questions and Update cordova/plugins #180
- Update to @angular/material RC #177
Merged pull requests:
- Chore/update dependencies #192
- Feature/external chrome doc #191
- Added custom route reuse strategy #190
- Feature/material simple header #189
- Feature/merge addon generator #185
- Feature/cordova-updates #183
- Enable tsconfig strict mode and fix linked warnings #182
- Update Angular Material to 5.0.0-rc0 #179
- Feature/yarn #178
- Added option flag to allow using existing Chrome install #173
2.4.0 (2017-11-13)
Enhancements:
Merged pull requests:
- Updated to RxJS@5.5 lettable operators #174
- Feature/angular5 #172
- Updated to latest Bootstrap beta #170
2.3.1 (2017-11-06)
Fixed bugs:
- Translation dropdown doesn't do anything #165
Merged pull requests:
- Fixed JSON imports with angular-cli@1.5 (fix #165) #166
2.3.0 (2017-10-25)
Enhancements:
- Use chrome headless instead of phantomjs for unit tests #128 [feature]
- Add angular-material UI choice #124 [feature]
- Feature/material #158 [feature]
- Add angular-material UI choice #155 [feature]
Closed issues:
- Update shadow-piercing selectors #152
Merged pull requests:
- Feature/update #161
- Updated deep selector (closes #152) #153
- use ChromeHeadless instead of PhantomJS #151
2.2.1 (2017-10-09)
Fixed bugs:
- Typescript mismatch warning on build #145
Closed issues:
Merged pull requests:
- Fix CONTRIBUTING documentation #149
- Fixed typescript mismatch warning (closes #145) #146
- fix: link to what's in the box #143
2.2.0 (2017-09-26)
Enhancements:
Fixed bugs:
- Error building Cordova App #137
Closed issues:
Merged pull requests:
- Feature/appveyor #141
- Bugfix/misc #139
- Added AOT mention for production build docs (closes #131) #138
- Add support to generate PWA solution #126
2.1.3 (2017-09-19)
Merged pull requests:
- Export currently used addons, removed extra newline at end #134
2.1.2 (2017-09-18)
2.1.1 (2017-09-18)
Merged pull requests:
- Renamed .gitignore to avoid npmignore #133
2.1.0 (2017-09-18)
Enhancements:
- npm/yarn pass-through commands #97 [feature]
- More precision on limitations #118 [documentation]
Fixed bugs:
- The "npm run cordova: xxx" commands do not seem to work. #117
Closed issues:
Merged pull requests:
2.0.0 (2017-08-03)
Enhancements:
- Add note on Ionic limitations with Angular CLI #111 [documentation]
- Add support for multiple targets #105 [feature]
- Use browser default language as default #103 [feature]
- Add update check and notification #96 [feature]
- Add addon generator in CLI #91 [feature]
- Add documentation for Cordova usage #79 [feature]
- Add mobile cordova platform choice #78 [feature]
- Add WKWebView and Crosswalk support for mobile #77 [feature]
- Add/improve npm scripts for mobile #76 [feature]
- Add recommended cordova plugins to mobile template #75 [feature]
- Add automatic language detection on mobile app startup #74 [feature]
- Add ionic authentication templates and navigation guard #73 [feature]
- Add the mobile specific app configuration and base templates #72 [feature]
- HTML minification (angular-cli addon) #41 [feature]
- Port mobile template to NG2 #5 [feature]
Fixed bugs:
- NgbModule.forRoot() used in feature module #112
- Add-ons modules do not inherit parent generator options #104
- Prevent back navigation on login/logout #102
- Translations files are copied to dist folder #101
- Type 'Observable<{} | Response>' is not assignable to type 'Observable<Response>'. #95
Closed issues:
- Update to latest angular-cli and TypeScript 2.4 #115
- Add code of conduct and issue template #107
- File to import not found or unreadable #100
Merged pull requests:
- Feature/update #116
- Added cordova/mobile template + bugfixes #113
- Added code of conduct and issue template (closes #107) #110
1.3.3 (2017-06-30)
Enhancements:
Merged pull requests:
- Feature/update #92
1.3.2 (2017-06-23)
Enhancements:
- Cannot extract translated strings from variables #39 [feature]
- Upgraded ngx-translate-extract and added markers (closes #39) #88 [feature]
Fixed bugs:
- Build broken #84
Closed issues:
- Upgrade dependencies and angular-cli files #86
Merged pull requests:
- Updated node versions #89
- Upgraded angular-cli files and dependencies (close #86) #87
- Fixed duplicate typings (fix #84) #85
1.3.1 (2017-05-29)
Enhancements:
- Contributing #52 [documentation]
Fixed bugs:
- Something wrong on Logger service #80
Closed issues:
- Publish new npm package #66
Merged pull requests:
1.3.0 (2017-05-16)
Closed issues:
- New home and renaming the project #65
Merged pull requests:
1.2.2 (2017-05-12)
Closed issues:
- The <template> element is deprecated #58
Merged pull requests:
- Updated ng-bootstrap minimum dependency to fix #58 #64
1.2.1 (2017-05-04)
Fixed bugs:
- htmlhint fails to find its config on Windows #62
Closed issues:
- Uncaught (in promise): Error: No provider for ConnectionBackend! #60
- Is it just me or is URLSearchParams() being ignored by the HttpService? #59
1.2.0 (2017-03-27)
Closed issues:
- Update to Angular 4 and cli 1.0 final #56
Merged pull requests:
- Feature/angular4 #57
1.1.0 (2017-03-16)
Enhancements:
Fixed bugs:
Closed issues:
- Add project changelog #50
Merged pull requests:
1.0.1 (2017-03-06)
1.0.0 (2017-03-06)
Enhancements:
- Create a customizable cache service #15 [feature]
- Create an Http service extension #14 [feature]
- Make a yeoman generator from the SK #6 [feature]
Fixed bugs:
- Warning on build #27
Merged pull requests:
- Moved the starter kit into a yeoman generator (closes #6) #46
- 1.0 #43
- Feature/http service #38
- Feature/update #36
- Updated translation system to use embedded .json files (#3, fix #27) #35
0.9.6 (2017-02-22)
Enhancements:
- Add doc to explain HTML5 routing #25 [documentation]
Merged pull requests:
0.9.5 (2017-02-15)
Closed issues:
Merged pull requests:
0.9.4 (2017-02-08)
Closed issues:
- Add/update dev documentation #7
Merged pull requests:
0.9.3 (2017-02-01)
Fixed bugs:
- erreur sur la commande npm install #18
0.9.2 (2017-01-23)
0.9.1 (2017-01-19)
Enhancements:
- Add stylelint #10 [feature]
- Add htmlhint #9 [feature]
- Init project seed with angular-cli #4 [feature]
- Add preliminary i18n support #2 [feature]
- Port SK web template to angular-2 #1 [feature]
Closed issues:
- Update to latest bootstrap/ng-bootstrap version #13
0.9.0 (2017-01-18)
* This Change Log was automatically generated by github_changelog_generator