@pqina/pintura 8.82.8 → 8.82.9

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,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 8.82.9 | 2024-07-02
4
+
5
+ - Further improvements to JPEG header and EXIF data parsing.
6
+ - Fix crop select preset dropdown title missing.
7
+ - Fix titles missing from tabs.
8
+ - Fix resize lock icon misalignment.
9
+
3
10
  ## 8.82.8 | 2024-06-25
4
11
 
5
12
  - Fix issue where setting `backgroundSize` property on elllipse would not impact texture rendering.
@@ -44,6 +44,7 @@ export default {
44
44
  labelButtonExport: 'Fertig',
45
45
 
46
46
  // zoom
47
+ labelZoom: 'Zoom',
47
48
  labelZoomIn: 'Hineinzoomen',
48
49
  labelZoomOut: 'Rauszoomen',
49
50
  labelZoomFit: 'Zoom passen',
@@ -13,7 +13,7 @@ export default {
13
13
  resizeTitleButtonMaintainAspectRatio: 'Seitenverhältnis bewahren',
14
14
 
15
15
  resizeIconButtonMaintainAspectRatio: (active, activeFraction) =>
16
- `<defs><mask id="mask1" x="0" y="0" width="24" height="24" ><rect x="0" y="0" width="24" height="10" fill="#fff" stroke="none"/></mask></defs><g fill="none" fill-rule="evenodd"><g mask="url(#mask1)"><path transform="translate(0 ${
16
+ `<defs><mask id="mask1" x="-2" y="-2" width="24" height="24" ><rect x="0" y="0" width="24" height="10" fill="#fff" stroke="none"/></mask></defs><g fill="none" fill-rule="evenodd"><g mask="url(#mask1)"><path transform="translate(0 ${
17
17
  (activeFraction - 1) * 3
18
18
  })" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" d="M9.401 10.205v-.804a2.599 2.599 0 0 1 5.198 0V17"/></g><rect fill="currentColor" x="7" y="10" width="10" height="7" rx="1.5"/></g>`,
19
19
  };
@@ -44,6 +44,7 @@ export default {
44
44
  labelButtonExport: 'Done',
45
45
 
46
46
  // zoom
47
+ labelZoom: 'Zoom',
47
48
  labelZoomIn: 'Zoom in',
48
49
  labelZoomOut: 'Zoom out',
49
50
  labelZoomFit: 'Fit to view',
@@ -13,7 +13,7 @@ export default {
13
13
  resizeTitleButtonMaintainAspectRatio: 'Maintain aspectratio',
14
14
 
15
15
  resizeIconButtonMaintainAspectRatio: (active, activeFraction) =>
16
- `<defs><mask id="mask1" x="0" y="0" width="24" height="24" ><rect x="0" y="0" width="24" height="10" fill="#fff" stroke="none"/></mask></defs><g fill="none" fill-rule="evenodd"><g mask="url(#mask1)"><path transform="translate(0 ${
16
+ `<defs><mask id="mask1" x="-2" y="-2" width="24" height="24"><rect x="0" y="0" width="24" height="10" fill="#fff" stroke="none"/></mask></defs><g fill="none" fill-rule="evenodd"><g mask="url(#mask1)"><path transform="translate(0 ${
17
17
  (activeFraction - 1) * 3
18
18
  })" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" d="M9.401 10.205v-.804a2.599 2.599 0 0 1 5.198 0V17"/></g><rect fill="currentColor" x="7" y="10" width="10" height="7" rx="1.5"/></g>`,
19
19
  };
