Releases: NativeScript/nativescript-cli
Releases · NativeScript/nativescript-cli
v5.4.0
Implemented
- Implemented #3993: Improve
ctrl + c
handling. - Implemented #4374: Add
iCloudContainerEnvironment
build option. - Implemented #4394: Enable Using Hot Module Replacement by Default for New Projects
- Implemented #4518: Show deprecation messages for things that will be dropped for 6.0.0 release
- Implemented #4541: [Beta] Allow integration of Apple Watch application in NativeScript app
- Implemented #4548: Deprecate support for the Legacy Workflow
- Implemented #4602: Streamline CLI's logger
Fixed
- Fixed #4280: Incorrect message if you delete app's folder and run command with
--path
in it - Fixed #4512: App's Podfile should be applied last
- Fixed #4573: logcat process is not restarted in some cases
- Fixed #4593: Node.js processes not killed after
tns create
on macOS when analytics are enabled - Fixed #4598: app.css changes don't apply when debugging with --debug-brk
- Fixed #4606: Unable to build application for iOS with nativescript-bottombar
- Fixed #4616:
tns plugin create
command hangs
v5.3.4
Merge pull request #4559 from NativeScript/vladimirov/prepare-xcconfi…
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 greater
error 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
debuggerAttached
only 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 doctor
command does not report any information on CircleCI and Travis virtual machines