Skip to content

Releases: NativeScript/nativescript-cli

v4.0.0

Choose a tag to compare

@rosen-vladimirov rosen-vladimirov released this 12 Apr 07:14
b78282e

New

Fixed

  • Fixed #3151: Install fails if user setting file is not valid json
  • Fixed #3324: Error when iOS simulator's window is closed
  • Fixed #3442: Unnecessary second build upon tns run android
  • Fixed #3451: tns plugin remove fails with : Cannot convert undefined or null to object
  • Fixed #3470: Error when we are publishing to AppStore
  • Fixed #3481: Cannot log in users on iOS simulator with kinvey-nativescript-sdk
  • Fixed #3514: Incorrect error is shown when xcrun simctl is not configured

v3.4.3

Choose a tag to compare

@rosen-vladimirov rosen-vladimirov released this 14 Mar 15:48
09aa9e2

New

  • Implemented #3407 Allow templates to predefine plugin configurations in package.json
  • Implemented #3408 Add additional tracking for users who have exported projects from Playground

v3.4.2

Choose a tag to compare

@Natalia-Hristova Natalia-Hristova released this 01 Feb 11:40
d50b25e

New

  • Implemented #2127: Feature Request: Ability to disable spinner during install process

Fixed

  • Fixed #3337: Empty Chrome DevTools when using tns debug ios for iOS Simulator
  • Fixed #3338: tns debug ios --chrome can not stop on first line

v3.4.1

Choose a tag to compare

@miroslavaivanova miroslavaivanova released this 12 Jan 06:43

New

Fixed

  • Fixed #3280: App_Resources are duplicated on consecutive builds with --bundle
  • Fixed #3183: tns debug ios --chrome keeps changing port on every livesync update
  • Fixed #3148: Fix detection of Javac version
  • Fixed #3302: fix(ios-inspector): Update cached inspector package to latest compatible version
  • Fixed #3311: Allow setting authenthicated proxy on Windows when Visual C++ redistributable is not installed

v3.3.1

Choose a tag to compare

@miroslavaivanova miroslavaivanova released this 21 Nov 13:38
18d3135

Fixed

  • Fixed #3164: npm run build-*-bundle gets stuck at nativescript-unit-test-runner hook
  • Fixed #3182: CLI fails when unable to start Analytics Broker process

3.3.0

Choose a tag to compare

@vchimev vchimev released this 26 Oct 13:06
Remove iOS static library verification (#3169)

It tries to predict a linker error and stop earlier, but there are cases where it fails to do so correctly.
We now start building without any preliminary checks on libraries and let it fail with whatever error it does.

fixes #2967

v3.2.1

Choose a tag to compare

@rosen-vladimirov rosen-vladimirov released this 25 Sep 14:06
Set version to 3.2.1

v3.2.0

Choose a tag to compare

@pkoleva pkoleva released this 07 Sep 12:26

Fixed

  • Fixed #3073: Saving two platform-specific files during LiveSync causes an exception
  • Fixed #3054: tns prepare <platform> fails with Unhandled promise rejection
  • Fixed #3048: Fixed setup script for Windows
  • Fixed #3046: Export fails for Xcode 9 beta 5
  • Fixed #3026: Fixed scripts for local installation of NativeScript on macOS
  • Fixed #3021: If multiple devices from the same platform are connected tns debug <platform> --start should ask you which of them to use
  • Fixed #3020: iOS Archive Export unexpected behavior when using AdHoc or AppStore provisioning
  • Fixed #3007: Application hangs on iOS during LiveSync
  • Fixed #3006: Add help for --provision option
  • Fixed #2952: Do not select automatically on which Android device to start debugging
  • Fixed #2946: Can't run iOS app on case-sensitive filesystem on macOS
  • Fixed #2934: Running tns build android --release ... uses .debug. files in build output
  • Fixed #2888: Build in release mode for iOS doesn't seem to set the production mode for APN
  • Fixed #2825: LiveSync won't work if appId doesn't match - no warning/error
  • Fixed #2818: Exception and stack trace is not shown in terminal for Android
  • Fixed #2810: Cannot read property 'match' of null error when installing nativescript cli
  • Fixed #2728: tns run ios --device fakeID starts iOS Simulator
  • Fixed #2716: Webpack issues when build in release mode
  • Fixed #2657: tns run android/ios does not remove folders correctly
  • Fixed #2515: CLI captures logs from Chrome and Cordova apps
  • Fixed #2501: Manual signing with distribution provisioning profile fails with NS 2.5

v3.1.3

Choose a tag to compare

@dtopuzov dtopuzov released this 26 Jul 06:46

New

Fixed

  • Fixed #2361: 'iTunes is not installed...' on Windows when using tns run android.
  • Fixed #2870: CLI can not create projects with custom templates when npm 5 is used .
  • Fixed #2871: CLI can not add platform from local tgz package when npm 5 is used .
  • Fixed #2889: tns prepare ios --provision starts simulator.
  • Fixed #2936: CFBundleURLTypes cannot be overridden from a plugin.
  • Fixed #2941: Duplicate console logs with LiveSync in 3.1.
  • Fixed #2965: Unmet peerDependencies break adding of platform.
  • Fixed #2966: Improve selection of device/emulator for debugging.
  • Fixed #2975: CLI Process hangs on native build failure.
  • Fixed #2986: Preparing a project for a platform causes changes for the other platform.
  • Fixed #2988: CLI fails with EPIPE during $ tns run ios.

v3.1.0

Choose a tag to compare

@dtopuzov dtopuzov released this 22 Jun 06:44

Fixed

  • Fixed #2905: Doctor command fails when ANDROID_HOME is not set
  • Fixed #2874: Unable to build and deploy app to iTunes: Unable to connect to iTunes Connect
  • Fixed #2856: DevDependencies' dependencies are added to native project
  • Fixed #2860: tns run ios fails on iOS devices after rebuilding application in the process
  • Fixed #2850: Document properly the "Emulate Options"
  • Fixed #2757: tns build ios --forDevice --path TestApp start simulator
  • Fixed #2720: Livesync error with webstorm temporary files
  • Fixed #2716: Web pack issues when build in release mode
  • Fixed #2501: Manual signing with distribution provisioning profile fails with NS 2.5
  • Fixed #2446: tns run--device NonexistentName retunrs different messages for ios and android
  • Fixed #1358: Webstorm Ubuntu .bash_profile
  • Fixed #521: EPERM error with .local/share directory after installing CLI

Deprecated