@pqina/pintura 8.88.0 → 8.88.2

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,10 +1,18 @@
1
1
  # Changelog
2
2
 
3
- ## 8.88.0 | 2024-19-09
3
+ ## 8.88.2 | 2024-10-01
4
+
5
+ - Fix `en_GB` locale casing.
6
+
7
+ ## 8.88.1 | 2024-09-30
8
+
9
+ - Fix issue where tapping with Apple Pencil had no effect.
10
+
11
+ ## 8.88.0 | 2024-09-19
4
12
 
5
13
  - Add `cropWillRenderInfoIndicator` to enable customizaton of the data shown in the crop info indicator.
6
14
 
7
- ## 8.87.0 | 2024-17-09
15
+ ## 8.87.0 | 2024-09-17
8
16
 
9
17
  Several small improvements to pass Lighthouse accessibility tests.
10
18
 
@@ -20,12 +28,12 @@ Please note that this update includes small changes to the internal HTML structu
20
28
  - Fix issue where focus ring didn't show in frame util.
21
29
  - Fix issue where tabpanel was focusable even when contained focusable elements.
22
30
 
23
- ## 8.86.1 | 2024-13-09
31
+ ## 8.86.1 | 2024-09-13
24
32
 
25
33
  - Fix issue where text style controls would show above text shape in modal input model if text shape `format` was set to `'html'`.
26
34
  - Fix issue where new lines couldn't be added when in modal text input mode.
27
35
 
28
- ## 8.86.0 | 2024-13-09
36
+ ## 8.86.0 | 2024-09-13
29
37
 
30
38
  - Improve Sharpie tool line drawing quality, Pintura now interpolates between input points creating more natural lines.
31
39
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8.88.0",
2
+ "version": "8.88.2",
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",