Releases: NativeScript-Use/NativeScript-Use
Releases · NativeScript-Use/NativeScript-Use
@nativescript-use/vue@0.0.51
🚀 Features
- useEventListener: support creatingView event for Placeholder component.
- ViewRef: support useTemplateRef type.
@nativescript-use/vue@0.0.46
🏎 Performance
- useSyncObservableArray: Now ObservableArray will not do the update process if the observableArray is empty.
@nativescript-use/vue@0.0.45
🐞 Bug Fixes
- useSyncObservableArray: If enable pushAllInFirstSync and the start array has data, the contents of ObservableArray will be duplicated.
- useSyncObservableArray: ObservableArray type.
@nativescript-use/vue@0.0.44
🚀 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/vue@0.0.40
Fix
- useSyncObservableArray: watch
@nativescript-use/vue@0.0.37
Fix
- bump @nativescript-use/nativescript-task@0.0.10
@nativescript-use/vue@0.0.35
Features
useWorker: new function. Doc
v0.0.34
Features
useSyncObservableArray: add onPreUpdate