@pqina/pintura 8.76.0 → 8.77.0
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 +10 -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 +2 -1
- package/pintura.js +2 -2
- package/pintura.module.css +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 8.77.0 | 2024-03-28
|
|
4
|
+
|
|
5
|
+
- Add `'complete'` option to shape `status` property. When set the loading indicator doesn't show and shapes assume a `backgroundImage` has finished loading.
|
|
6
|
+
- Add `disableShowPoints` prop to shape, set to `true` to disable rendering vertices on paths.
|
|
7
|
+
- Fix issue where some animations still ran even with `animations` prop set to `'never'`.
|
|
8
|
+
- Fix issue where text confirm button in text entry modal would not show label or icon.
|
|
9
|
+
- Fix issue where text align control didn't correctly reflect current shape text alignment.
|
|
10
|
+
- Fix issue where creating an open path shape wouldn't update the history state correctly.
|
|
11
|
+
- Fix issue where hover outlines would not be removed when removing shape.
|
|
12
|
+
|
|
3
13
|
## 8.76.0 | 2024-03-13
|
|
4
14
|
|
|
5
15
|
- Add tap polygon edge to add point.
|
package/package.json
CHANGED