Skip to content

Releases: NativeScript-Use/NativeScript-Use

@nativescript-use/[email protected]

17 Mar 20:16

Choose a tag to compare

🚀 Features

  • useEventListener: support creatingView event for Placeholder component.
  • ViewRef: support useTemplateRef type.

@nativescript-use/[email protected]

27 Oct 22:19

Choose a tag to compare

🏎 Performance

  • useSyncObservableArray: Now ObservableArray will not do the update process if the observableArray is empty.

@nativescript-use/[email protected]

25 Oct 22:52

Choose a tag to compare

🐞 Bug Fixes

  • useSyncObservableArray: If enable pushAllInFirstSync and the start array has data, the contents of ObservableArray will be duplicated.
  • useSyncObservableArray: ObservableArray type.

@nativescript-use/[email protected]

12 Jun 18:34

Choose a tag to compare

🚀 Features

  • useStorage: automatically synchronizes with local storage (ApplicationSettings) using VueUse under the hood

🐞 Bug Fixes

  • useRootLayout: useRootLayout not working in main view

🚨 Breaking Changes

  • useStorage: Now not used as a utility to access ApplicationSettings values. Now returns a reactive object that is binded with ApplicationSettings.

@nativescript-use/[email protected]

10 Jan 19:39

Choose a tag to compare

Fix

  • useSyncObservableArray: watch

@nativescript-use/[email protected]

27 Dec 00:47

Choose a tag to compare

@nativescript-use/[email protected]

26 Dec 23:40

Choose a tag to compare

Features

  • useWorker: new function. Doc

v0.0.34

12 Dec 21:33

Choose a tag to compare

Features