Skip to content

@nativescript/core@8.7.0

Compare
Choose a tag to compare
@NathanWalker NathanWalker released this 08 Apr 15:43
· 27 commits to main since this release

Bug Fixes

  • android: crash on writeText on Android > 29 (#10466) (02e2801)
  • android: getInputStream around "content://" paths (#10469) (41759c1)
  • android: prevent errors on filesystem operations while using "content://" uris (#10461) (c15820b)
  • android: sustain native error stack (#10467) (b226066)
  • color: setAlpha and other methods return proper Color class (#10441) (4f12fee)
  • core: profile decorator (#10476) (135d37b)
  • inspector_modules (ae62725)
  • ios: live-sync handling for plain js/ts apps (#10500) (7370912)
  • ios: unset cached frame before updating origin point (#10499) (3a486e5)

Features

  • android: devtools for elements & network requests (#10506) (5324e50)
  • android: expanded layout constructors so they can be instantiated within android layouts(#10444) (ca886b9)
  • ios: allow custom navigationBar and toolbar on frame (#10495) (d67d297)
  • ios: allow disabling text animations (#10505) (9ca4902)
  • SegmentedBar: selectedTextColor added and selectedBackgroundColor improvements (#10474) (3a0afdb)
  • types-ios: add interop type for stringFromCString (#10494) (0c8c945)
  • visionos: ui-mobile-base supporting xros plus improvements to window handling (#10478) (01d537b)
  • wepback: custom buildPathsupport (#10477) (4293284)

Performance Improvements