@pqina/pintura 8.86.0 → 8.86.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 CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 8.86.1 | 2024-13-09
4
+
5
+ - Fix issue where text style controls would show above text shape in modal input model if text shape `format` was set to `'html'`.
6
+ - Fix issue where new lines couldn't be added when in modal text input mode.
7
+
3
8
  ## 8.86.0 | 2024-13-09
4
9
 
5
10
  - Improve Sharpie tool line drawing quality, Pintura now interpolates between input points creating more natural lines.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8.86.0",
2
+ "version": "8.86.1",
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",