@@ -43,6 +43,7 @@ export default {
43
43
  labelButtonExport: 'Finalizado',
44
44
 
45
45
  // zoom
46
+ labelZoom: 'Zoom',
46
47
  labelZoomIn: 'Dar un golpe de zoom',
47
48
  labelZoomOut: 'Disminuir el zoom',
48
49
  labelZoomFit: 'Zoom para ajustar',
@@ -13,7 +13,7 @@ export default {
13
13
  resizeTitleButtonMaintainAspectRatio: 'Mantener relacion de aspecto',
14
14
 
15
15
  resizeIconButtonMaintainAspectRatio: (active, activeFraction) =>
16
- `<defs><mask id="mask1" x="0" y="0" width="24" height="24" ><rect x="0" y="0" width="24" height="10" fill="#fff" stroke="none"/></mask></defs><g fill="none" fill-rule="evenodd"><g mask="url(#mask1)"><path transform="translate(0 ${
16
+ `<defs><mask id="mask1" x="-2" y="-2" width="24" height="24" ><rect x="0" y="0" width="24" height="10" fill="#fff" stroke="none"/></mask></defs><g fill="none" fill-rule="evenodd"><g mask="url(#mask1)"><path transform="translate(0 ${
17
17
  (activeFraction - 1) * 3
18
18
  })" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" d="M9.401 10.205v-.804a2.599 2.599 0 0 1 5.198 0V17"/></g><rect fill="currentColor" x="7" y="10" width="10" height="7" rx="1.5"/></g>`,
19
19
  };
@@ -43,6 +43,7 @@ export default {
43
43
  labelButtonExport: 'Terminé',
44
44
 
45
45
  // zoom
46
+ labelZoom: 'Zoom',
46
47
  labelZoomIn: 'Zoomer',
47
48
  labelZoomOut: 'Dézoomer',
48
49
  labelZoomFit: 'taille adaptée',
@@ -13,7 +13,7 @@ export default {
13
13
  resizeTitleButtonMaintainAspectRatio: `Maintenir le rapport d'apparence`,
14
14
 
15
15
  resizeIconButtonMaintainAspectRatio: (active, activeFraction) =>
16
- `<defs><mask id="mask1" x="0" y="0" width="24" height="24" ><rect x="0" y="0" width="24" height="10" fill="#fff" stroke="none"/></mask></defs><g fill="none" fill-rule="evenodd"><g mask="url(#mask1)"><path transform="translate(0 ${
16
+ `<defs><mask id="mask1" x="-2" y="-2" width="24" height="24" ><rect x="0" y="0" width="24" height="10" fill="#fff" stroke="none"/></mask></defs><g fill="none" fill-rule="evenodd"><g mask="url(#mask1)"><path transform="translate(0 ${
17
17
  (activeFraction - 1) * 3
18
18
  })" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" d="M9.401 10.205v-.804a2.599 2.599 0 0 1 5.198 0V17"/></g><rect fill="currentColor" x="7" y="10" width="10" height="7" rx="1.5"/></g>`,
19
19
  };
@@ -44,6 +44,7 @@ export default {
44
44
  labelButtonExport: 'पूर्ण',
45
45
 
46
46
  // zoom
47
+ labelZoom: 'ज़ूम',
47
48
  labelZoomIn: 'ज़ूम इन',
48
49
  labelZoomOut: 'ज़ूम आउट',
49
50
  labelZoomFit: 'दृश्य को फिट करें',
@@ -13,7 +13,7 @@ export default {
13
13
  resizeTitleButtonMaintainAspectRatio: 'प्रतिस्थापन अनुपात बनाएँ',
14
14
 
15
15
  resizeIconButtonMaintainAspectRatio: (active, activeFraction) =>
16
- `<defs><mask id="mask1" x="0" y="0" width="24" height="24" ><rect x="0" y="0" width="24" height="10" fill="#fff" stroke="none"/></mask></defs><g fill="none" fill-rule="evenodd"><g mask="url(#mask1)"><path transform="translate(0 ${
16
+ `<defs><mask id="mask1" x="-2" y="-2" width="24" height="24" ><rect x="0" y="0" width="24" height="10" fill="#fff" stroke="none"/></mask></defs><g fill="none" fill-rule="evenodd"><g mask="url(#mask1)"><path transform="translate(0 ${
17
17
  (activeFraction - 1) * 3
18
18
  })" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" d="M9.401 10.205v-.804a2.599 2.599 0 0 1 5.198 0V17"/></g><rect fill="currentColor" x="7" y="10" width="10" height="7" rx="1.5"/></g>`,
19
19
  };
