Releases: NativeScript/nativescript-cli
Releases · NativeScript/nativescript-cli
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…
v5.1.0
5.1.0 (2018, December 12)
Implemented
- Implemented #2737: Make it possible
tnsto use Yarn as the package manager - Implemented #2992: Do not restart application when changing
.xml,.htmlor.cssfile when debugging - Implemented #4068: Android application bundle initial support (build .aab files)
- Implemented #4152: Analytics: Get information for what has been tracked in Google Analytics
- Implemented #4200: Analytics: Add analytics for code-sharing projects usage
- Implemented #4201: Analytics: Track project property on every analytics hit
- Implemented #4211: Analytics: Track command options in analytics
Fixed
- Fixed #4075:
tns preview- app is refreshed on ios devices when changing android specific files - Fixed #4141: Don't prepare the project on
tns previewcommand - Fixed #4178: Broken files pattern in karma config
- Fixed #4198: The NativeScript Inspector is not closed on
Ctrl + C - Fixed #4049:
tnscommands Removing Newline Added bynpmfrompackage.json
v5.0.3
5.0.3 (2018, December 4)
Fixed
- Fixed #4186: Fix stuck http requests/responses
- Fixed #4189: API: Fix "Cannot read property 'removeListener' of undefined" error on second stop of livesync to preview app
v5.0.2
5.0.2 (2018, November 29)
Implemented
- Implemented #4167: API: Expose previewAppLiveSyncError event when some error is thrown while livesyncing to preview app
Fixed
- Fixed #3962: If command 'tns plugin create .. ' failed , directory with plugin repository name must be deleted
- Fixed #4053: Update Nativescript cli setup scripts to use android sdk 28
- Fixed #4077: Platform add with framework path and custom version breaks run with "--bundle"
- Fixed #4129: tns preview doesn't sync changes when download 2 Playground projects
- Fixed #4135: Too many TypeScript "Watching for file changes" messages in console during build
- Fixed #4158: API: reset devices list when stopLiveSync method is called
- Fixed #4161: API: raise deviceLost event after timeout of 5 seconds
v5.0.1
5.0.1 (2018, November 14)
Implemented
- Implemented #4083: API: Add public API for deviceFound and deviceLost for preview devices
- Implemented #4087: API: Expose public method for getting the qr code of playground app
- Implemented #4093: API: Expose public api for starting the livesync operation to preview app
Fixed
- Fixed #2670: Command line
tns run android --cleanrebuilds - Fixed #4043:
tns previewfails when local plugin is referenced with tag inpackage.json - Fixed #4046:
tns debug iosdoes not work with bigger projects on slower devices - Fixed #4055: API: Remove persisted emulator's data on deviceLost event
- Fixed #4056: API:
TypeError: Invalid Version: nullis thrown when emulator is stopped immediately after start - Fixed #4071: Unable to run
tns test <platform> - Fixed #4073: Error is thrown when Node.js 11 is used
- Fixed #4076: Cannot connect to device socket when run debug with justlaunch
- Fixed #4079: API: Reset errors when fallback to list avds from director
- Fixed #4090:
tns previewandtns platform add ...issue - Fixed #4096: NativeScript v4 is not using the v4 of the app templates during project creation
- Fixed #4100: Apply
before-plugins.gradlefile in the pluginbuild.gradle