@pqina/pintura 8.97.2 → 8.98.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 +4 -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 +5 -5
- package/pintura.js +2 -2
- package/pintura.module.css +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 8.98.0 | 2026-06-20
|
|
4
|
+
|
|
5
|
+
- Add `'auto'` setting to `cropSelectPresetFilter` property, when set this will automatically adjust the selected preset tab based on the source image aspect ratio.
|
|
6
|
+
|
|
3
7
|
## 8.97.2 | 2026-06-01
|
|
4
8
|
|
|
5
9
|
- Fix issue where `markupEditorWillStartInteraction` would throw an internal error on pointerdown.
|
package/package.json
CHANGED