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 106d5a8 commit e9dfe38Copy full SHA for e9dfe38
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## Version 3.5.0
4
+
5
+- Fix a memory leak when closing the webview.
6
7
## Version 3.4.4
8
9
- Add TypeScript definitions.
package.json
@@ -1,6 +1,6 @@
{
"name": "sketch-module-web-view",
- "version": "3.4.4",
+ "version": "3.5.0",
"description": "A sketch module for creating an complex UI with a webview",
"main": "lib/index.js",
"types": "./type.d.ts",
0 commit comments