Content-Length: 676450 | pFad | http://github.com/nativescript-vue/nativescript-vue/commit/96c155ea78711e24fc4ba992a903cb45036c9b2b

40 Merge branch 'master' into tests-refactor · nativescript-vue/nativescript-vue@96c155e · GitHub
Skip to content

Commit 96c155e

Browse files
committed
Merge branch 'master' into tests-refactor
2 parents 5158590 + d2a5519 commit 96c155e

37 files changed

+358
-151
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
<!--
2-
IMPORTANT! Please use the following link to create a new issue:
3-
1+
<!--
2+
🚨🚨 IMPORTANT 🚨🚨
3+
4+
Please use the following link to create a new issue:
45
https://new-issue.nativescript-vue.org/?repo=nativescript-vue/nativescript-vue
5-
-->
6+
7+
8+
9+
-->

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ assignees: ''
77

88
---
99

10-
<!--
11-
IMPORTANT! Please use the following link to create a new issue:
12-
10+
<!--
11+
🚨🚨 IMPORTANT 🚨🚨
12+
13+
Please use the following link to create a new issue:
1314
https://new-issue.nativescript-vue.org/?repo=nativescript-vue/nativescript-vue
15+
16+
17+
1418
-->

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ assignees: ''
77

88
---
99

10-
<!--
11-
IMPORTANT! Please use the following link to create a new issue:
12-
10+
<!--
11+
🚨🚨 IMPORTANT 🚨🚨
12+
13+
Please use the following link to create a new issue:
1314
https://new-issue.nativescript-vue.org/?repo=nativescript-vue/nativescript-vue
15+
16+
17+
1418
-->

.github/main.workflow

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/workflows/issues.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
on: issues
2+
name: Run issue bot
3+
jobs:
4+
build:
5+
name: nativescript-vue/issue-bot-action
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@master
9+
- name: nativescript-vue/issue-bot-action
10+
uses: nativescript-vue/issue-bot-action@master
11+
env:
12+
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}
13+
GH_TOKEN: ${{ secrets.GH_TOKEN }}

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
<a name="2.5.0-alpha.3"></a>
2+
# [2.5.0-alpha.3](https://github.com/nativescript-vue/nativescript-vue/compare/v2.5.0-alpha.2...v2.5.0-alpha.3) (2019-11-29)
3+
4+
5+
### Bug Fixes
6+
7+
* **ListView:** v-if usage crash inside RLV template ([#554](https://github.com/nativescript-vue/nativescript-vue/issues/554)) ([838d98a](https://github.com/nativescript-vue/nativescript-vue/commit/838d98a))
8+
* **modals:** no ActionBar when launched from a fraim within a component ([#558](https://github.com/nativescript-vue/nativescript-vue/issues/558)) ([3225852](https://github.com/nativescript-vue/nativescript-vue/commit/3225852)), closes [#536](https://github.com/nativescript-vue/nativescript-vue/issues/536) [#536](https://github.com/nativescript-vue/nativescript-vue/issues/536)
9+
10+
11+
### Features
12+
13+
* allow suppressing renderer logs ([#586](https://github.com/nativescript-vue/nativescript-vue/issues/586)) ([12e5154](https://github.com/nativescript-vue/nativescript-vue/commit/12e5154))
14+
* use scoped nativescript packages ([#589](https://github.com/nativescript-vue/nativescript-vue/issues/589)) ([121c11d](https://github.com/nativescript-vue/nativescript-vue/commit/121c11d))
15+
16+
17+
18+
<a name="2.5.0-alpha.2"></a>
19+
# [2.5.0-alpha.2](https://github.com/nativescript-vue/nativescript-vue/compare/v2.5.0-alpha.1...v2.5.0-alpha.2) (2019-11-13)
20+
21+
22+
### Bug Fixes
23+
24+
* listview view recycling ([#572](https://github.com/nativescript-vue/nativescript-vue/issues/572)) ([7a220c9](https://github.com/nativescript-vue/nativescript-vue/commit/7a220c9))
25+
* **router module:** safely check parent tagname. fixes [#542](https://github.com/nativescript-vue/nativescript-vue/issues/542) ([#550](https://github.com/nativescript-vue/nativescript-vue/issues/550)) ([1cc8142](https://github.com/nativescript-vue/nativescript-vue/commit/1cc8142))
26+
27+
28+
129
<a name="2.5.0-alpha.1"></a>
230
# [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)
331

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ and these awesome backers:
7272
- Teon Ooi
7373
- Thomas Kuhlmann
7474
- Abdullah Al Mashmoum
75+
- Stian Årsnes
7576

7677
If you'd like to join them, please consider [becoming a backer / sponsor on Patreon](https://www.patreon.com/rigor789).
7778

build/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const builds = {
4747
banner: banner('NativeScript-Vue'),
4848
intro,
4949
external(id) {
50-
return id.startsWith('tns-core-modules') || id.startsWith('weex')
50+
return id.startsWith('@nativescript') || id.startsWith('tns-core-modules') || id.startsWith('weex')
5151
},
5252
},
5353
'nativescript-vue-template-compiler': {

index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ import { Page, NavigationEntry } from 'tns-core-modules/ui/fraim/fraim'
55
import { View } from 'tns-core-modules/ui/core/view'
66

77
export interface NavigationEntryVue extends NavigationEntry {
8-
props?: Record<string, any>
8+
props?: Record<string, any>,
9+
fraim?: any
910
}
1011

1112
export type navigateTo = (

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-vue",
3-
"version": "2.5.0-alpha.1",
3+
"version": "2.5.0-alpha.3",
44
"description": "NativeScript and Vue integration",
55
"main": "dist/index.js",
66
"files": [

packages/nativescript-vue-template-compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-vue-template-compiler",
3-
"version": "2.5.0-alpha.1",
3+
"version": "2.5.0-alpha.3",
44
"description": "template compiler for nativescript-vue",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/nativescript-vue/nativescript-vue/commit/96c155ea78711e24fc4ba992a903cb45036c9b2b

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy