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
GetPictureData returns a PictureData object that contains all the data needed for rendering a picture element.<br/>
94
94
GetPictureData parameters are similar to the parameters for the Picture html helper.<br/><br/>
95
95
96
-
## Change log
96
+
###Change log
97
97
To get a more exact overview of the changes, you can also take a look at the commit history.
98
+
#### V5.9.0
99
+
- Update all packages to use Newtonsoft.Json version 13.0.1. **This means minimum required EPiServer.CMS.Core version is now 11.20.1**
98
100
#### V5.8.0
99
101
- Picture helper: Possible to create Webp versions for other formats than jpg. Add formats to the `CreateWebpForFormat` array in the Image Type. See also issue #40.
100
102
- Picture helper: Webp versions of png images will lossless by default. Can be changed by setting `CreateLosslessWebpForPng` in the Image Type.
0 commit comments