@pqina/pintura 8.73.2 → 8.74.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,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 8.74.0 | 2024-03-04
4
+
5
+ - Add video thumbnail creation, the default image writer can now generate an image from a video file.
6
+ - Add setter to `imageCurrentTime`, setting this prop on load will update the time indicator position.
7
+ - Add `currentTime` prop to `imageState` so it's available for the image writer.
8
+ - Fix issue on Safari where the video time indicator would sometimes jump backwards when playing video.
9
+
3
10
  ## 8.73.2 | 2024-03-01
4
11
 
5
12
  - Fix issue where zoomed out webview would incorrectly mask annotation shapes.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8.73.2",
2
+ "version": "8.74.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",