@pqina/pintura 8.77.4 → 8.78.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 +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 +2 -2
- 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.78.1 | 2024-04-17
|
|
4
|
+
|
|
5
|
+
- Remove dynamically generated style tag.
|
|
6
|
+
|
|
7
|
+
## 8.78.0 | 2024-04-16
|
|
8
|
+
|
|
9
|
+
- Add `csp` prop to editor options. Set to `{ styleNonce: '1234ABCD' }` to assign a `nonce` attribute to dynamic style tags.
|
|
10
|
+
- Fix progress indicator still being animated even when animations set to `'never'`
|
|
11
|
+
|
|
3
12
|
## 8.77.4 | 2024-04-16
|
|
4
13
|
|
|
5
14
|
- Fix issue where video's wouldn't play on iOS 17.4.
|
package/package.json
CHANGED