Skip to content

Commit 4b5de97

Browse files
committed
v5.14.0
1 parent b796543 commit 4b5de97

21 files changed

+3718
-3624
lines changed

ACKNOWLEDGEMENTS.md

+25
Original file line numberDiff line numberDiff line change
@@ -3513,6 +3513,31 @@ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
35133513
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
35143514
OTHER DEALINGS IN THE FONT SOFTWARE.
35153515

3516+
-------------------------------------------------------------------------------
3517+
## split-graphemes (https://github.com/nota/split-graphemes)
3518+
3519+
The MIT License (MIT)
3520+
3521+
Copyright (c) 2018 Daiki Iizuka <[email protected]>
3522+
3523+
Permission is hereby granted, free of charge, to any person obtaining a copy
3524+
of this software and associated documentation files (the "Software"), to deal
3525+
in the Software without restriction, including without limitation the rights
3526+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3527+
copies of the Software, and to permit persons to whom the Software is
3528+
furnished to do so, subject to the following conditions:
3529+
3530+
The above copyright notice and this permission notice shall be included in all
3531+
copies or substantial portions of the Software.
3532+
3533+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3534+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3535+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3536+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3537+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3538+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3539+
SOFTWARE.
3540+
35163541
-------------------------------------------------------------------------------
35173542
## StackBlur (https://github.com/flozz/StackBlur)
35183543

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 5.14.0
2+
3+
### Added
4+
5+
- Added an option to allow emojis in the Text and Text Design tool
6+
- Added the `scaleImageToFit` config option to change the auto scale behaviour of small images
7+
- Added the `restrictZoomOutToDefault` config option to allow more zoom levels on small images
8+
9+
### Fixed
10+
11+
- Disabled Chrome autosuggested search criterion styling for Library search text field
12+
- Fixed an issue in Safari where the photo was very small initially
13+
- Fixed an issue with invalid cropped images that occurred when using Chrome and a browser zoom level below 100%
14+
- Fixed a crash during the image export
15+
116
## 5.13.0
217

318
### Added

cjs/index.js

+437-432
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cjs/no-polyfills.js

+452-447
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esm/basic-2F5QME5L.js esm/basic-5ZALMN7F.js

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esm/chunk-27UYCARC.js esm/chunk-46PZSA2B.js

+53-53
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esm/chunk-63K3PAW7.js

+1,793
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esm/chunk-FIRRJOYT.js esm/chunk-KBPNVMNG.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esm/chunk-SZFRGKD2.js

-1,788
This file was deleted.

esm/index.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esm/no-polyfills.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)