@pqina/pintura 8.89.6 → 8.89.8
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 +8 -0
- package/package.json +1 -1
- package/pintura-iife.js +2 -2
- package/pintura-umd.js +2 -2
- package/pintura.css +2 -2
- package/pintura.js +2 -2
- package/pintura.module.css +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 8.89.8 | 2024-11-22
|
|
4
|
+
|
|
5
|
+
- Fix issue with invalid casing in Dutch locale filenames.
|
|
6
|
+
|
|
7
|
+
## 8.89.7 | 2024-11-13
|
|
8
|
+
|
|
9
|
+
- Fix issue where sometimes the output size would not mismatch the targetSize with 1 pixel.
|
|
10
|
+
|
|
3
11
|
## 8.89.6 | 2024-11-08
|
|
4
12
|
|
|
5
13
|
- Fix issue with the font size dropdown not selecting the correct font size when using font size fractions.
|
package/package.json
CHANGED