File tree Expand file tree Collapse file tree 11 files changed +23
-10
lines changed Expand file tree Collapse file tree 11 files changed +23
-10
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.1.60] ( https://github.com/Brooooooklyn/canvas/compare/v0.1.59...v0.1.60 ) (2024-11-07)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * allow svg canvas size modification ([ #928 ] ( https://github.com/Brooooooklyn/canvas/issues/928 ) ) ([ 15c7eab] ( https://github.com/Brooooooklyn/canvas/commit/15c7eabef3fbd202b891c527de77144a4151709b ) )
7
+ * ** deps:** update rust crate thiserror to v2 ([ #930 ] ( https://github.com/Brooooooklyn/canvas/issues/930 ) ) ([ 4680dc2] ( https://github.com/Brooooooklyn/canvas/commit/4680dc2ea6c8387ca0459a95f6c56432472f4c6c ) )
8
+ * memory leak in Image ([ #934 ] ( https://github.com/Brooooooklyn/canvas/issues/934 ) ) ([ cfc4da5] ( https://github.com/Brooooooklyn/canvas/commit/cfc4da53c395a06454b172e18d81cb7f67881fca ) )
9
+ * svg context ([ #932 ] ( https://github.com/Brooooooklyn/canvas/issues/932 ) ) ([ 8b53e25] ( https://github.com/Brooooooklyn/canvas/commit/8b53e25b559cfdaaf0f43db15cef78126a5e64a1 ) )
10
+ * upgrade to NAPI-RS 3.0.0-alpha.19 ([ #929 ] ( https://github.com/Brooooooklyn/canvas/issues/929 ) ) ([ 1304a9e] ( https://github.com/Brooooooklyn/canvas/commit/1304a9e5cd58039ba49eb0bbd68358de260ad979 ) )
11
+
12
+
13
+
1
14
## [ 0.1.59] ( https://github.com/Brooooooklyn/canvas/compare/v0.1.58...v0.1.59 ) (2024-10-27)
2
15
3
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @napi-rs/canvas-android-arm64" ,
3
- "version" : " 0.1.59 " ,
3
+ "version" : " 0.1.60 " ,
4
4
"os" : [
5
5
" android"
6
6
],
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @napi-rs/canvas-darwin-arm64" ,
3
- "version" : " 0.1.59 " ,
3
+ "version" : " 0.1.60 " ,
4
4
"os" : [
5
5
" darwin"
6
6
],
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @napi-rs/canvas-darwin-x64" ,
3
- "version" : " 0.1.59 " ,
3
+ "version" : " 0.1.60 " ,
4
4
"os" : [
5
5
" darwin"
6
6
],
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @napi-rs/canvas-linux-arm-gnueabihf" ,
3
- "version" : " 0.1.59 " ,
3
+ "version" : " 0.1.60 " ,
4
4
"os" : [
5
5
" linux"
6
6
],
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @napi-rs/canvas-linux-arm64-gnu" ,
3
- "version" : " 0.1.59 " ,
3
+ "version" : " 0.1.60 " ,
4
4
"os" : [
5
5
" linux"
6
6
],
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @napi-rs/canvas-linux-arm64-musl" ,
3
- "version" : " 0.1.59 " ,
3
+ "version" : " 0.1.60 " ,
4
4
"os" : [
5
5
" linux"
6
6
],
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @napi-rs/canvas-linux-x64-gnu" ,
3
- "version" : " 0.1.59 " ,
3
+ "version" : " 0.1.60 " ,
4
4
"os" : [
5
5
" linux"
6
6
],
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @napi-rs/canvas-linux-x64-musl" ,
3
- "version" : " 0.1.59 " ,
3
+ "version" : " 0.1.60 " ,
4
4
"os" : [
5
5
" linux"
6
6
],
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @napi-rs/canvas-win32-x64-msvc" ,
3
- "version" : " 0.1.59 " ,
3
+ "version" : " 0.1.60 " ,
4
4
"os" : [
5
5
" win32"
6
6
],
You can’t perform that action at this time.
0 commit comments