Skip to content

Releases: contentful/contentful.net

Version 6.0.15

06 Oct 17:43
Compare
Choose a tag to compare
  • Adds support for table headers
  • Adds support for creating tags through Entry<T>

Version 6.0.14

10 Sep 14:18
Compare
Choose a tag to compare
  • Fixes a bug with space id not being properly passed to a request. Thanks @jonathansant

Version 6.0.13

03 Sep 06:33
Compare
Choose a tag to compare
  • Fixes a bug with asset rendering when the file is null #249

Version 6.0.12

27 Aug 12:27
Compare
Choose a tag to compare
  • 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

13 Aug 08:00
Compare
Choose a tag to compare
  • Adds space parameter to some calls for the management client that were missing.

Version 6.0.10

10 Aug 08:18
Compare
Choose a tag to compare
  • Adds a content collection property to the horizontal ruler to support some client side libraries.

Version 6.0.9

23 Jul 13:46
Compare
Choose a tag to compare
  • Exposes the content renderer collection in the HtmlRenderer courtesy of @technicaldogsbody

Version 6.0.8

09 Jul 15:26
Compare
Choose a tag to compare
  • Fix for edge case with deserialization with locale=* and resolving entries selectively.

Version 6.0.7

30 Apr 09:32
821bf81
Compare
Choose a tag to compare
  • Adds an overload to webhook consumer that accepts the http-context in cases where you want to access properties such as the IServiceCollection of the current request. #238
  • Adds the missing PublishedAt property #237
  • Adds a parameter to add a querystring when fetching webhooks #203

Version 6.0.6

19 Mar 08:25
dcc8f4b
Compare
Choose a tag to compare
  • Update the interface for content tags with two separate methods for creating and updating tags.
  • Fix a bug when a content type contains a field with id "fields". #233
  • Fix a bug with the QueryBuilder when adding the same content type twice. #226