@@ -43,6 +43,7 @@ export default {
43
43
  labelButtonExport: 'Esportare',
44
44
 
45
45
  // zoom
46
+ labelZoom: 'Zumata',
46
47
  labelZoomIn: 'Ingrandisci',
47
48
  labelZoomOut: 'Rimpicciolisci',
48
49
  labelZoomFit: 'Adatta alla vista',
@@ -13,7 +13,7 @@ export default {
13
13
  resizeTitleButtonMaintainAspectRatio: 'Mantieni proporzioni',
14
14
 
15
15
  resizeIconButtonMaintainAspectRatio: (active, activeFraction) =>
16
- `<defs><mask id="mask1" x="0" y="0" width="24" height="24" ><rect x="0" y="0" width="24" height="10" fill="#fff" stroke="none"/></mask></defs><g fill="none" fill-rule="evenodd"><g mask="url(#mask1)"><path transform="translate(0 ${
16
+ `<defs><mask id="mask1" x="-2" y="-2" width="24" height="24" ><rect x="0" y="0" width="24" height="10" fill="#fff" stroke="none"/></mask></defs><g fill="none" fill-rule="evenodd"><g mask="url(#mask1)"><path transform="translate(0 ${
17
17
  (activeFraction - 1) * 3
18
18
  })" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" d="M9.401 10.205v-.804a2.599 2.599 0 0 1 5.198 0V17"/></g><rect fill="currentColor" x="7" y="10" width="10" height="7" rx="1.5"/></g>`,
19
19
  };
@@ -44,6 +44,7 @@ export default {
44
44
  labelButtonExport: '完了',
45
45
 
46
46
  // zoom
47
+ labelZoom: 'ズーム',
47
48
  labelZoomIn: 'ズームイン',
48
49
  labelZoomOut: 'ズームアウト',
49
50
  labelZoomFit: 'ビューに合わせる',
@@ -13,7 +13,7 @@ export default {
13
13
  resizeTitleButtonMaintainAspectRatio: 'アスペクト比を維持',
14
14
 
15
15
  resizeIconButtonMaintainAspectRatio: (active, activeFraction) =>
16
- `<defs><mask id="mask1" x="0" y="0" width="24" height="24" ><rect x="0" y="0" width="24" height="10" fill="#fff" stroke="none"/></mask></defs><g fill="none" fill-rule="evenodd"><g mask="url(#mask1)"><path transform="translate(0 ${
16
+ `<defs><mask id="mask1" x="-2" y="-2" width="24" height="24" ><rect x="0" y="0" width="24" height="10" fill="#fff" stroke="none"/></mask></defs><g fill="none" fill-rule="evenodd"><g mask="url(#mask1)"><path transform="translate(0 ${
17
17
  (activeFraction - 1) * 3
18
18
  })" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" d="M9.401 10.205v-.804a2.599 2.599 0 0 1 5.198 0V17"/></g><rect fill="currentColor" x="7" y="10" width="10" height="7" rx="1.5"/></g>`,
19
19
  };
@@ -44,6 +44,7 @@ export default {
44
44
  labelButtonExport: '완료',
45
45
 
46
46
  // zoom
47
+ labelZoom: '줌',
47
48
  labelZoomIn: '확대',
48
49
  labelZoomOut: '축소',
49
50
  labelZoomFit: '화면에 맞추기',
@@ -1,6 +1,7 @@
1
1
  export default {
2
2
  resizeLabel: '크기 조정',
3
- resizeIcon: '<g stroke-width=".125em" stroke="currentColor" fill="none"><rect x="2" y="12" width="10" height="10" rx="2"/><path d="M4 11.5V4a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-5.5"/><path d="M14 10l3.365-3.365M14 6h4v4"/></g>',
3
+ resizeIcon:
4
+ '<g stroke-width=".125em" stroke="currentColor" fill="none"><rect x="2" y="12" width="10" height="10" rx="2"/><path d="M4 11.5V4a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-5.5"/><path d="M14 10l3.365-3.365M14 6h4v4"/></g>',
4
5
 
5
6
  resizeLabelFormCaption: '이미지 출력 크기',
6
7
 
@@ -12,7 +13,7 @@ export default {
12
13
  resizeTitleButtonMaintainAspectRatio: '종횡비 유지',
13
14
 
14
15
  resizeIconButtonMaintainAspectRatio: (active, activeFraction) =>
15
- `<defs><mask id="mask1" x="0" y="0" width="24" height="24" ><rect x="0" y="0" width="24" height="10" fill="#fff" stroke="none"/></mask></defs><g fill="none" fill-rule="evenodd"><g mask="url(#mask1)"><path transform="translate(0 ${
16
+ `<defs><mask id="mask1" x="-2" y="-2" width="24" height="24" ><rect x="0" y="0" width="24" height="10" fill="#fff" stroke="none"/></mask></defs><g fill="none" fill-rule="evenodd"><g mask="url(#mask1)"><path transform="translate(0 ${
16
17
  (activeFraction - 1) * 3
17
18
  })" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" d="M9.401 10.205v-.804a2.599 2.599 0 0 1 5.198 0V17"/></g><rect fill="currentColor" x="7" y="10" width="10" height="7" rx="1.5"/></g>`,
18
19
  };
@@ -32,6 +32,7 @@ export default {
32
32
  labelButtonRedo: 'Gjenta',
33
33
  labelButtonRevert: 'Tilbakestill',
34
34
  labelButtonExport: 'Ferdig',
35
+ labelZoom: 'Zoom',
35
36
  labelZoomIn: 'Zoom inn',
36
37
  labelZoomOut: 'Zoom ut',
37
38
  labelZoomFit: 'Tilpass til visning',
@@ -13,7 +13,7 @@ export default {
13
13
  resizeTitleButtonMaintainAspectRatio: 'Behold aspektforhold',
14
14
 
15
15
  resizeIconButtonMaintainAspectRatio: (active, activeFraction) =>
16
- `<defs><mask id="mask1" x="0" y="0" width="24" height="24" ><rect x="0" y="0" width="24" height="10" fill="#fff" stroke="none"/></mask></defs><g fill="none" fill-rule="evenodd"><g mask="url(#mask1)"><path transform="translate(0 ${
16
+ `<defs><mask id="mask1" x="-2" y="-2" width="24" height="24" ><rect x="0" y="0" width="24" height="10" fill="#fff" stroke="none"/></mask></defs><g fill="none" fill-rule="evenodd"><g mask="url(#mask1)"><path transform="translate(0 ${
17
17
  (activeFraction - 1) * 3
18
18
  })" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" d="M9.401 10.205v-.804a2.599 2.599 0 0 1 5.198 0V17"/></g><rect fill="currentColor" x="7" y="10" width="10" height="7" rx="1.5"/></g>`,
19
19
  };
