mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 18:40:16 +02:00
Docs: changelog for #3178
This commit is contained in:
parent
9deac83322
commit
0b116715aa
@ -8,9 +8,6 @@ Requires libvips v8.12.2
|
|||||||
|
|
||||||
* Increase control over sensitivity to invalid images via `failOn`, deprecate `failOnError` (equivalent to `failOn: 'warning'`).
|
* Increase control over sensitivity to invalid images via `failOn`, deprecate `failOnError` (equivalent to `failOn: 'warning'`).
|
||||||
|
|
||||||
* Improve error message when attempting to render SVG input greater than 32767x32767.
|
|
||||||
[#3167](https://github.com/lovell/sharp/issues/3167)
|
|
||||||
|
|
||||||
* Ensure `create` input image has correct bit depth and colour space.
|
* Ensure `create` input image has correct bit depth and colour space.
|
||||||
[#3139](https://github.com/lovell/sharp/issues/3139)
|
[#3139](https://github.com/lovell/sharp/issues/3139)
|
||||||
|
|
||||||
@ -18,6 +15,13 @@ Requires libvips v8.12.2
|
|||||||
[#3146](https://github.com/lovell/sharp/pull/3146)
|
[#3146](https://github.com/lovell/sharp/pull/3146)
|
||||||
[@codepage949](https://github.com/codepage949)
|
[@codepage949](https://github.com/codepage949)
|
||||||
|
|
||||||
|
* Improve error message when attempting to render SVG input greater than 32767x32767.
|
||||||
|
[#3167](https://github.com/lovell/sharp/issues/3167)
|
||||||
|
|
||||||
|
* Add missing file name to 'Input file is missing' error message.
|
||||||
|
[#3178](https://github.com/lovell/sharp/pull/3178)
|
||||||
|
[@Brodan](https://github.com/Brodan)
|
||||||
|
|
||||||
### v0.30.3 - 14th March 2022
|
### v0.30.3 - 14th March 2022
|
||||||
|
|
||||||
* Allow `sharpen` options to be provided more consistently as an Object.
|
* Allow `sharpen` options to be provided more consistently as an Object.
|
||||||
|
@ -239,3 +239,6 @@ GitHub: https://github.com/christopherbradleybanks
|
|||||||
|
|
||||||
Name: codepage949
|
Name: codepage949
|
||||||
GitHub: https://github.com/codepage949
|
GitHub: https://github.com/codepage949
|
||||||
|
|
||||||
|
Name: Chris Hranj
|
||||||
|
GitHub: https://github.com/Brodan
|
||||||
|
Loading…
x
Reference in New Issue
Block a user