@pqina/pintura 8.66.1 → 8.66.2
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 +6 -1
- package/package.json +1 -1
- package/pintura-iife.js +2 -2
- package/pintura-umd.js +2 -2
- package/pintura.css +2 -2
- package/pintura.d.ts +2 -0
- package/pintura.js +2 -2
- package/pintura.module.css +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 8.66.2 | 2023-10-05
|
|
4
|
+
|
|
5
|
+
- Fix issue with shortcut options no longer working when passed to `createMarkupEditorShapeStyleControls`
|
|
6
|
+
|
|
3
7
|
## 8.66.1 | 2023-10-03
|
|
4
8
|
|
|
5
|
-
-
|
|
9
|
+
- Fix issue where deprecated `stickerEnableSelectImage` prop would not enable sticker util.
|
|
10
|
+
- Fix types.
|
|
6
11
|
|
|
7
12
|
## 8.66.0 | 2023-09-27
|
|
8
13
|
|
package/package.json
CHANGED