@pqina/pintura 8.95.2 → 8.95.4
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 +3 -3
- package/pintura-umd.js +3 -3
- package/pintura.css +3 -3
- package/pintura.js +3 -3
- package/pintura.module.css +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 8.95.4 | 2026-01-23
|
|
4
|
+
|
|
5
|
+
- Fix issue where crop size indicator would display `NaN` value when only one size dimension was set.
|
|
6
|
+
|
|
7
|
+
## 8.95.3 | 2025-11-25
|
|
8
|
+
|
|
9
|
+
- Fix issue where `loaderror` would sometimes not fire on Safari.
|
|
10
|
+
- Fix issue where discarding an image load error state would trigger the browse file dialog.
|
|
11
|
+
|
|
3
12
|
## 8.95.2 | 2025-11-10
|
|
4
13
|
|
|
5
14
|
- Fix issue where close and/or export buttons could be rendered outside of viewport when user had zoomed in on iOS resulting in a soft lock. Unfortunately the zoom level of the browser window cannot be controlled programmatically, this fix positions the editor modal in the top left corner of the screen allowing the user to close the editor modal and manually reset zoom before re-opening the modal.
|
package/package.json
CHANGED