@pqina/pintura 8.93.0 → 8.93.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,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 8.93.2 | 2025-09-25
4
+
5
+ - Fix issue where some video files wouldn't load correctly when accept attribute was set to `video/*`.
6
+
7
+ ## 8.93.1 | 2025-09-25
8
+
9
+ - Fix issue where setting the accept attribute on file input wasn't possible, now `enableBrowseImage` also accepts a string.
10
+
3
11
  ## 8.93.0 | 2025-09-23
4
12
 
5
13
  - Update types to add new trim remove button property.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8.93.0",
2
+ "version": "8.93.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",