Skip to content

Latest commit

 

History

History
875 lines (589 loc) · 60.7 KB

CHANGELOG.md

File metadata and controls

875 lines (589 loc) · 60.7 KB

Change Log

Full Changelog

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)

Full Changelog

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)

Full Changelog

7.0.0 (2019-07-14)

Full Changelog

Enhancements:

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)

Full Changelog

Fixed bugs:

  • Fix misc bugs with PWA #477

6.2.0 (2019-05-27)

Full Changelog

Enhancements:

Merged pull requests:

  • fix: avoid potential never-ending subscriptions for page titles #471

6.1.0 (2019-05-10)

Full Changelog

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)

Full Changelog

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)

Full Changelog

Fixed bugs:

6.0.0 (2019-04-24)

Full Changelog

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 and getItem instead of this.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)

Full Changelog

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)

Full Changelog

Enhancements:

  • Infinite loop when moving AppRoutingModule before LoginModule in imports in AppModule #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:

  • Cannot run cordova build #363
  • Auth guard triggering only once in lazy loaded modules #312

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)

Full Changelog

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)

Full Changelog

Fixed bugs:

  • fix json format for manifest file #332

5.0.0 (2018-05-17)

Full Changelog

Enhancements:

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)

Full Changelog

Enhancements:

  • Add server and fullstack option to addon generator #281 [feature]

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)

Full Changelog

Enhancements:

  • Facilitate backend integration in addons #272 [feature]

Closed issues:

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)

Full Changelog

Enhancements:

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)

Full Changelog

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)

Full Changelog

Enhancements:

Fixed bugs:

  • Can't scroll on iOS #217
  • Angular material template does not work on production build #205

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)

Full Changelog

Fixed bugs:

  • Error installing the generator #198

3.1.0 (2017-12-04)

Full Changelog

Enhancements:

Merged pull requests:

  • Feature/merge cli #197

3.0.1 (2017-12-04)

Full Changelog

Enhancements:

  • Merge addon generator as a subgenerator of ngx-rocket #176 [feature]

Fixed bugs:

  • Error creating new project #194

Merged pull requests:

  • Bugfix/rxjs dependency #196

3.0.0 (2017-11-28)

Full Changelog

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:

  • Android platform restoration fails on Windows #121
  • Multiple ShellComponent instance #109

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)

Full Changelog

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)

Full Changelog

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)

Full Changelog

Enhancements:

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)

Full Changelog

Fixed bugs:

  • Typescript mismatch warning on build #145

Closed issues:

  • Route not created - generate component #142
  • npm run generate -- component Throwing error #140

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)

Full Changelog

Enhancements:

  • Add service worker/PWA compatibility #93 [feature]

Fixed bugs:

  • Error building Cordova App #137

Closed issues:

  • AOT support? #131
  • Add CI tests on windows environment #99

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)

Full Changelog

Merged pull requests:

  • Export currently used addons, removed extra newline at end #134

2.1.2 (2017-09-18)

Full Changelog

2.1.1 (2017-09-18)

Full Changelog

Merged pull requests:

  • Renamed .gitignore to avoid npmignore #133

2.1.0 (2017-09-18)

Full Changelog

Enhancements:

Fixed bugs:

  • The "npm run cordova: xxx" commands do not seem to work. #117

Closed issues:

  • Update base template from @angular/cli 1.4 #127
  • Update to bootstrap 4 beta #119

Merged pull requests:

  • Feature/update #130
  • Updated Angular intro #129
  • Feature/bootstrap@4.0.0 beta #120

2.0.0 (2017-08-03)

Full Changelog

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)

Full Changelog

Enhancements:

  • CLI and composition with other possible addons generators #33 [feature]

Merged pull requests:

  • Feature/update #92

1.3.2 (2017-06-23)

Full Changelog

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)

Full Changelog

Enhancements:

Fixed bugs:

  • Something wrong on Logger service #80

Closed issues:

  • Publish new npm package #66

Merged pull requests:

  • Fixed issue with logger (fix #80) #81
  • Feature/contributing #70

1.3.0 (2017-05-16)

Full Changelog

Closed issues:

  • New home and renaming the project #65

Merged pull requests:

  • Feature/rocket #69
  • Feature/addon compose #68
  • Feature/extract core #67

1.2.2 (2017-05-12)

Full Changelog

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)

Full Changelog

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)

Full Changelog

Closed issues:

  • Update to Angular 4 and cli 1.0 final #56

Merged pull requests:

  • Feature/angular4 #57

1.1.0 (2017-03-16)

Full Changelog

Enhancements:

Fixed bugs:

  • Broken jasmine typings #55
  • Page title is not translated #51

Closed issues:

  • Add project changelog #50

Merged pull requests:

  • Feature/auth #54
  • Feature/update #53
  • Feature/updating #48

1.0.1 (2017-03-06)

Full Changelog

1.0.0 (2017-03-06)

Full Changelog

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)

Full Changelog

Enhancements:

Merged pull requests:

  • Feature/update #31
  • Added doc to explain routing (closes #25, related to #23) #30

0.9.5 (2017-02-15)

Full Changelog

Closed issues:

  • Improve package version integration #22
  • Upgrade to angular-cli latest beta #19

Merged pull requests:

  • Updated to angular-cli beta31 #28
  • Use npm package version properly #24

0.9.4 (2017-02-08)

Full Changelog

Closed issues:

  • Add/update dev documentation #7

Merged pull requests:

  • Feature/no implicit any #21
  • Feature/beta28 #20
  • Feature/docs #17

0.9.3 (2017-02-01)

Full Changelog

Fixed bugs:

  • erreur sur la commande npm install #18

0.9.2 (2017-01-23)

Full Changelog

0.9.1 (2017-01-19)

Full Changelog

Enhancements:

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