Skip to content

Commit 4d87d63

Browse files
committed
feat: v1
1 parent 1e69f68 commit 4d87d63

File tree

162 files changed

+11185
-40206
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+11185
-40206
lines changed

CanvasNative.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
22

33
s.name = "CanvasNative"
44

5-
s.version = "1.0.0-alpha.17"
5+
s.version = "1.0.0"
66

77
s.summary = "A Canvas library"
88

apps/demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"zen-3d": "file:../../node_modules/zen-3d"
2929
},
3030
"devDependencies": {
31-
"@nativescript/android": "8.1.1",
32-
"@nativescript/ios": "8.1.0"
31+
"@nativescript/android": "8.2.0",
32+
"@nativescript/ios": "8.2.0"
3333
}
3434
}

packages/canvas-babylon/package.json

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
{
2-
"name": "@nativescript/canvas-babylon",
3-
"version": "1.0.0-beta.13",
4-
"description": "",
5-
"main": "index",
6-
"typings": "index.d.ts",
7-
"nativescript": {
8-
"platforms": {
9-
"ios": "7.0.0",
10-
"android": "7.0.0"
11-
}
12-
},
13-
"repository": {
14-
"type": "git",
15-
"url": "https://github.com/NativeScript/canvas.git"
16-
},
17-
"keywords": [
18-
"NativeScript",
19-
"JavaScript",
20-
"TypeScript",
21-
"iOS",
22-
"Android"
23-
],
24-
"author": {
25-
"name": "NativeScript",
26-
"email": "[email protected]"
27-
},
28-
"bugs": {
29-
"url": "https://github.com/NativeScript/canvas/issues"
30-
},
31-
"license": "Apache-2.0",
32-
"homepage": "https://github.com/NativeScript/canvas",
33-
"readmeFilename": "README.md",
34-
"bootstrapper": "@nativescript/plugin-seed",
35-
"dependencies": {
36-
"@nativescript/canvas-polyfill": "beta"
37-
},
38-
"peerDependencies": {
39-
"babylonjs": "^4.1.0"
40-
}
41-
}
2+
"name": "@nativescript/canvas-babylon",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index",
6+
"typings": "index.d.ts",
7+
"nativescript": {
8+
"platforms": {
9+
"ios": "7.0.0",
10+
"android": "7.0.0"
11+
}
12+
},
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/NativeScript/canvas.git"
16+
},
17+
"keywords": [
18+
"NativeScript",
19+
"JavaScript",
20+
"TypeScript",
21+
"iOS",
22+
"Android"
23+
],
24+
"author": {
25+
"name": "NativeScript",
26+
"email": "[email protected]"
27+
},
28+
"bugs": {
29+
"url": "https://github.com/NativeScript/canvas/issues"
30+
},
31+
"license": "Apache-2.0",
32+
"homepage": "https://github.com/NativeScript/canvas",
33+
"readmeFilename": "README.md",
34+
"bootstrapper": "@nativescript/plugin-seed",
35+
"dependencies": {
36+
"@nativescript/canvas-polyfill": "*"
37+
},
38+
"peerDependencies": {
39+
"babylonjs": "^4.1.0"
40+
}
41+
}

packages/canvas-media/package.json

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
{
2-
"name": "@nativescript/canvas-media",
3-
"version": "0.13.8",
4-
"description": "Canvas media",
5-
"main": "index",
6-
"typings": "index.d.ts",
7-
"nativescript": {
8-
"platforms": {
9-
"ios": "6.0.0",
10-
"android": "6.0.0"
11-
}
12-
},
13-
"repository": {
14-
"type": "git",
15-
"url": "https://github.com/NativeScript/plugins.git"
16-
},
17-
"keywords": [
18-
"NativeScript",
19-
"JavaScript",
20-
"TypeScript",
21-
"iOS",
22-
"Android"
23-
],
24-
"author": {
25-
"name": "NativeScript",
26-
"email": "[email protected]"
27-
},
28-
"bugs": {
29-
"url": "https://github.com/NativeScript/plugins/issues"
30-
},
31-
"license": "Apache-2.0",
32-
"homepage": "https://github.com/NativeScript/plugins",
33-
"readmeFilename": "README.md",
34-
"bootstrapper": "@nativescript/plugin-seed"
35-
}
2+
"name": "@nativescript/canvas-media",
3+
"version": "1.0.0",
4+
"description": "Canvas media",
5+
"main": "index",
6+
"typings": "index.d.ts",
7+
"nativescript": {
8+
"platforms": {
9+
"ios": "6.0.0",
10+
"android": "6.0.0"
11+
}
12+
},
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/NativeScript/plugins.git"
16+
},
17+
"keywords": [
18+
"NativeScript",
19+
"JavaScript",
20+
"TypeScript",
21+
"iOS",
22+
"Android"
23+
],
24+
"author": {
25+
"name": "NativeScript",
26+
"email": "[email protected]"
27+
},
28+
"bugs": {
29+
"url": "https://github.com/NativeScript/plugins/issues"
30+
},
31+
"license": "Apache-2.0",
32+
"homepage": "https://github.com/NativeScript/plugins",
33+
"readmeFilename": "README.md",
34+
"bootstrapper": "@nativescript/plugin-seed"
35+
}
Binary file not shown.

packages/canvas-media/platforms/android/include.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ repositories {
1010
}
1111

1212
dependencies {
13-
implementation 'com.google.android.exoplayer:exoplayer:2.13.3'
14-
implementation 'com.google.android.exoplayer:exoplayer-ui:2.13.3'
13+
implementation 'com.google.android.exoplayer:exoplayer:2.17.0'
14+
implementation 'com.google.android.exoplayer:exoplayer-ui:2.17.0'
1515
}

0 commit comments

Comments
 (0)