Skip to content

Releases: NativeScript/nativescript-cli

v8.7.0

08 Apr 17:49
Compare
Choose a tag to compare

8.7.0 (2024-04-08)

Bug Fixes

  • autocomplete: fix the generation of the autocomplete script and prevent duplication on enable/disable (#5794) (7c87b49)
  • debug-ios: don't explicitly bind ws to localhost (#5788) (280b10d)
  • ios: only allow IPHONEOS_DEPLOYMENT_TARGET to be explicitly set vs entire xcconfig (ac8afcc)
  • ios: skip package validation on xcodebuild (#5782) (e47cff4)
  • plugins: parse name issue with invalid plugins (#5770) (f826248)
  • remove python six requirement (#5785) (25ae1f0)
  • tests (13b0bdb)

Features

v8.6.5

19 Jan 16:30
Compare
Choose a tag to compare

Full Changelog: v8.6.4...v8.6.5

v8.6.4

17 Jan 01:48
Compare
Choose a tag to compare

8.6.4 (2024-01-17)

Bug Fixes

v8.6.3

15 Dec 08:32
Compare
Choose a tag to compare

Android SDK 34 support

v8.6.1

23 Oct 22:14
Compare
Choose a tag to compare

Bug Fixes

v8.6.0

10 Oct 19:34
Compare
Choose a tag to compare

Bug Fixes

  • bump resolve-package-path to fix aliased module resolution (3307155)
  • check if interactive before attaching key commands (27d3940)
  • get framework name from Info.plist (#5759) (6bc6ca9)
  • hash plugin files after prepare (#5753) (ecf1959)
  • ios-device-lib: use 0.9.3 with device core handling (5cc76f4)
  • logs: android log detection fixes (b5cc32e)
  • logs: correctly trim ios logs + fix tests (be1e737)
  • logs: don't trim leading whitespace (f522401)
  • use valid interface (a35dfa6)

Features

  • add key commands (5dbc780)
  • allow android plugins to have cpp code (#5758) (c5f7b85)
  • allow running on visionOS (#5745) (f6a0fdd)
  • angular: use 16.2.0 on ns update (a31b3bb)
  • extension: initial per-extension provisioning (#5749) (c564e18)
  • extensions: add extension podfile and setup extension with provision (#5751) (ba3293c)
  • extensions: allow seperate release/debug build configuration (#5741) (fdcc98e)
  • ios: always override xcconfig with user values (#5735) (5b88e06)
  • logs: improve android logging (#5755) (8c5ef04)
  • spm: add support for local SPM packages (#5748) (c40e217)

v8.5.3

12 Apr 17:55
Compare
Choose a tag to compare

8.5.3 (2023-04-12)

Bug Fixes

v8.5.2

06 Apr 14:33
Compare
Choose a tag to compare

8.5.2 (2023-04-06)

Features

Screen.Recording.2023-04-06.at.PM.3.39.27.mov

v8.5.1

29 Mar 14:20
Compare
Choose a tag to compare

8.5.1 (2023-03-29)

Reverts

  • "fix: build plugins using same gradle config structure as apps (#5671)" (2c2c964)

v8.5.0

28 Mar 19:28
Compare
Choose a tag to compare

8.5.0 (2023-03-28)

Bug Fixes

  • publish: various apple publish/sign-in fixes (#5718) (1c27c2b)
  • build plugins using same gradle config structure as apps (#5671) (40e459a)
  • android: support unsigned apks (#5706) (32d3a0f)
  • doctor: check for python3 instead of python (f21156c)

Features