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 194ef7a commit 1d56bd2Copy full SHA for 1d56bd2
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.14.6
4
+
5
+- Set a minimum panel height and refined max-height calculation.
6
+- Improved key lock behavior when hovering the canvas.
7
+- Improved Figma availability checks and layout readiness handling.
8
9
## 0.14.5
10
11
- Only show the panel visual hint when the panel significantly overlaps with Figma's own panels.
packages/extension/package.json
@@ -1,6 +1,6 @@
{
"name": "@tempad-dev/extension",
- "version": "0.14.5",
+ "version": "0.14.6",
"private": true,
"description": "TemPad Dev browser extension.",
"type": "module",
0 commit comments