Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Sep 23:09
· 213 commits to main since this release

1.1.0 (2020-09-07)

Bug Fixes

  • adapt structure to match React types (5db8db2)
  • escape multiple instances in the same string in Text (d894a7c)
  • make error message for unsupported intrinsic types more useful (3f7efaa)
  • require string children for BlockQuote (95a3e4c)
  • sort Table body in order of header keys (8a1fe21)
  • tighten CodeBlock children prop (198f67d)
  • tighten Image children prop (4f92582)
  • tighten Link children prop (c8611cc)
  • tighten OrderedList children prop (c8a38ce)
  • tighten Reference children prop (e89b26c)
  • tighten ReferenceImage children prop (1edb4a1)
  • tighten ReferenceLink children prop (dd3bc65)
  • tighten Strikethrough children prop (556b917)
  • tighten Text children prop (763794b)
  • tighten UnorderedList children prop (3119f60)

Features

  • allow to render MarkdownNodes in Table (9b15e3e)