Releases: NativeScript-Use/NativeScript-Use
Releases · NativeScript-Use/NativeScript-Use
@nativescript-use/[email protected]
🚀 Features
- useEventListener: support creatingView event for Placeholder component.
- ViewRef: support useTemplateRef type.
@nativescript-use/[email protected]
🏎 Performance
- useSyncObservableArray: Now ObservableArray will not do the update process if the observableArray is empty.
@nativescript-use/[email protected]
🐞 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]
🚀 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]
Fix
- useSyncObservableArray: watch
@nativescript-use/[email protected]
Fix
- bump @nativescript-use/[email protected]
@nativescript-use/[email protected]
Features
useWorker: new function. Doc
v0.0.34
Features
useSyncObservableArray: add onPreUpdate