@pqina/pintura 8.60.13 → 8.60.15

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 8.60.15 | 2023-07-25
4
+
5
+ - Fix issue introduced in 8.58.0 where typing an ampersand would throw an error when text format was not set to `'html'`.
6
+
7
+ ## 8.60.14 | 2023-07-24
8
+
9
+ - Fix issue where a hidden toolbar combined with custom CSS top inset would result in crop rectangle corners being misaligned.
10
+
3
11
  ## 8.60.13 | 2023-07-20
4
12
 
5
13
  - Fix issue where sticker util would not show if no stickers defined but `stickerEnableSelectImagePreset` was `true`.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8.60.13",
2
+ "version": "8.60.15",
3
3
  "name": "@pqina/pintura",
4
4
  "description": "This package is for testing purposes only. Visit https://pqina.nl/pintura to purchase a valid license.",
5
5
  "browser": "pintura.js",