@@ -43,6 +43,7 @@ export default {
43
43
  labelButtonExport: 'Klaar',
44
44
 
45
45
  // zoom
46
+ labelZoom: 'Zoom',
46
47
  labelZoomIn: 'Zoom in',
47
48
  labelZoomOut: 'Zoom uit',
48
49
  labelZoomFit: 'Passend maken',
@@ -13,7 +13,7 @@ export default {
13
13
  resizeTitleButtonMaintainAspectRatio: 'Vehoudingen behouden',
14
14
 
15
15
  resizeIconButtonMaintainAspectRatio: (active, activeFraction) =>
16
- `<defs><mask id="mask1" x="0" y="0" width="24" height="24" ><rect x="0" y="0" width="24" height="10" fill="#fff" stroke="none"/></mask></defs><g fill="none" fill-rule="evenodd"><g mask="url(#mask1)"><path transform="translate(0 ${
16
+ `<defs><mask id="mask1" x="-2" y="-2" width="24" height="24" ><rect x="0" y="0" width="24" height="10" fill="#fff" stroke="none"/></mask></defs><g fill="none" fill-rule="evenodd"><g mask="url(#mask1)"><path transform="translate(0 ${
17
17
  (activeFraction - 1) * 3
18
18
  })" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" d="M9.401 10.205v-.804a2.599 2.599 0 0 1 5.198 0V17"/></g><rect fill="currentColor" x="7" y="10" width="10" height="7" rx="1.5"/></g>`,
19
19
  };
@@ -44,6 +44,7 @@ export default {
44
44
  labelButtonExport: 'Concluir',
45
45
 
46
46
  // zoom
47
+ labelZoom: 'ampliação',
47
48
  labelZoomIn: 'Aumentar zoom',
48
49
  labelZoomOut: 'Diminuir zoom',
49
50
  labelZoomFit: 'Ajustar à visualização',
@@ -13,7 +13,7 @@ export default {
13
13
  resizeTitleButtonMaintainAspectRatio: 'Manter proporção',
14
14
 
15
15
  resizeIconButtonMaintainAspectRatio: (active, activeFraction) =>
16
- `<defs><mask id="mask1" x="0" y="0" width="24" height="24" ><rect x="0" y="0" width="24" height="10" fill="#fff" stroke="none"/></mask></defs><g fill="none" fill-rule="evenodd"><g mask="url(#mask1)"><path transform="translate(0 ${
16
+ `<defs><mask id="mask1" x="-2" y="-2" width="24" height="24" ><rect x="0" y="0" width="24" height="10" fill="#fff" stroke="none"/></mask></defs><g fill="none" fill-rule="evenodd"><g mask="url(#mask1)"><path transform="translate(0 ${
17
17
  (activeFraction - 1) * 3
18
18
  })" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" d="M9.401 10.205v-.804a2.599 2.599 0 0 1 5.198 0V17"/></g><rect fill="currentColor" x="7" y="10" width="10" height="7" rx="1.5"/></g>`,
19
19
  };
