@pqina/pintura 8.63.0 → 8.64.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.64.0 | 2023-08-18
4
+
5
+ - Add `enableInput` option to font size and line height controls. Currently only works when sizes are absolute.
6
+
7
+ ## 8.63.1 | 2023-08-18
8
+
9
+ - Fix issue where Hex color input couldn't be enabled on `strokeColor` and `color` styles.
10
+ - Fix issue where Hex input could still input opacity if opacity input was disabled.
11
+ - Fix issue where opaque Hex colors would be defined with 8 characters instead of 6.
12
+
3
13
  ## 8.63.0 | 2023-08-16
4
14
 
5
15
  - Add Hex color input to color picker control, this input is disabled by default, enable by passing `enableInput` to `backgroundColor` style control options.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8.63.0",
2
+ "version": "8.64.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",