@pqina/pintura 8.91.7 → 8.92.1
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.92.1 | 2025-02-12
|
|
4
|
+
|
|
5
|
+
- Fix issue where video load error would not show "Error loading media" status.
|
|
6
|
+
|
|
7
|
+
## 8.92.0 | 2025-02-10
|
|
8
|
+
|
|
9
|
+
- Add support for setting tool title attribute in markup editor toolbar.
|
|
10
|
+
- Add support for setting util title attribute.
|
|
11
|
+
- Fix issue where circle overlay wouldn't render when animations were disabled.
|
|
12
|
+
|
|
3
13
|
## 8.91.7 | 2025-01-28
|
|
4
14
|
|
|
5
15
|
- Fix issue where on Safari the an image fill would sometimes not be applied when creating the output image.
|
package/package.json
CHANGED