We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f7ac5 commit c8a53a8Copy full SHA for c8a53a8
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 1.2.1 (7 Aug 2022)
2
+
3
+* fix: css text empty if value contains special char
4
+* refactor: replace dom-to-image with html2canvas
5
6
## 1.2.0 (31 Jul 2022)
7
8
* feat: support screencast
package.json
@@ -1,6 +1,6 @@
{
"name": "chobitsu",
- "version": "1.2.0",
+ "version": "1.2.1",
"description": "Chrome devtools protocol JavaScript implementation",
"main": "dist/chobitsu.js",
"files": [
0 commit comments