Skip to content

Releases: contentful/rich-text-renderer.swift

0.2.4: Merge pull request #45 from contentful/podspec_update

08 Mar 16:31
eb48327

Choose a tag to compare

0.2.3

09 Jun 08:43
16c8130

Choose a tag to compare

  • Update preferredContentSize for the RichTextController after any update to the view

Swift Package Manager Support

03 Sep 16:51
5ed70b9

Choose a tag to compare

  • Added Swift Package Manager Support.

Improved codebase and fixes

26 Aug 06:48
bf35ada

Choose a tag to compare

Breaking Changes

  • The public interface is redesigned. Please read example code in README to get familiar with the most important changes.

Fixes

  • Fixed presentation of H6 element,
  • Fixed rendering underline text that wasn't rendered correctly in some cases,
  • Fixed rendering lines and image assets – several images are now rendered correctly when one is under another,
  • Fixed rendering text when placed under image asset.

Added

  • Dark mode support,
  • When heading element is on a list, the bullet/number is rendered in the style of the heading,
  • Code safety,
  • Bumped Swift version,
  • Updated documentation comments.