From 003e8ef7037022280c622bbb219195fb44d7e102 Mon Sep 17 00:00:00 2001 From: rigor789 Date: Sat, 7 Sep 2019 17:18:53 +0200 Subject: [PATCH 01/16] chore: update changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41ff5e2b..0b05c621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +# [2.5.0-alpha.1](https://github.com/nativescript-vue/nativescript-vue/compare/v2.5.0-alpha.0...v2.5.0-alpha.1) (2019-09-07) + + +### Bug Fixes + +* **frame:** $refs inside default page ([#544](https://github.com/nativescript-vue/nativescript-vue/issues/544)) ([4872304](https://github.com/nativescript-vue/nativescript-vue/commit/4872304)), closes [#543](https://github.com/nativescript-vue/nativescript-vue/issues/543) +* honour the ID of the components in the App ([#541](https://github.com/nativescript-vue/nativescript-vue/issues/541)) ([a2b0cd6](https://github.com/nativescript-vue/nativescript-vue/commit/a2b0cd6)) +* look for parent Frame instead of a NavigationEntry ([7147a9f](https://github.com/nativescript-vue/nativescript-vue/commit/7147a9f)) + + +### Features + +* improve modals in DevTools ([8677a52](https://github.com/nativescript-vue/nativescript-vue/commit/8677a52)) + + + # [2.5.0-alpha.0](https://github.com/nativescript-vue/nativescript-vue/compare/v2.4.0...v2.5.0-alpha.0) (2019-08-24) From 661e36fb3cbe35df29d32a11f6f8386ec5451c7f Mon Sep 17 00:00:00 2001 From: Manuel Saelices Date: Mon, 9 Sep 2019 00:43:55 +0200 Subject: [PATCH 02/16] chore: fix a bunch of app test --- samples/app/220.js | 2 +- samples/app/339.js | 2 +- samples/app/344.js | 14 ++++---- samples/app/464.js | 2 +- samples/app/app-with-list-view.js | 35 ++++++++++--------- samples/app/app-with-v-template-components.js | 2 +- 6 files changed, 30 insertions(+), 27 deletions(-) diff --git a/samples/app/220.js b/samples/app/220.js index 1d7bb09b..8f41be34 100644 --- a/samples/app/220.js +++ b/samples/app/220.js @@ -21,7 +21,7 @@ new Vue({ template: ` - + diff --git a/samples/app/339.js b/samples/app/339.js index 5efddc74..76500ae5 100644 --- a/samples/app/339.js +++ b/samples/app/339.js @@ -7,7 +7,7 @@ let step1_id = 0 const Step1 = { template: ` - + - - - ` -} -const Bar = { - template: ` - - - - - -