@pqina/pintura 8.63.1 → 8.64.1
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 +9 -1
- package/package.json +1 -1
- package/pintura-iife.js +2 -2
- package/pintura-umd.js +2 -2
- package/pintura.css +2 -2
- package/pintura.d.ts +46 -6
- package/pintura.js +2 -2
- package/pintura.module.css +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 8.
|
|
3
|
+
## 8.64.1 | 2023-08-21
|
|
4
|
+
|
|
5
|
+
- Fix types for new options added to markup editor controls.
|
|
6
|
+
|
|
7
|
+
## 8.64.0 | 2023-08-18
|
|
8
|
+
|
|
9
|
+
- Add `enableInput` option to font size and line height controls. Currently only works when sizes are absolute.
|
|
10
|
+
|
|
11
|
+
## 8.63.1 | 2023-08-18
|
|
4
12
|
|
|
5
13
|
- Fix issue where Hex color input couldn't be enabled on `strokeColor` and `color` styles.
|
|
6
14
|
- Fix issue where Hex input could still input opacity if opacity input was disabled.
|
package/package.json
CHANGED