@pqina/pintura 8.90.0 → 8.90.1
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 +5 -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,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 8.90.1 | 2024-12-04
|
|
4
|
+
|
|
5
|
+
- Fix issue where panel height was no longer limited by editor root height.
|
|
6
|
+
- Fix issue where editor view would jump up while selecting a dropdown value in a panel that was scrolled out of view.
|
|
7
|
+
|
|
3
8
|
## 8.90.0 | 2024-11-28
|
|
4
9
|
|
|
5
10
|
- Add `lineEndScalar` and `lineStartScalar` props to line shape. These props control the factor used to scale the start and end styles, when only `lineEndScalar` is used both ends of a line are scaled.
|
package/package.json
CHANGED