@pqina/pintura 8.91.2 → 8.91.4
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 +3 -3
- package/pintura-umd.js +3 -3
- package/pintura.css +3 -3
- package/pintura.js +3 -3
- package/pintura.module.css +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 8.91.4 | 2025-01-08
|
|
4
|
+
|
|
5
|
+
- Fix issue with Next 15 Turbopack throwing error while trying to compile Pintura module styles.
|
|
6
|
+
|
|
7
|
+
## 8.91.3 | 2025-01-03
|
|
8
|
+
|
|
9
|
+
- Revert changes made for Tailwind 4, add FAQ entry to documentation.
|
|
10
|
+
|
|
3
11
|
## 8.91.2 | 2024-12-31
|
|
4
12
|
|
|
5
13
|
- Fix issue where Tailwind 4 generic layered selectors with `!important` override internal Pintura styles.
|
package/package.json
CHANGED