@pqina/pintura 8.86.0 → 8.87.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,26 @@
1
1
  # Changelog
2
2
 
3
+ ## 8.87.0 | 2024-17-09
4
+
5
+ Several small improvements to pass Lighthouse accessibility tests.
6
+
7
+ Please note that this update includes small changes to the internal HTML structure, if you've used custom CSS to override style selectors these styles might be affected.
8
+
9
+ - Add `preventModalAutoFocus`, set to `true` to prevent moving focus to the modal when it opens.
10
+ - Fix issue where modal didn't prevent focus from leaving the modal.
11
+ - Fix issue where util tabs structure wasn't valid.
12
+ - Fix issue where title attribute on a toggle button showed `undefined`.
13
+ - Fix issue where focus ring wouldn't show on first interactive element.
14
+ - Fix issue where labels were missing for some range inputs.
15
+ - Fix issue where selecting shapes via keyboard shape list would throw error.
16
+ - Fix issue where focus ring didn't show in frame util.
17
+ - Fix issue where tabpanel was focusable even when contained focusable elements.
18
+
19
+ ## 8.86.1 | 2024-13-09
20
+
21
+ - Fix issue where text style controls would show above text shape in modal input model if text shape `format` was set to `'html'`.
22
+ - Fix issue where new lines couldn't be added when in modal text input mode.
23
+
3
24
  ## 8.86.0 | 2024-13-09
4
25
 
5
26
  - 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.87.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",