Skip to content

Latest commit

 

History

History
402 lines (185 loc) · 20.8 KB

CHANGELOG.md

File metadata and controls

402 lines (185 loc) · 20.8 KB

11.0.0 (2020-12-01)

Bug Fixes

  • angular: update typescript to version 4 for ng new (#303) (605b24a)

Features

  • Angular 11 and TypeScript 4 (ccf90a0)

10.0.1 (2020-07-30)

Features

Bug Fixes

  • angular: remove @angular/http dependency from blueprints for Angular 9 … (#280) (b5678dd)

9.0.0 (2020-06-16)

Features

1.0.0 (2019-12-12)

Features

  • update to NativeScript v6.3.x (588e2c3)
  • support for @nativescript/theme v2 (10afbe1)
  • (android) support for dark theme (d9a7c6f)

0.7.3 (2019-11-11)

Bug Fixes

  • add [email protected] as dependency (36f70cd)
  • stop using filter in module generation schematic (13a9004), closes #185
  • support converting web application to code-shared when using scss or less styles (457fffc)
  • update to NativeScript v6.2.x (e09f8ca)

0.7.2 (2019-10-03)

Bug Fixes

0.7.1 (2019-08-21)

Bug Fixes

  • use typescript from @schematics/angular (#239) (4c6c2ec)

0.7.0 (2019-08-09)

Features

0.6.0 (2019-05-16)

Bug Fixes

  • resolve main.tns.ts with webpack's VFS instead with TS (#174) (7d9622d), closes #173 #173
  • ng-new: make resolution of lazily-loaded routes consistent between web and mobile (#198) (9b1c31c), closes #197

Features

  • flag to skip adding auto-generated component on ng new and ng add (#171) (6c835b1)
  • update ng new/add schematics to use NativeScript 5.2 and Angular 7.2 (#191) (5e577e4)
  • use HMR by default for newly created projects (aligned with the NativeScript 5.4 templates) (44e6f3b)

0.5.2 (2019-03-20)

Bug Fixes

  • ng-new: make resolution of lazily-loaded routes consistent between web and mobile (#198) (9b1c31c), closes #197
  • fix the slow execution of ng generate component (#190)

0.5.1 (2019-02-19)

Features

  • update ng new/add schematics to use NativeScript 5.2 and Angular 7.2 (#191) (5e577e4)

0.5.0 (2019-01-07)

Bug Fixes

Features

  • Official support for Angular 7.1.

  • flag to skip adding auto-generated component on ng new and ng add (#171) (6c835b1)

0.4.0 (2018-11-13)

Bug Fixes

Features

0.3.4 (2018-10-17)

Bug Fixes

0.3.3 (2018-10-10)

Bug Fixes

  • component: prevent the command from hanging if no module is found (#127) (7ca9462), closes #126

0.3.2 (2018-10-10)

Bug Fixes

Features

  • generate stylesheets when migrating components and modules (#128) (d0160f0)

0.3.1 (2018-09-14)

Bug Fixes

Special thanks to steadycoding!

0.3.0 (2018-09-10)

Bug Fixes

  • bump versions to official Angular CLI 6.2 (#109) (490a647)
  • newly created projects run with AoT (#111) (b977c94)
  • strip .ts extension when importing components (#112) (dd23c8a)
  • add-ns: import AutoGeneratedComponent instead of HomeComponent (#113) (31bb7f5)

0.3.0-rc.1 (2018-09-06)

Bug Fixes

  • include .ts template files in the node package (#107) (d9bc64c)

0.3.0-rc.0 (2018-09-04)

Bug Fixes

  • respect extensions and module imports when generating components (13516d6), closes #78 #54
  • add-ns: choose a more generic name for the generated shared (#103) (991aec2), closes #99
  • add-ns: use the package installation task from schematics (9e63508), closes #94
  • component: don't declare component in web module if it's not shared (8a2388f)
  • module: prevents file module merge collisions (a74c6a0)
  • module: stop generating common files in web/ns only cases (63d6b5a)
  • node-utils: add safety checks to version parser (8a4775d)

Features

  • add travis ci (#73) (a63b411)
  • component: generate mobile stylesheets files (#87) (7d7930b)
  • migrate-component: copy the web template into the migrated component (#65) (ad08b25)
  • init git repository when creating new application (#104) (a745640), closes #95

0.2.5 (2018-08-11)

Features

  • migrate-component: copy the web template into the migrated component (#65) (ad08b25)

0.2.4 (2018-08-02)

Bug Fixes

  • add-ns: exclude {N} files from web tsconfig (9792a54), closes #56

Features

0.2.3 (2018-07-31)

Bug Fixes

  • ignore spec files when building for mobile (08ede96)
  • application: respect the provided style extension (0249f06)

Features

  • add webpack flag to the application schematics (258ddb1)
  • have routing by default for new applications (cc320ed)
  • introduce --sample flag for ng new --shared (528701b)

0.2.2 (2018-07-26)

Bug Fixes

  • Target official Angular 6.1 versions

0.2.1 (2018-07-25)

Bug Fixes

0.2.0 (2018-07-25)

Bug Fixes

  • module.id issue in code sharing projects (#43) (9325ff3), closes #40
  • skip move path is '' (c06187d)
  • skip rename when web extension not provided (3eede03)

0.1.7 (2018-07-19)

Bug Fixes

  • module.id issue in code sharing projects (#43) (9325ff3), closes #40

0.1.6 (2018-07-19)

Features

  • ng-new: support --style=scss option
  • ng-new: support --no-theme flag

0.1.5 (2018-07-06)

Bug Fixes

  • ng-new: add nativescript-dev-sass to dependencies (#32) (1f3ec65), closes #30

0.1.4 (2018-07-05)

Bug Fixes

  • Add NativeScriptFormsModule and NativeScriptHttpClientModule to app.module for {N}
  • tsconfig issues

0.1.3 (2018-06-11)

Bug Fixes

  • fix: target official {N} webpack version (a7a36c3)

0.1.1 (2018-06-11)

Bug Fixes

  • import utils/angular-project-parser from the right paths (14ddd8a)
  • remove sourcedir folder in _ns_files (26a3ef6)

Features

  • add migration schematic from {N} to web+{N} shared project (#3) (5e5161c)
  • add schematic for fixing module imports in feature modules (180d27a)

0.1.0 (2018-05-30)

Bug Fixes

  • import utils/angular-project-parser from the right paths (14ddd8a)
  • remove sourcedir folder in _ns_files (26a3ef6)

Features