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 almost 5 years ago

2.5.0-alpha.3 (2019-11-29)

Bug Fixes

  • ListView: v-if usage crash inside RLV template (#554) (838d98a)
  • modals: no ActionBar when launched from a frame within a component (#558) (3225852), closes #536 #536

Features

nativescript-vue -

Published by rigor789 almost 5 years ago

2.5.0-alpha.2 (2019-11-13)

Bug Fixes

nativescript-vue -

Published by rigor789 about 5 years ago

2.5.0-alpha.1 (2019-09-07)

Bug Fixes

  • frame: $refs inside default page (#544) (4872304), closes #543
  • honour the ID of the components in the App (#541) (a2b0cd6)
  • look for parent Frame instead of a NavigationEntry (7147a9f)

Features

  • improve modals in DevTools (8677a52)
nativescript-vue -

Published by rigor789 about 5 years ago

2.5.0-alpha.0 (2019-08-24)

Bug Fixes

  • devtools: refresh devtools when state changes (4d28b34)
  • crash on blank .vue template section (0295650)

Features

  • devtools: show navigation entries under Frame (e82d067)

BREAKING CHANGES

  • devtools: A Frame now only accepts a single child element, that is the defaultPage for the Frame. If you have multiple pages nested under the Frame element, you will need to refactor to use $navigateTo instead. Additionally the default slot is only rendered once, meaning that it will not be reactive after the initial render. This is due to how the Frame element works, it renders the defaultPage, and then "navigates" to it, and it is no longer a direct child of the Frame and cannot be reactive. If this affects you, plese open an issue and describe your use case, so we can discuss possible solutions.

For most users this will not requre any additional refactoring.

nativescript-vue -

Published by rigor789 about 5 years ago

2.4.0 (2019-07-23)

Features

  • add support for Tabs and BottomNavigation (#524) (806658b)
nativescript-vue -

Published by rigor789 over 5 years ago

2.4.0-alpha.0 (2019-07-10)

Bug Fixes

  • livesync and HMR fixes for NativeScript 6.0 (#508) (be95893), closes #481
  • listview: correct items prop type check (c770745), closes #522
  • listview: fix prop type check (5780bac), closes #522

Features

  • frame: allow setting clearHistory and backstackVisible options for default pages. (#514) (d06a7bd)
nativescript-vue -

Published by rigor789 over 5 years ago

2.3.0 (2019-07-10)

Bug Fixes

  • listview: correct items prop type check (c770745), closes #522
  • listview: fix prop type check (5780bac), closes #522
nativescript-vue -

Published by rigor789 over 5 years ago

2.3.0-rc.2 (2019-07-03)

Bug Fixes

nativescript-vue -

Published by rigor789 over 5 years ago

2.3.0-rc.1 (2019-07-01)

Bug Fixes

nativescript-vue -

Published by rigor789 over 5 years ago

2.3.0-rc.0 (2019-05-31)

Bug Fixes

  • hooks: make hooks compatible with CLI's 6.0.0 changes (#500) (6f8945e)
  • listview: only require tns module at runtime (4c00885)
  • ListView: allow ObservableArray items in ListView (Fixes #464) (#498) (a904c7b)
  • build and use local template compiler in samples (0282eca)

Features

nativescript-vue -

Published by rigor789 over 5 years ago

2.2.2 (2019-04-10)

nativescript-vue -

Published by rigor789 over 5 years ago

2.2.1 (2019-04-04)

Bug Fixes

nativescript-vue -

Published by rigor789 over 5 years ago

2.2.0 (2019-03-18)

Bug Fixes

nativescript-vue -

Published by rigor789 over 5 years ago

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

Published by rigor789 about 6 years ago

2.0.2 (2018-10-08)

Bug Fixes

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

Published by rigor789 about 6 years ago

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

Published by rigor789 about 6 years ago

2.0.0 (2018-09-22)

Changelog soon...

nativescript-vue -

Published by rigor789 about 6 years ago

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

Bug Fixes

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

Published by rigor789 about 6 years ago

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

Features

nativescript-vue -

Published by rigor789 about 6 years ago

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