@pqina/pintura 8.92.0 → 8.92.2

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.2 | 2025-02-18
4
+
5
+ - Fix issue where video time indicator would skip past end frame in timeline.
6
+ - Fix issue where video play started outside of trim clip would skip to next trim clip.
7
+ - Fix issue where video play action when paused on end frame would skip to first trim clip.
8
+
9
+ ## 8.92.1 | 2025-02-12
10
+
11
+ - Fix issue where video load error would not show "Error loading media" status.
12
+
3
13
  ## 8.92.0 | 2025-02-10
4
14
 
5
15
  - Add support for setting tool title attribute in markup editor toolbar.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8.92.0",
2
+ "version": "8.92.2",
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",