Releases: contentful/contentful.net
Releases · contentful/contentful.net
Version 6.0.15
- Adds support for table headers
- Adds support for creating tags through
Entry<T>
Version 6.0.14
- Fixes a bug with space id not being properly passed to a request. Thanks @jonathansant
Version 6.0.13
- Fixes a bug with asset rendering when the file is null #249
Version 6.0.12
- Adds support for tables for the rich text renderer.
- Fixes html encoding of rich text text-nodes #247.
- Fixes correct nesting of marks rendered to html #248.
- Fixes bug where space id wasn't passed to
GetContentType
#245 courtesy of @jonathansant
Version 6.0.11
- Adds space parameter to some calls for the management client that were missing.
Version 6.0.10
- Adds a content collection property to the horizontal ruler to support some client side libraries.
Version 6.0.9
- Exposes the content renderer collection in the
HtmlRenderer
courtesy of @technicaldogsbody
Version 6.0.8
- Fix for edge case with deserialization with locale=* and resolving entries selectively.