You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+37
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,43 @@
1
1
NativeScript CLI Changelog
2
2
================
3
3
4
+
6.1.2 (2019, September 18)
5
+
==
6
+
7
+
### Fixed
8
+
*[Fixed #5018](https://github.com/NativeScript/nativescript-cli/issues/5018): Track runtime versions on add and on build, run, deploy
9
+
10
+
11
+
6.1.1 (2019, September 17)
12
+
==
13
+
14
+
### Fixed
15
+
16
+
*[Fixed #5015](https://github.com/NativeScript/nativescript-cli/pull/5015): CLI passes `--preserve-symlinks` to the webpack itself, not to the Node.js
17
+
*[Fixed #4893](https://github.com/NativeScript/nativescript-cli/issues/4893): `tns preview` crashes when scanning on devices with different platforms
18
+
*[Fixed #4939](https://github.com/NativeScript/nativescript-cli/issues/4939): Xcode 11 warning: `CFBundleIdentifier value must be the same as PRODUCT_BUNDLE_IDENTIFIER`
19
+
20
+
6.1.0 (2019, September 04)
21
+
==
22
+
23
+
### New
24
+
25
+
*[Implemented #4229](https://github.com/NativeScript/nativescript-cli/issues/4229): Do not display command usage help after execution is started
26
+
*[Implemented #4909](https://github.com/NativeScript/nativescript-cli/issues/4909): Support for Xcode 11 and iOS 13
27
+
*[Implemented #4926](https://github.com/NativeScript/nativescript-cli/issues/4926): Android SDK 29 support
28
+
*[Implemented #4947](https://github.com/NativeScript/nativescript-cli/issues/4947): Add tracking for both React NativeScript and Svelte Native projects
29
+
*[Implemented #4966](https://github.com/NativeScript/nativescript-cli/issues/4966): Support LiveSync to iOS Wi-Fi devices
30
+
*[Implemented #4974](https://github.com/NativeScript/nativescript-cli/issues/4974): Ask the users why they've uninstalled NativeScript CLI
31
+
*[Implemented #4976](https://github.com/NativeScript/nativescript-cli/issues/4976): Handle changes in iOS and Android Runtime 6.1.0 logging
32
+
*[Implemented #4980](https://github.com/NativeScript/nativescript-cli/issues/4980): Update message for subscribing to NativeScript newsletter
33
+
*[Implemented #4992](https://github.com/NativeScript/nativescript-cli/pull/4992): Allow tns to be able to use npm configuration properly
34
+
35
+
### Fixed
36
+
37
+
*[Fixed #4936](https://github.com/NativeScript/nativescript-cli/issues/4936): HMR not recovering after exception in Angular lazy routes
38
+
*[Fixed #4958](https://github.com/NativeScript/nativescript-cli/issues/4958): `tns doctor` fails when setup is not correct and user selects to fix it manually
39
+
*[Fixed #4971](https://github.com/NativeScript/nativescript-cli/issues/4971): Not needed checks are executed on `pod install`
40
+
4
41
6.0.3 (2019, August 05)
5
42
==
6
43
*[Fixed #4914](https://github.com/NativeScript/nativescript-cli/issues/4914): livesync not working with command tns test android
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -143,9 +143,10 @@ The <code>--insecure</code> flag allows you to perform insecure SSL connections
143
143
#### Limitations
144
144
145
145
* You can provide the `<Username>` and `<Password>` attributes only on Windows systems.
146
-
* Proxy settings for the npm and the Android Gradle need to be configured separately. For more information, see the following articles:
146
+
* Proxy settings for the npm, the Android Gradle and (optional) Docker need to be configured separately. For more information, see the following articles:
147
147
* [Configure the npm proxy](https://docs.npmjs.com/misc/config#https-proxy)
148
148
* [Configure the Android Gradle proxy](https://docs.gradle.org/3.3/userguide/build_environment.html#sec:accessing_the_web_via_a_proxy)
149
+
* [Configure the Docker proxy](https://docs.docker.com/network/proxy/)
* (Android) configuring Gradle proxy - set global configuration in the user directory - _<USER_HOME>/.gradle/gradle.properties_ - https://docs.gradle.org/3.3/userguide/build_environment.html#sec:accessing_the_web_via_a_proxy
0 commit comments