@pqina/pintura 8.84.1 → 8.85.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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## 8.85.0 | 2024-09-06
4
+
5
+ - Fix issue with line breaks being entered in auto-width text boxes.
6
+ - Fix issue with text shape offset not being stable while switching between shape layout modes.
7
+ - Improve text editing UX when `enableTapToAddText` is set to `true`, active shape now needs to be deselected first before a new text field is created.
8
+ - Improve text shape dragging. While in edit mode text shapes can now be dragged by tapping and dragging on a non-text part of the text shape, no more need to confirm the text shape first. This only works with text shapes that have a fixed width and/or height.
9
+ - Improve text editing UX on mobile devices, when closing the soft keyboard while editing a text, the text shape automatically switches to selected mode.
10
+
11
+ ## 8.84.2 | 2024-09-04
12
+
13
+ - Fix issue with Redact shapes not rendering when set on editor init.
14
+
3
15
  ## 8.84.1 | 2024-09-04
4
16
 
5
17
  - Fix video loading on iOS Safari.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8.84.1",
2
+ "version": "8.85.0",
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",