@pqina/pintura 8.92.2 → 8.92.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 CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## 8.92.4 | 2025-02-28
4
+
5
+ - Fix issue where dragging line ends or path points would not call `beforeUpdateShape`
6
+ - Fix issue where adding a text shape would not call `beforeUpdateShape`
7
+
8
+ ## 8.92.3 | 2025-02-24
9
+
10
+ - Fix issue where Firefox wouldn't process an SVG if it did not have width and height attributes.
11
+ - Fix issue where setting `disableErase` to `true` wouldn't prevent the shape from being erased.
12
+
3
13
  ## 8.92.2 | 2025-02-18
4
14
 
5
15
  - Fix issue where video time indicator would skip past end frame in timeline.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8.92.2",
2
+ "version": "8.92.4",
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",