Upgrade ImageSharp to 2.0.0 when it'll be released. #11938
Replies: 5 comments 19 replies
-
Yes, we're constantly looking for new dependencies and update them where we can. ImageSharp v2 will contain breaking changes and is therefore not a candidate for v9, but we'll consider it for v10. |
Beta Was this translation helpful? Give feedback.
-
I have been testing ImageSharp v2 also, the change that breaks Umbraco is the commands parameter which has changed from I would hope that when v2 is released it might be able to be included in a minor v9 version of Umbraco as WebP support is such a valuable feature, but maybe the timing will work out for v10 anyway... I think that there are likely to be more changes required for the Blob storage provider project than Umbraco itself. |
Beta Was this translation helpful? Give feedback.
-
Whilst we're upgrading, can we look at making it extensible? |
Beta Was this translation helpful? Give feedback.
-
Updating a dependency to a new major version would be a breaking change in itself, so Umbraco v9 will never ship with ImageSharp/ImageSharp.Web v2 by default. We don't apply upper version limits for this dependency though, so you could technically upgrade it yourself, considering the used API surface is compatible (spoiler: it isn't). ImageSharp v2 just got released, but that isn't compatible with ImageSharp.Web v1 and as @Jeavon already mentioned, that in turn will also contain breaking changes that aren't compatible with Umbraco v9. |
Beta Was this translation helpful? Give feedback.
-
@nul800sebastiaan ImageSharp.Web 2.0.0 was just released. I don't see upgrading to ImageSharp v2 on the Umbraco 10 release page. Should I file a new bug? (might have a go at doing it myself - I'm really keen to see this in v10, as it enables support for WebP). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
ImageSharp will release a new version soon with WebP support.
It would be nice to have it in Umbraco 9 as soon as release done.
https://github.com/SixLabors/ImageSharp/milestone/8
Beta Was this translation helpful? Give feedback.
All reactions