@pqina/pintura 8.83.0 → 8.83.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 +9 -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,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 8.83.2 | 2024-08-23
|
|
4
|
+
|
|
5
|
+
- Fix memory leak.
|
|
6
|
+
- Fix issue with shape `disableStyle` not working in combination with `enableMultiSelect`.
|
|
7
|
+
|
|
8
|
+
## 8.83.1 | 2024-08-22
|
|
9
|
+
|
|
10
|
+
- Prevent external stylesheets from impacting empty div element styles inside Pintura.
|
|
11
|
+
|
|
3
12
|
## 8.83.0 | 2024-08-12
|
|
4
13
|
|
|
5
14
|
- Add console warning when required props `locale` and or `imageReader` are missing.
|
package/package.json
CHANGED