nativescript-vue

Native mobile applications using Vue and NativeScript.

MIT License

Downloads
6.5K
Stars
5.3K
Committers
6

Bot releases are hidden (Show)

nativescript-vue -

Published by rigor789 about 6 years ago

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)
nativescript-vue -

Published by rigor789 about 6 years ago

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

Bug Fixes

nativescript-vue -

Published by rigor789 over 6 years ago

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

Bug Fixes

nativescript-vue -

Published by rigor789 over 6 years ago

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.
nativescript-vue -

Published by rigor789 over 6 years ago

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
nativescript-vue -

Published by rigor789 over 6 years ago

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

Features

  • support for frame elements (bb14c23)
nativescript-vue -

Published by rigor789 over 6 years ago

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)
nativescript-vue -

Published by rigor789 over 6 years ago

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

Features

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

Published by rigor789 over 6 years ago

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

Bug Fixes

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

Published by rigor789 over 6 years ago

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

Bug Fixes

nativescript-vue -

Published by rigor789 over 6 years ago

1.3.1 (2018-03-10)

Bug Fixes

  • allow using for attribute in custom components (3114cca)
  • assign to existing instead of replacing (ce3e9ea)
nativescript-vue -

Published by rigor789 over 6 years ago

1.3.0 (2018-02-27)

Bug Fixes

  • allow deepProxy to be used in expressions (d7646ee)
  • fix list view template selector getting the wrong item (d648a57)

Features

nativescript-vue -

Published by rigor789 over 6 years ago

1.2.0 (2018-02-22)

Features

  • silence framework output by default (0e5c55b)
nativescript-vue -

Published by rigor789 over 6 years ago

1.1.3 (2018-02-21)

Bug Fixes

  • fix option name for pageRouting (8a8446f)

Features

  • add and elements (ed96746)
  • add platform-dependent property setting (f981816)
nativescript-vue -

Published by rigor789 over 6 years ago

nativescript-vue -

Published by rigor789 over 6 years ago

1.0.0-alpha.1 (2018-02-12)

nativescript-vue -

Published by rigor789 over 6 years ago

1.0.0-alpha.0 (2018-02-12)

nativescript-vue -

Published by rigor789 over 6 years ago

0.7.12 (2018-01-30)

Bug Fixes

  • fix nested components in v-template (30a11bf), closes #107
  • reload css on livesync (b2ac1b5)
nativescript-vue -

Published by rigor789 over 6 years ago

0.7.10 (2018-01-24)

Bug Fixes

  • disable pageRouting when not in use (7def3e2), closes #98
nativescript-vue -

Published by rigor789 over 6 years ago

0.7.9 (2018-01-23)

Bug Fixes

  • don't import Vue in utils (7335fd0)