@pqina/pintura 8.89.2 → 8.89.5

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 CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 8.89.5 | 2024-11-07
4
+
5
+ - Fix issue where `processabort` event was not fired when clicking close button next to process error status.
6
+
7
+ ## 8.89.4 | 2024-10-29
8
+
9
+ - Fix issue where alpha blending didn't work correctly on Firefox.
10
+
11
+ ## 8.89.3 | 2024-10-28
12
+
13
+ - Fix issue where pressing backspace or delete while focussing a text input outside of the Pintura root would delete a selected shape.
14
+ - Fix issue where tab would not scroll into view when selected near edge of tablist.
15
+
3
16
  ## 8.89.2 | 2024-10-18
4
17
 
5
18
  - Fix issue where shape could still be removed with backspace even if shape had `disableRemove` property set to `true`.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8.89.2",
2
+ "version": "8.89.5",
3
3
  "name": "@pqina/pintura",
4
4
  "description": "This package is for testing purposes only. Visit https://pqina.nl/pintura to purchase a valid license.",
5
5
  "browser": "pintura.js",