@pqina/pintura 8.92.7 → 8.92.9
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.92.9 | 2025-04-04
|
|
4
|
+
|
|
5
|
+
- Fix issue where color matrix effects would be reset when preloading effects in history. Updated the color matrix effect order processing to follow the order of keys in the `finetuneControlConfiguration` property instead of the `finetuneOptions` menu.
|
|
6
|
+
|
|
7
|
+
## 8.92.8 | 2025-04-03
|
|
8
|
+
|
|
9
|
+
- Fix order in which color matrix effects are applied to the image. The order now aligns with the order of the menu items in the toolbar, the filter is always applied last.
|
|
10
|
+
|
|
3
11
|
## 8.92.7 | 2025-03-28
|
|
4
12
|
|
|
5
13
|
- Fix issue where Pintura modal would be rendered behind scrollbar when `scrollbar-gutter: stable` style was assigned to document.
|
package/package.json
CHANGED