Skip to content

Commit

Permalink
release: @nativescript/core 8.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Apr 8, 2024
1 parent ae62725 commit 28a948a
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
# [8.7.0](https://github.com/NativeScript/NativeScript/compare/8.6.2-core...8.7.0-core) (2024-04-08)


### Bug Fixes

* **android:** crash on writeText on Android > 29 ([#10466](https://github.com/NativeScript/NativeScript/issues/10466)) ([02e2801](https://github.com/NativeScript/NativeScript/commit/02e2801d996b994648e9776906a0cd17cba9f9cc))
* **android:** getInputStream around "content://" paths ([#10469](https://github.com/NativeScript/NativeScript/issues/10469)) ([41759c1](https://github.com/NativeScript/NativeScript/commit/41759c189cccae62d49d800ca78d041a9451e24d))
* **android:** prevent errors on filesystem operations while using "content://" uris ([#10461](https://github.com/NativeScript/NativeScript/issues/10461)) ([c15820b](https://github.com/NativeScript/NativeScript/commit/c15820b59c32e2b68bc3419dd5b5d7839ed5c88e))
* **android:** sustain native error stack ([#10467](https://github.com/NativeScript/NativeScript/issues/10467)) ([b226066](https://github.com/NativeScript/NativeScript/commit/b22606681435010f36b6200b7664c63a0a268b6d))
* **color:** setAlpha and other methods return proper Color class ([#10441](https://github.com/NativeScript/NativeScript/issues/10441)) ([4f12fee](https://github.com/NativeScript/NativeScript/commit/4f12fee2ef2258926be4507f1cd63aa4872c6bba))
* **core:** profile decorator ([#10476](https://github.com/NativeScript/NativeScript/issues/10476)) ([135d37b](https://github.com/NativeScript/NativeScript/commit/135d37b9ee2d53d9c276a39e3552e6f45574a032))
* inspector_modules ([ae62725](https://github.com/NativeScript/NativeScript/commit/ae6272551099cf1a851b64b0f4b64145a70adb54))
* **ios:** live-sync handling for plain js/ts apps ([#10500](https://github.com/NativeScript/NativeScript/issues/10500)) ([7370912](https://github.com/NativeScript/NativeScript/commit/73709125c4a8c9107cafac6e6cc411c0f7beccc1))
* **ios:** unset cached frame before updating origin point ([#10499](https://github.com/NativeScript/NativeScript/issues/10499)) ([3a486e5](https://github.com/NativeScript/NativeScript/commit/3a486e540c3e1c74a80535e4bc480e375708c0f9))


### Features

* **android:** devtools for elements & network requests ([#10506](https://github.com/NativeScript/NativeScript/issues/10506)) ([5324e50](https://github.com/NativeScript/NativeScript/commit/5324e508ba8f7e24af99d959760f3b300bc1163a))
* **android:** expanded layout constructors so they can be instantiated within android layouts([#10444](https://github.com/NativeScript/NativeScript/issues/10444)) ([ca886b9](https://github.com/NativeScript/NativeScript/commit/ca886b9a1fb91967322a2287b304bb44e9fdea3f))
* **ios:** allow custom navigationBar and toolbar on frame ([#10495](https://github.com/NativeScript/NativeScript/issues/10495)) ([d67d297](https://github.com/NativeScript/NativeScript/commit/d67d297e37beefdbb05acdec0c9bae07baa243ba))
* **ios:** allow disabling text animations ([#10505](https://github.com/NativeScript/NativeScript/issues/10505)) ([9ca4902](https://github.com/NativeScript/NativeScript/commit/9ca490250eec3d03e0ca8632adf81c504c85939d))
* **SegmentedBar:** selectedTextColor added and selectedBackgroundColor improvements ([#10474](https://github.com/NativeScript/NativeScript/issues/10474)) ([3a0afdb](https://github.com/NativeScript/NativeScript/commit/3a0afdb9cc43c11e748511855d22d03156e45815))
* **types-ios:** add interop type for stringFromCString ([#10494](https://github.com/NativeScript/NativeScript/issues/10494)) ([0c8c945](https://github.com/NativeScript/NativeScript/commit/0c8c945b3382064c8338795b14c0335990bbf903))
* **visionos:** ui-mobile-base supporting xros plus improvements to window handling ([#10478](https://github.com/NativeScript/NativeScript/issues/10478)) ([01d537b](https://github.com/NativeScript/NativeScript/commit/01d537bf155934d65e565afe0c5244ff4c9c50f5))
* **wepback:** custom `buildPath`support ([#10477](https://github.com/NativeScript/NativeScript/issues/10477)) ([4293284](https://github.com/NativeScript/NativeScript/commit/429328495caa0d354fff8c106c246c089fb66c97))


### Performance Improvements

* disable accessibility for layout views ([#10482](https://github.com/NativeScript/NativeScript/issues/10482)) ([3bd6d9b](https://github.com/NativeScript/NativeScript/commit/3bd6d9b01e41dd0fa7379334dff925bf852cf8ef))



## [8.6.2](https://github.com/NativeScript/NativeScript/compare/8.6.1-core...8.6.2) (2023-12-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript",
"version": "8.6.2",
"version": "8.7.0",
"license": "MIT",
"scripts": {
"clean": "git clean -f -X -d --exclude=!.idea/ --exclude=!.vscode/* --exclude=!.npmrc",
Expand Down

0 comments on commit 28a948a

Please sign in to comment.