@pqina/pintura 8.94.5 → 8.95.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,14 @@
1
1
  # Changelog
2
2
 
3
+ ## 8.95.0 | 2025-10-21
4
+
5
+ - Add manual input support for percentage font sizes.
6
+ - Add mousewheel input support to sliders.
7
+ - Fix issue where dropping an image on the Redact tool when `enableDropImage` was set to `true` would not load the image.
8
+ - Fix keyboard input not working on + / - controls next to sliders.
9
+ - Fix focus not automatically moving to custom Panel control.
10
+ - Fix missing `isActive` property on custom Panel control.
11
+
3
12
  ## 8.94.5 | 2025-10-20
4
13
 
5
14
  - Fix issue where scrolling with trackpad would be sluggish on Windows.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8.94.5",
2
+ "version": "8.95.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",