Skip to content

Releases: nativescript-vue/nativescript-vue

v2.2.2

10 Apr 23:37
Compare
Choose a tag to compare

2.2.2 (2019-04-10)

v2.2.1

04 Apr 10:34
Compare
Choose a tag to compare

2.2.1 (2019-04-04)

Bug Fixes

v2.2.0

18 Mar 20:41
Compare
Choose a tag to compare

2.2.0 (2019-03-18)

Bug Fixes

v2.1.0

18 Mar 15:59
Compare
Choose a tag to compare

2.1.0 (2019-03-18)

Bug Fixes

  • add registerElement to NativeScriptVueConstructor (#413) (7adad31), closes #409
  • Extend ModalOptions type definitions (#422) (72e9097)
  • v-model: export registerElement in webpack. fix v-model issue #371 (e1bc562)

Features

  • show error when --bundle option is not provided (#361) (265f416)
  • list-view: Add support for default ListView item template (#438) (748d39a)

v2.0.2

09 Oct 09:50
Compare
Choose a tag to compare

2.0.2 (2018-10-08)

Bug Fixes

  • destroy the navigation entry instance when the page is disposed (63f8f14)

v2.0.1

08 Oct 21:34
Compare
Choose a tag to compare

2.0.1 (2018-10-08)

Bug Fixes

  • destroy vue instance when page is disposed (3df80ea), closes #339
  • fix function call order in after util (16ffa1c)
  • transition: use the correct transition when navigating (799e42f), closes #342

v2.0.0

22 Sep 11:02
Compare
Choose a tag to compare

2.0.0 (2018-09-22)

Changelog soon...

v2.0.0-rc.0

19 Sep 21:06
Compare
Choose a tag to compare
v2.0.0-rc.0 Pre-release
Pre-release

2.0.0-rc.0 (2018-09-19)

Features

v2.0.0-beta.1

19 Sep 21:06
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

2.0.0-beta.1 (2018-09-19)

Bug Fixes

  • build: add buble as otherwise static bindings fail to generate (f36d462)

v2.0.0-beta.0

18 Sep 14:11
Compare
Choose a tag to compare
v2.0.0-beta.0 Pre-release
Pre-release

2.0.0-beta.0 (2018-09-18)

Features

BREAKING CHANGES

  • $navigateTo: passing props should now be done using options.props instead of
    options.context.propsData
  • the options object of $navigateTo has been simplified