Skip to content

Commit 121b065

Browse files
authored
Merge pull request #4881 from NativeScript/vladimirov/update-migrate-help
docs: update migrate help and changelog for 6.0.1
2 parents ea7c814 + 4688fc5 commit 121b065

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
NativeScript CLI Changelog
22
================
33

4+
6.0.1 (2019, July 18)
5+
==
6+
* [Fixed #4814](https://github.com/NativeScript/nativescript-cli/issues/4814): Missing `yargs-parser` dependency
7+
* [Fixed #4846](https://github.com/NativeScript/nativescript-cli/issues/4846): Xcode running on devices crashes with error `Unable to create file *.hot-update.json`
8+
* [Fixed #4871](https://github.com/NativeScript/nativescript-cli/pull/4871): Issues when stopping the LiveSync process
9+
* [Fixed #4872](https://github.com/NativeScript/nativescript-cli/pull/4872): Sidekick: debug operation fails on iOS when Developer Disk Image is not installed on device
10+
* [Fixed #4873](https://github.com/NativeScript/nativescript-cli/issues/4873): `tns migrate` should update `nativescript-vue-template-compiler`
11+
* [Fixed #4874](https://github.com/NativeScript/nativescript-cli/issues/4874): After `tns migrate` preview/build/run commands fail with `ERROR in The Angular Compiler requires TypeScript >=3.1.1 and <3.3.0 but 3.4.5 was found instead.`
12+
* [Fixed #4876](https://github.com/NativeScript/nativescript-cli/issues/4876):`tns migrate` does not update @ngtools/webpack
13+
* [Fixed #4878](https://github.com/NativeScript/nativescript-cli/issues/4878): `tns migrate` does not update @angular/animations
14+
* [Fixed #4879](https://github.com/NativeScript/nativescript-cli/issues/4879): `--platform-template` option is still shown in CLI's help
15+
416
6.0.0 (2019, July 17)
517
==
618

docs/man_pages/general/migrate.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The following folders will be removed: **"hooks"**, **"platforms"** and **"node_
1515
The **"nativescript-dev-sass"** and **"nativescript-dev-typescript"** dependencies will be replaced with **"node-sass"** and **"typescript"** respectively.
1616
The **"nativescript-dev-less"** dependency will be removed, but to enable LESS CSS support the user should follow the steps in this<% if(isConsole) { %> feature request: https://github.com/NativeScript/nativescript-dev-webpack/issues/967.<% } %><% if(isHtml) { %> [feature request](https://github.com/NativeScript/nativescript-dev-webpack/issues/967).<% } %>
1717

18-
The following dependencies will be updated if needed:
18+
The following dependencies will be updated if needed:
1919
* tns-core-modules
2020
* tns-core-modules-widgets
2121
* tns-platform-declarations
@@ -37,15 +37,19 @@ The following dependencies will be updated if needed:
3737
* kinvey-nativescript-sdk
3838
* nativescript-plugin-firebase
3939
* nativescript-vue
40+
* nativescript-vue-template-compiler
4041
* nativescript-angular
42+
* @angular/animiations
4143
* @angular/platform-browser-dynamic
4244
* @angular/common
4345
* @angular/compiler
46+
* @angular/compiler-cli
4447
* @angular/core
4548
* @angular/forms
4649
* @angular/http
4750
* @angular/platform-browser
4851
* @angular/router
52+
* @ngtools/webpack
4953
* rxjs
5054
* zone.js
5155
* nativescript-unit-test-runner

0 commit comments

Comments
 (0)