@pqina/pintura 8.71.6 → 8.72.0
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 +10 -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,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 8.72.0 | 2024-01-30
|
|
4
|
+
|
|
5
|
+
- Add `aboveFrame` property, set to `true` to render shape above frame.
|
|
6
|
+
- Fix issue with shape positioning when image was flipped and canvas memory limit exceeded.
|
|
7
|
+
- Fix issue where text background color would fill text shape.
|
|
8
|
+
|
|
9
|
+
## 8.71.7 | 2024-01-26
|
|
10
|
+
|
|
11
|
+
- Fix issue where pressing backspace in color picker input field would remove shape.
|
|
12
|
+
|
|
3
13
|
## 8.71.6 | 2024-01-25
|
|
4
14
|
|
|
5
15
|
- Fix issue where pressing backspace in the font size input would remove shape.
|
package/package.json
CHANGED