@pqina/pintura 8.88.3 → 8.89.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,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 8.89.1 | 2024-10-16
4
+
5
+ - Improve double click zoom dropdown, add two additional zoom "reset" actions.
6
+
7
+ ## 8.89.0 | 2024-10-16
8
+
9
+ - Add double click zoom dropdown to reset zoom level. Will zoom to fit if image is larger than stage, will zoom to 100% if image fits on stage.
10
+
3
11
  ## 8.88.3 | 2024-10-02
4
12
 
5
13
  - Fix scroll wheel not working in Markup Editor since accessibility update.
@@ -179,7 +179,7 @@ export const MarkupEditor = {
179
179
 
180
180
  shapeLabelToolMove: 'Flytta',
181
181
  shapeLabelToolView: 'Visa',
182
- shapeLabelToolSharpie: 'Penn',
182
+ shapeLabelToolSharpie: 'Penna',
183
183
  shapeLabelToolEraser: 'Suddgummi',
184
184
  shapeLabelToolPath: 'Sökväg',
185
185
  shapeLabelToolRectangle: 'Rektangel',
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8.88.3",
2
+ "version": "8.89.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",