You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ImageElements: replace all the usesX (usesObjectFit, usesPixelArtScaling, etc) boolean properties in ImageElements with their raw property equivalents instead
breaking changes for v7:
ImageElements
: replace all theusesX
(usesObjectFit, usesPixelArtScaling, etc) boolean properties in ImageElements with their raw property equivalents insteadImageElements
: Make naturalWidth/naturalHeight optional inImageElements
, don't set for<picture>
images until we're sure (ref Displays images with inappropriate size #11450)ImageElements
: Remove duplicatedresourceSize
inImageElements
that duplicates network record property.ref #11207
The text was updated successfully, but these errors were encountered: