Skip to content

Releases: nativescript-vue/nativescript-vue

v2.5.1

28 Mar 08:24
Compare
Choose a tag to compare

2.5.1 (2020-03-28)

Features

  • modals: allow passing in the target for opening the modal (#614) (31bc425), closes #612

v2.5.0

28 Feb 15:48
Compare
Choose a tag to compare

2.5.0 (2020-02-28)

Bug Fixes

  • TabStripItem: bind attributes and listeners (#601) (aa42642)
  • nativeView accessor when $el is undefined. fixes #595 (#602) (6df1351)

Features

  • types: export ListView ItemEventData with item (3ba4941)

v2.5.0-alpha.3

29 Nov 13:41
Compare
Choose a tag to compare
v2.5.0-alpha.3 Pre-release
Pre-release

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

13 Nov 10:40
Compare
Choose a tag to compare
v2.5.0-alpha.2 Pre-release
Pre-release

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

Bug Fixes

v2.5.0-alpha.1

07 Sep 15:19
Compare
Choose a tag to compare
v2.5.0-alpha.1 Pre-release
Pre-release

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)

v2.5.0-alpha.0

24 Aug 22:07
Compare
Choose a tag to compare
v2.5.0-alpha.0 Pre-release
Pre-release

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

23 Jul 16:14
Compare
Choose a tag to compare

2.4.0 (2019-07-23)

Features

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

v2.4.0-alpha.0

10 Jul 14:27
Compare
Choose a tag to compare
v2.4.0-alpha.0 Pre-release
Pre-release

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

10 Jul 13:51
Compare
Choose a tag to compare

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

03 Jul 10:46
Compare
Choose a tag to compare
v2.3.0-rc.2 Pre-release
Pre-release

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

Bug Fixes