We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90bed9e commit a481696Copy full SHA for a481696
3 files changed
.changeset/brave-schools-matter.md
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# amgiflol
2
3
+## 0.3.6
4
+
5
+### Patch Changes
6
7
+- 90bed9e: Fix popup disable/re-enable so the toolbar restores without requiring a page reload.
8
9
## 0.3.5
10
11
### Patch Changes
@@ -125,6 +131,7 @@
125
131
126
132
- 9e2516f: unblock triggering of shorcuts while toolbar is focused
127
133
- d75a508: update tracker on scroll and window resize
134
128
135
1. Fixes [#12](https://github.com/sm17p/amgiflol/issues/12)
129
136
2. Partial fix [#7](https://github.com/sm17p/amgiflol/issues/7)
130
137
package.json
@@ -1,6 +1,6 @@
{
"name": "amgiflol",
- "version": "0.3.5",
+ "version": "0.3.6",
"private": true,
"description": "Figma-like Layout Inspector For Web",
"homepage": "https://github.com/sm17p/amgiflol",
0 commit comments