@pqina/pintura 8.90.3 → 8.91.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 +5 -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.d.ts +2 -0
- package/pintura.js +2 -2
- package/pintura.module.css +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 8.91.0 | 2024-12-16
|
|
4
|
+
|
|
5
|
+
- Add `imageBackgroundFilter`, set to `'image'` to apply filters and effects to selected image fill.
|
|
6
|
+
- Fix issue where text shape with background color would be drawn when tapping canvas.
|
|
7
|
+
|
|
3
8
|
## 8.90.3 | 2024-12-09
|
|
4
9
|
|
|
5
10
|
- Fix issue with parsing JPEG headers throwing an error for some images.
|
package/package.json
CHANGED