Releases: contentful/contentful.net
Releases · contentful/contentful.net
Version 7.2.5
- fixes a bug with the deserialization of the date format of
DatePickerEditorInterfaceControlSettings
Version 7.2.4
- Fixes a bug with deserialization of sub and superscripts. Thanks to @jerriep
Version 7.2.3
- Adds support for sub and superscript tags to the html-rich-text-renderer
- Adds support to the
QueryBuilder
forSelectFields
. Thanks to @nteague22 - Fixes a bug with metadata deserialization in sync endpoints. Thanks to @divinci
Version 7.2.2
- Makes the
SetJpgQuality
method ofImageUrlBuilder
obsolete, will be replaced by a more genericSetQuality
as quality isn't tied to the jpg format specifically. - Adds a new endpoint that returns the raw json string from the api for entries.
Version 7.2.0
- Adds support for cross space references: https://www.contentful.com/help/link-content-across-multiple-spaces/
- Fixes max depth bug for rich text deserialization. Thanks @FreshRob
Version 7.1.0
Version 7.0.1
Version 7.0.0
Version 6.0.18
- Adds support for default values for content types.
Version 6.0.16
- Fixes a bug with InConstraint. Thanks to @jamiepollock
- Updates GetEntry for better consistency with other endpoints. Thanks to @nholik