Releases: nativescript-vue/nativescript-vue
Releases · nativescript-vue/nativescript-vue
v2.0.0-alpha.3
2.0.0-alpha.3 (2018-09-12)
Bug Fixes
v2.0.0-alpha.2
v2.0.0-alpha.1
v2.0.0-alpha.0
2.0.0-alpha.0 (2018-07-04)
Bug Fixes
- Detect boolean attributes and expand them if value is empty (#171) (72f2102)
- don't create view without data (ba4e994), closes #229
- fix consecutive v-if's and v-for's (821d726), closes #127 #240
- fix v-if in ActionBar (95054ee), closes #76
Features
- add refresh shortcut for ListView (b809f0f), closes #193
- allow multiple nodes in and tags (7bf8b10)
- improve v-show to support (3e50a90)
- include typedefinitions in npm package (7286e67), closes #262 #263
- wrap all elements in functional Vue components (#267) (a4e2fa5), closes #127 #266 #241
BREAKING CHANGES
- All elements are now Vue components, in some cases where a ref is used to get the
nativeView will have to be updated to usethis.$refs.element.$el.nativeView
instead of
this.$refs.element.nativeView
. There may be other breaking changes this introduces that are not
known at this point.
v1.4.0-alpha.0
1.4.0-alpha.0 (2018-05-07)
Features
- allow custom getRootView implementation (4ec580c)
- use the new run method instead of the old start method (d840d3c)
BREAKING CHANGES
- nativescript 3.x will no longer work with this change because application.run has
been added in 4.0
v1.3.2-rc.4
1.3.2-rc.4 (2018-04-22)
Bug Fixes
v1.3.2-rc.3
v1.3.2-rc.2
1.3.2-rc.2 (2018-04-18)
Features
- bootstrap: use the launch event instead of a navigation entry (13192b0)