Skip to content

Releases: nativescript-vue/nativescript-vue

v2.0.0-alpha.3

12 Sep 14:59
Compare
Choose a tag to compare
v2.0.0-alpha.3 Pre-release
Pre-release

2.0.0-alpha.3 (2018-09-12)

Bug Fixes

  • canBeLeftOpenTag in defaultViewMeta instead of canBeLeftOpen (#308) (1b63f5b)
  • provide explicit type to data (#305) (4389228)

v2.0.0-alpha.2

08 Aug 13:25
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release

2.0.0-alpha.2 (2018-08-08)

Bug Fixes

v2.0.0-alpha.1

20 Jul 10:54
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

2.0.0-alpha.1 (2018-07-15)

Bug Fixes

v2.0.0-alpha.0

04 Jul 08:52
Compare
Choose a tag to compare
v2.0.0-alpha.0 Pre-release
Pre-release

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

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 use this.$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

06 Jun 10:15
Compare
Choose a tag to compare
v1.4.0-alpha.0 Pre-release
Pre-release

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

22 Apr 12:26
Compare
Choose a tag to compare
v1.3.2-rc.4 Pre-release
Pre-release

1.3.2-rc.4 (2018-04-22)

Bug Fixes

  • add missing setStyleScope method (eb03732)
  • check for existence of meta before accessing it (a67119e)
  • check for parentNode before calling .meta on it (45cb46d)

v1.3.2-rc.3

22 Apr 12:26
Compare
Choose a tag to compare
v1.3.2-rc.3 Pre-release
Pre-release

1.3.2-rc.3 (2018-04-22)

Features

  • support for frame elements (bb14c23)

v1.3.2-rc.2

18 Apr 12:23
Compare
Choose a tag to compare
v1.3.2-rc.2 Pre-release
Pre-release

1.3.2-rc.2 (2018-04-18)

Features

  • bootstrap: use the launch event instead of a navigation entry (13192b0)

v1.3.2-rc.1

18 Apr 11:23
Compare
Choose a tag to compare
v1.3.2-rc.1 Pre-release
Pre-release

1.3.2-rc.1 (2018-04-18)

Bug Fixes

  • bootstrap: re-mount when activity is re-created (850b12b)

v1.3.2-rc.0

15 Apr 14:30
Compare
Choose a tag to compare
v1.3.2-rc.0 Pre-release
Pre-release

1.3.2-rc.0 (2018-04-15)

Bug Fixes