Skip to content

Releases: dbartholomae/jsx-md

v4.0.1

15 Oct 21:45
Compare
Choose a tag to compare

This release is also available on:


4.0.1 (2020-10-15)

Bug Fixes

  • correctly type awaitComponent and mdAwait (70ba448)

v1.1.0

07 Sep 23:09
Compare
Choose a tag to compare

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)

v1.0.2

29 Aug 01:03
Compare
Choose a tag to compare

1.0.2 (2020-08-29)

Bug Fixes

  • use correct stricter type for attributes (3b32ea8)

v1.0.1

29 Aug 00:50
Compare
Choose a tag to compare

1.0.1 (2020-08-29)

Bug Fixes

  • expose types (c92df35)
  • remove tests from distribution (3dcc5d2)
  • remove unnecessary folders from distribution (3288406)

v1.0.0

29 Aug 00:35
Compare
Choose a tag to compare

1.0.0 (2020-08-29)

Bug Fixes

  • add linebreak to Heading (fb82c29)
  • correctly render multiple children (f617a02)
  • handle rendering nullish value (a3e06a2)
  • limit Header to 6 levels (8465e49)
  • remove linebreak in front of codeblock (dd8b726)
  • UnorderedList: do not wrap element in another element (ac38ada)
  • use _ symbol for simple emphasize (3031d88)

Features