@pqina/pintura 8.72.4 → 8.73.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 CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## 8.73.0 | 2024-02-19
4
+
5
+ - Add `fixScrollDirection` prop, set to `true` to correct inverted scroll and touch interaction on MacOS.
6
+ - Add `willRenderUtilTabs`, use to adjust, replace, or re-order the nodes used to render the tabs.
7
+
8
+ ## 8.72.5 | 2024-02-12
9
+
10
+ - Fix issue where setting crop aspect ratio after dragging crop corner would sometimes result in crop falling outside of view.
11
+ - Fix `annotateWillRenderShapeStyleControls` and `decorateWillRenderShapeControls` hooks not being public.
12
+
3
13
  ## 8.72.4 | 2024-02-08
4
14
 
5
15
  - Fix issue where for certain markup editor controls the title attribute showed "undefined".
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8.72.4",
2
+ "version": "8.73.0",
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",