File tree Expand file tree Collapse file tree 5 files changed +27
-7
lines changed Expand file tree Collapse file tree 5 files changed +27
-7
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 4.0.34] ( https://github.com/nativescript-community/ui-canvas/compare/v4.0.33...v4.0.34 ) (2020-11-23)
7+
8+ ** Note:** Version bump only for package @nativescript-community/ui-canvas
9+
10+
11+
12+
13+
614## [ 4.0.33] ( https://github.com/nativescript-community/ui-canvas/compare/v4.0.32...v4.0.33 ) (2020-11-10)
715
816
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ Vue.use(CanvasPlugin);
6363<CanvasView width=" 100 " height=" 100 " @draw=" draw " />
6464```
6565
66- ##draw Method
66+ ## Draw Method
6767```typescript
6868function draw(event: { canvas: Canvas }) {
6969 const paint = new Paint();
Original file line number Diff line number Diff line change 22 "packages" : [
33 " plugin"
44 ],
5- "version" : " 4.0.33 " ,
5+ "version" : " 4.0.34 " ,
66 "command" : {
77 "publish" : {
88 "conventionalCommits" : true
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 4.0.34] ( https://github.com/nativescript-community/ui-canvas/compare/v4.0.33...v4.0.34 ) (2020-11-23)
7+
8+ ** Note:** Version bump only for package @nativescript-community/ui-canvas
9+
10+
11+
12+
13+
614## [ 4.0.33] ( https://github.com/Akylas/nativescript-canvas/compare/v4.0.32...v4.0.33 ) (2020-11-10)
715
816** Note:** Version bump only for package @nativescript-community/ui-canvas
Original file line number Diff line number Diff line change 11{
22 "name" : " @nativescript-community/ui-canvas" ,
3- "version" : " 4.0.33 " ,
4- "description" : " Nativescript Canvas plugin ." ,
3+ "version" : " 4.0.34 " ,
4+ "description" : " Implement Canvas into your NativeScript apps ." ,
55 "main" : " ./canvas" ,
66 "sideEffects" : false ,
77 "typings" : " ./canvas.d.ts" ,
1515 " NativeScript" ,
1616 " JavaScript" ,
1717 " Android" ,
18- " iOS"
18+ " iOS" ,
19+ " Vue"
1920 ],
2021 "author" : {
2122 "name" : " Martin Guillon" ,
22232324 },
2425 "bugs" : {
25- "url" : " https://github.com/Akylas/@nativescript-community/ui-canvas/issues"
26+ "url" : " https://github.com/nativescript-community/ui-canvas/issues"
27+ },
28+ "repository" : {
29+ "type" : " git" ,
30+ "url" : " https://github.com/nativescript-community/ui-canvas"
2631 },
2732 "license" : " Apache-2.0" ,
28- "homepage" : " https://github.com/Akylas/@nativescript-community/ui-canvas" ,
2933 "readmeFilename" : " README.md" ,
3034 "gitHead" : " a1f853cec62ac3a7986af8121169926df2ff5d6a"
3135}
You can’t perform that action at this time.
0 commit comments