Nativescript Vue Versions Save

Native mobile applications using Vue and NativeScript.

v2.5.0-alpha.3

4 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

v2.5.0-alpha.2

4 years ago

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

Bug Fixes

v2.5.0-alpha.1

4 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 <Frame> components in the App (#541) (a2b0cd6)
  • look for parent Frame instead of a NavigationEntry (7147a9f)

Features

  • improve modals in DevTools (8677a52)

v2.5.0-alpha.0

4 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.

v2.4.0

4 years ago

2.4.0 (2019-07-23)

Features

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

v2.4.0-alpha.0

4 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)

v2.3.0

4 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

v2.3.0-rc.2

4 years ago

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

Bug Fixes

v2.3.0-rc.1

4 years ago

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

Bug Fixes

v2.3.0-rc.0

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