Skip to content

Commit 9f5a7d9

Browse files
committed
chore(release): 1.5.4
1 parent 37ae5f5 commit 9f5a7d9

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,30 @@
11

2+
### [1.5.4](https://github.com/yorickshan/html2canvas-pro/compare/v1.5.3...v1.5.4) (2024-07-08)
3+
4+
5+
### Performance
6+
7+
* migrate from Chromeless to Puppeteer ([25553e3](https://github.com/yorickshan/html2canvas-pro/commit/25553e3e675cf8cb2c08a807da31d0aab0159114))
8+
* remove uglifyjs-webpack-plugin ([53beee8](https://github.com/yorickshan/html2canvas-pro/commit/53beee80659e729e0942b8092ba4e3950b7c72d8))
9+
10+
11+
### Documentation
12+
13+
* **features:** update supported css properties ([95adcd9](https://github.com/yorickshan/html2canvas-pro/commit/95adcd9c48ee1608766f106eb1784b576903cc44))
14+
* **readme:** leave a star ([f4b551b](https://github.com/yorickshan/html2canvas-pro/commit/f4b551b43c4772ddeaa438721f0d8c6f41e20191))
15+
* **readme:** npm stats ([9c26fe8](https://github.com/yorickshan/html2canvas-pro/commit/9c26fe867d0db70e70e4fc41508543167e0f80f3))
16+
17+
18+
### Chore
19+
20+
* modify npmignore ([9691d6a](https://github.com/yorickshan/html2canvas-pro/commit/9691d6a31291d07ae4437699a1d3acfb32418487))
21+
* upgrade jest ([82c2d1e](https://github.com/yorickshan/html2canvas-pro/commit/82c2d1e4ab30e07036c8c99e3b1ae0989cdf67c3))
22+
23+
24+
### Fixes
25+
26+
* calculateBackgroundRendering may return width or height less than 1 [#2982](https://github.com/yorickshan/html2canvas-pro/issues/2982) ([0b1bdae](https://github.com/yorickshan/html2canvas-pro/commit/0b1bdaed3f5473ce1166632f8850f57b668e6b61))
27+
228
### [1.5.3](https://github.com/yorickshan/html2canvas-pro/compare/v1.5.2...v1.5.3) (2024-07-04)
329

430

package-lock.json

Lines changed: 2 additions & 2 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
@@ -6,7 +6,7 @@
66
"module": "dist/html2canvas-pro.esm.js",
77
"typings": "dist/types/index.d.ts",
88
"browser": "dist/html2canvas-pro.js",
9-
"version": "1.5.3",
9+
"version": "1.5.4",
1010
"author": {
1111
"name": "yorickshan",
1212
"email": "[email protected]",

0 commit comments

Comments
 (0)