Releases: nativescript-vue/nativescript-vue
Releases · nativescript-vue/nativescript-vue
v2.7.2
10 Feb 14:28
Compare
Sorry, something went wrong.
No results found
2.7.2 (2021-02-10)
Bug Fixes
patchTemplate should flush pending callbacks (#790 ) (199a31a )
v2.8.3
24 Nov 12:37
Compare
Sorry, something went wrong.
No results found
2.8.3 (2020-11-24)
Bug Fixes
patchTemplate should flush pending callbacks (9125286 )
v2.8.2
21 Nov 15:37
Compare
Sorry, something went wrong.
No results found
2.8.2 (2020-11-21)
Bug Fixes
v2.8.1
21 Sep 13:05
Compare
Sorry, something went wrong.
No results found
2.8.1 (2020-09-03)
Bug Fixes
use preferred imports for ns7 (4c38dfa )
NativeScript 7!
31 Aug 21:16
Compare
Sorry, something went wrong.
No results found
🚨 Important: 🚨
This version and above is for NativeScript 7 - if your project is not migrated yet, make sure you pin the version of nativescript-vue
and nativescript-vue-template-compiler
to ~2.7.1
- otherwise you may end up with a newer version that causes a "blank screen" due to missing exports in older @nativescript/core
versions.
2.8.0 (2020-08-31)
Features
v2.7.1
23 Jul 12:14
Compare
Sorry, something went wrong.
No results found
2.7.1 (2020-07-23)
Bug Fixes
double navigation is certain conditions (6a710aa )
v2.7.0
15 Jul 12:27
Compare
Sorry, something went wrong.
No results found
2.7.0 (2020-07-15)
Bug Fixes
ios: fix white screen on start (#672 ) (d2899a1 )
types: fix TS2702 can't use static class members (eada027 )
types: navigateBack options types (#679 ) (53695ed )
Features
v2.6.4
25 May 09:49
Compare
Sorry, something went wrong.
No results found
2.6.4 (2020-05-25)
Bug Fixes
remove debugger statements (6d0f954 )
v2.6.3
23 May 13:05
Compare
Sorry, something went wrong.
No results found
2.6.3 (2020-05-23)
Bug Fixes
wrong child order (929b11a )
formatted-string: wrong atIndex condition (8939f7c )
trace: print actual nativeView's with their id (b2adf9c )
trace: print tagName without the native prefix (3b22260 )
v2.6.2
20 May 16:45
Compare
Sorry, something went wrong.
No results found
2.6.2 (2020-05-20)
Bug Fixes
correctly handle child reordering (a735ee5 ), closes #608
properly remove Spans from FormattedString (80fa127 )
v-if/v-else-if/v-else and v-model updating the wrong model (5314f17 ), closes #644 #569 #402 #405
Performance Improvements