@pqina/pintura 8.89.1 → 8.89.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/package.json +1 -1
- package/pintura-iife.js +2 -2
- package/pintura-umd.js +2 -2
- package/pintura.css +2 -2
- package/pintura.js +2 -2
- package/pintura.module.css +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 8.89.3 | 2024-10-28
|
|
4
|
+
|
|
5
|
+
- Fix issue where pressing backspace or delete while focussing a text input outside of the Pintura root would delete a selected shape.
|
|
6
|
+
- Fix issue where tab would not scroll into view when selected near edge of tablist.
|
|
7
|
+
|
|
8
|
+
## 8.89.2 | 2024-10-18
|
|
9
|
+
|
|
10
|
+
- Fix issue where shape could still be removed with backspace even if shape had `disableRemove` property set to `true`.
|
|
11
|
+
|
|
3
12
|
## 8.89.1 | 2024-10-16
|
|
4
13
|
|
|
5
14
|
- Improve double click zoom dropdown, add two additional zoom "reset" actions.
|
package/package.json
CHANGED