@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 +7 -0
- package/locale/de_DE/core/de_DE.js +1 -0
- package/locale/de_DE/resize/de_DE.js +1 -1
- package/locale/en_GB/core/en_GB.js +1 -0
- package/locale/en_GB/resize/en_GB.js +1 -1
- package/locale/es_ES/core/es_ES.js +1 -0
- package/locale/es_ES/resize/es_ES.js +1 -1
- package/locale/fr_FR/core/fr_FR.js +1 -0
- package/locale/fr_FR/resize/fr_FR.js +1 -1
- package/locale/hi_IN/core/hi_IN.js +1 -0
- package/locale/hi_IN/resize/hi_IN.js +1 -1
- package/locale/it_IT/core/it_IT.js +1 -0
- package/locale/it_IT/resize/it_IT.js +1 -1
- package/locale/ja_JP/core/ja_JP.js +1 -0
- package/locale/ja_JP/resize/ja_JP.js +1 -1
- package/locale/ko_KR/core/ko_KR.js +1 -0
- package/locale/ko_KR/resize/ko_KR.js +3 -2
- package/locale/nb_NO/core/nb_NO.js +1 -0
- package/locale/nb_NO/resize/nb_NO.js +1 -1
- package/locale/nl_NL/core/nl_NL.js +1 -0
- package/locale/nl_NL/resize/nl_NL.js +1 -1
- package/locale/pt_PT/core/pt_PT.js +1 -0
- package/locale/pt_PT/resize/pt_PT.js +1 -1
- package/locale/ru_RU/core/ru_RU.js +1 -0
- package/locale/ru_RU/resize/ru_RU.js +1 -1
- package/locale/sv_SE/core/sv_SE.js +1 -0
- package/locale/sv_SE/resize/sv_SE.js +1 -1
- package/locale/zh_CN/core/zh_CN.js +1 -0
- package/locale/zh_CN/resize/zh_CN.js +1 -1
- package/package.json +1 -1
- package/pintura-iife.js +2 -2
- package/pintura-umd.js +2 -2
- package/pintura.css +2 -2
- package/pintura.js +2 -2
- package/pintura.module.css +2 -2
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.
|
|
@@ -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="
|
|
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
|
};
|
|
@@ -13,7 +13,7 @@ export default {
|
|
|
13
13
|
resizeTitleButtonMaintainAspectRatio: 'Maintain aspectratio',
|
|
14
14
|
|
|
15
15
|
resizeIconButtonMaintainAspectRatio: (active, activeFraction) =>
|
|
16
|
-
`<defs><mask id="mask1" x="
|
|
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
|
};
|
|
@@ -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="
|
|
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
|
};
|
|
@@ -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="
|
|
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
|
};
|
|
@@ -13,7 +13,7 @@ export default {
|
|
|
13
13
|
resizeTitleButtonMaintainAspectRatio: 'प्रतिस्थापन अनुपात बनाएँ',
|
|
14
14
|
|
|
15
15
|
resizeIconButtonMaintainAspectRatio: (active, activeFraction) =>
|
|
16
|
-
`<defs><mask id="mask1" x="
|
|
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
|
};
|
|
@@ -13,7 +13,7 @@ export default {
|
|
|
13
13
|
resizeTitleButtonMaintainAspectRatio: 'Mantieni proporzioni',
|
|
14
14
|
|
|
15
15
|
resizeIconButtonMaintainAspectRatio: (active, activeFraction) =>
|
|
16
|
-
`<defs><mask id="mask1" x="
|
|
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
|
};
|
|
@@ -13,7 +13,7 @@ export default {
|
|
|
13
13
|
resizeTitleButtonMaintainAspectRatio: 'アスペクト比を維持',
|
|
14
14
|
|
|
15
15
|
resizeIconButtonMaintainAspectRatio: (active, activeFraction) =>
|
|
16
|
-
`<defs><mask id="mask1" x="
|
|
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
|
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
resizeLabel: '크기 조정',
|
|
3
|
-
resizeIcon:
|
|
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="
|
|
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
|
};
|
|
@@ -13,7 +13,7 @@ export default {
|
|
|
13
13
|
resizeTitleButtonMaintainAspectRatio: 'Behold aspektforhold',
|
|
14
14
|
|
|
15
15
|
resizeIconButtonMaintainAspectRatio: (active, activeFraction) =>
|
|
16
|
-
`<defs><mask id="mask1" x="
|
|
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
|
};
|
|
@@ -13,7 +13,7 @@ export default {
|
|
|
13
13
|
resizeTitleButtonMaintainAspectRatio: 'Vehoudingen behouden',
|
|
14
14
|
|
|
15
15
|
resizeIconButtonMaintainAspectRatio: (active, activeFraction) =>
|
|
16
|
-
`<defs><mask id="mask1" x="
|
|
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
|
};
|
|
@@ -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="
|
|
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
|
};
|
|
@@ -13,7 +13,7 @@ export default {
|
|
|
13
13
|
resizeTitleButtonMaintainAspectRatio: 'Сохранять пропорции',
|
|
14
14
|
|
|
15
15
|
resizeIconButtonMaintainAspectRatio: (active, activeFraction) =>
|
|
16
|
-
`<defs><mask id="mask1" x="
|
|
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
|
};
|
|
@@ -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="
|
|
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
|
};
|
|
@@ -13,7 +13,7 @@ export default {
|
|
|
13
13
|
resizeTitleButtonMaintainAspectRatio: '保持纵横比',
|
|
14
14
|
|
|
15
15
|
resizeIconButtonMaintainAspectRatio: (active, activeFraction) =>
|
|
16
|
-
`<defs><mask id="mask1" x="
|
|
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