Skip to content

Latest commit

 

History

History
157 lines (73 loc) · 6.11 KB

CHANGELOG.md

File metadata and controls

157 lines (73 loc) · 6.11 KB

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