@@ -43,6 +43,7 @@ export default {
43
43
  labelButtonExport: 'Готово',
44
44
 
45
45
  // zoom
46
+ labelZoom: 'масштабировать',
46
47
  labelZoomIn: 'Приблизить',
47
48
  labelZoomOut: 'Уменьшить',
48
49
  labelZoomFit: 'Подходящий',
@@ -13,7 +13,7 @@ export default {
13
13
  resizeTitleButtonMaintainAspectRatio: 'Сохранять пропорции',
14
14
 
15
15
  resizeIconButtonMaintainAspectRatio: (active, activeFraction) =>
16
- `<defs><mask id="mask1" x="0" y="0" width="24" height="24" ><rect x="0" y="0" width="24" height="10" fill="#fff" stroke="none"/></mask></defs><g fill="none" fill-rule="evenodd"><g mask="url(#mask1)"><path transform="translate(0 ${
16
+ `<defs><mask id="mask1" x="-2" y="-2" width="24" height="24" ><rect x="0" y="0" width="24" height="10" fill="#fff" stroke="none"/></mask></defs><g fill="none" fill-rule="evenodd"><g mask="url(#mask1)"><path transform="translate(0 ${
17
17
  (activeFraction - 1) * 3
18
18
  })" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" d="M9.401 10.205v-.804a2.599 2.599 0 0 1 5.198 0V17"/></g><rect fill="currentColor" x="7" y="10" width="10" height="7" rx="1.5"/></g>`,
19
19
  };
@@ -44,6 +44,7 @@ export default {
44
44
  labelButtonExport: 'Klar',
45
45
 
46
46
  // zoom
47
+ labelZoom: 'Zoom',
47
48
  labelZoomIn: 'Zooma in',
48
49
  labelZoomOut: 'Zooma ut',
49
50
  labelZoomFit: 'Passa till visning',
@@ -13,7 +13,7 @@ export default {
13
13
  resizeTitleButtonMaintainAspectRatio: 'Behåll proportionerna',
14
14
 
15
15
  resizeIconButtonMaintainAspectRatio: (active, activeFraction) =>
16
- `<defs><mask id="mask1" x="0" y="0" width="24" height="24" ><rect x="0" y="0" width="24" height="10" fill="#fff" stroke="none"/></mask></defs><g fill="none" fill-rule="evenodd"><g mask="url(#mask1)"><path transform="translate(0 ${
16
+ `<defs><mask id="mask1" x="-2" y="-2" width="24" height="24" ><rect x="0" y="0" width="24" height="10" fill="#fff" stroke="none"/></mask></defs><g fill="none" fill-rule="evenodd"><g mask="url(#mask1)"><path transform="translate(0 ${
17
17
  (activeFraction - 1) * 3
18
18
  })" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" d="M9.401 10.205v-.804a2.599 2.599 0 0 1 5.198 0V17"/></g><rect fill="currentColor" x="7" y="10" width="10" height="7" rx="1.5"/></g>`,
19
19
  };
@@ -43,6 +43,7 @@ export default {
43
43
  labelButtonExport: '完成',
44
44
 
45
45
  // zoom
46
+ labelZoom: '飞涨',
46
47
  labelZoomIn: '放大',
47
48
  labelZoomOut: '缩小',
48
49
  labelZoomFit: '适应',
@@ -13,7 +13,7 @@ export default {
13
13
  resizeTitleButtonMaintainAspectRatio: '保持纵横比',
14
14
 
15
15
  resizeIconButtonMaintainAspectRatio: (active, activeFraction) =>
16
- `<defs><mask id="mask1" x="0" y="0" width="24" height="24" ><rect x="0" y="0" width="24" height="10" fill="#fff" stroke="none"/></mask></defs><g fill="none" fill-rule="evenodd"><g mask="url(#mask1)"><path transform="translate(0 ${
16
+ `<defs><mask id="mask1" x="-2" y="-2" width="24" height="24" ><rect x="0" y="0" width="24" height="10" fill="#fff" stroke="none"/></mask></defs><g fill="none" fill-rule="evenodd"><g mask="url(#mask1)"><path transform="translate(0 ${
17
17
  (activeFraction - 1) * 3
18
18
  })" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" d="M9.401 10.205v-.804a2.599 2.599 0 0 1 5.198 0V17"/></g><rect fill="currentColor" x="7" y="10" width="10" height="7" rx="1.5"/></g>`,
19
19
  };
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8.82.8",
2
+ "version": "8.82.9",
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",