Releases: NativeScript/nativescript-cli
Releases · NativeScript/nativescript-cli
v5.3.3
Merge pull request #4547 from NativeScript/fatme/publish fix: fix upload to appstore for accounts without 2 factor authentication
v5.3.2
Fixed
- Fixed #1798: Test init command doesn't add a sample test in TypeScript for TypeScript/Angular projects
- Fixed #4498: API: Change the AppStore ids for kinvey scanner and preview app
- Fixed #4504: Custom tagged versions of android runtime are not supported
- Fixed #4510: Handle HTTP 304 response status code
v5.3.1
Merge pull request #4496 from NativeScript/fatme/change-kinvey-schema fix: change ksplay to kspreview schema
v5.3.0
Implemented
- Implemented #3965: [Beta] Support for iOS app extensions
- Implemented #4389: Provide a way to use Hot Module Replacement (
--hmr) by default for a project - Implemented #4392: Ability to run unit tests with
--bundle - Implemented #4456: Official support for Hot Module Replacement (
--hmr)
Fixed
- Fixed #4403: Exception in iOS app entry point not shown in terminal
- Fixed #4440:
NativeScript can only run in Xcode version 6.0 or greatererror is shown on every iOS command - Fixed #4441: Nothing happens with app on device if you delete a file with bundle
- Fixed #4458: Warnings for short imports are shown for browser code
- Fixed #4459: API: Raise
debuggerAttachedonly if app is restarted during debug
v5.2.4
Merge pull request #4434 from NativeScript/vladimirov/fix-short-imports fix: warnings for short imports should be shown correctly
v5.2.3
Fixed
- Fixed #4426: Some http requests may stuck and instead of hanging, we should retry them
v5.2.2
Fixed
- Fixed #4390: Update and synchronize the unit testing dependencies
v5.2.1
5.2.1 (2019, March 05)
Implemented
- Implemented #4375: Show warning for deprecated short imports/require used in application
Fixed
- Fixed #3604: iOS build breaks with multiple plugins with Podfile
- Fixed #4301: Disconnect previous iOS chrome debuggers when opening a new one
- Fixed #4354: Unable to apply a change when application is not running on device
- Fixed #4373:
tns test throws an error in newly created apps - Fixed #4383:
tns doctorcommand does not report any information on CircleCI and Travis virtual machines
v5.2.0
5.2.0 (2018, February 13)
Implemented
- Implemented #3807: Enable app Podfile
- Implemented #4243: CLI command steps profiling and performance analytics
- Implemented #4305: Add official support for Node.js 11
- Implemented #4313: Track how many users used {N} CLI and Playground
- Implemented #4323: Skip CLI's postinstall in case it is not installed globally
- Implemented #4325: Angular apps should work with HMR out of the box
- Implemented #4343: Support Objective-C code in App Resources for iOS applications
Fixed
- Fixed #3122:
tns debug ios --debug-brkfails the majority of the time - Fixed #3161:
tns testcommand fails to find a running iOS simulator - Fixed #4232: Unit testing for freshly created angular project is broken on Android emulator
- Fixed #4253: LiveSync stops working in Preview app when make change in scss file
- Fixed #4255: Uninstalling NativeScript should also remove its extensions
- Fixed #4283:
tns run androidfails with private npm registry - Fixed #4300: Strange logs after project built for Android
- Fixed #4311: [iOS] Build with nativescript-plugin-firebase requires legacy build system
- Fixed #4324: High CPU utilization during
tns run - Fixed #4327:
tns devices --availableDevicesprompts to install Xcode command line tools - Fixed #4347:
tns resources generate splashes <path to image>fails for newly created project
v5.1.1
Merge pull request #4294 from NativeScript/vladimirov/fix-ios-sim-sto…