@pqina/pintura 8.77.1 → 8.77.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 +6 -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.d.ts +6 -0
- package/pintura.js +2 -2
- package/pintura.module.css +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 8.77.2 | 2024-04-12
|
|
4
|
+
|
|
5
|
+
- Fix various text box rendering issues.
|
|
6
|
+
- Fix issue with shapePreprocessing of line shapes.
|
|
7
|
+
- Fix error thrown while drawing path and cancelling interaction.
|
|
8
|
+
|
|
3
9
|
## 8.77.1 | 2024-04-02
|
|
4
10
|
|
|
5
11
|
- Fix error when destroying and recreating overlay editor in React context.
|
package/package.json
CHANGED