@pqina/pintura 8.71.2 → 8.71.3

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,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 8.71.3 | 2024-01-21
4
+
5
+ - Fix issue where moving path points didn't update history correctly.
6
+ - Fix issue where panel content could be cut off by editor bounds.
7
+ - Fix issue where `'addshape'` event wouldn't fire when adding text shape, would only fire after confirming text draft.
8
+
3
9
  ## 8.71.2 | 2024-01-09
4
10
 
5
11
  - Fix issue with shape brush size being set to `undefined` after removing `strokWidth` from other shape.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8.71.2",
2
+ "version": "8.71.3",
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",