Releases: dbartholomae/jsx-md
Releases · dbartholomae/jsx-md
v4.0.1
v1.1.0
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
v1.0.1
v1.0.0
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
- add BlockQuote (c97c61a)
- add CodeBlock (7cbd53d)
- add Emphasis (98bf0d2)
- add Fragment (d7c2e9b)
- add function to create a file (d4d9a29)
- add Heading (20e6339)
- add HorizontalRule (e362a84)
- add Image (4ef2992)
- add LineBreak (27b4770)
- add Link (241e685)
- add OrderedList (3acc3a2)
- add Reference (f776c73)
- add ReferenceImage (04f78d3)
- add ReferenceLink (f402d68)
- add render function (21eb2d4)
- add Strikethrough (7a735e3)
- add strong emphasis (4c30801)
- add Table (73f9c71)
- add UnorderedList (a4e2e40)
- allow to render text (7dd5577)
- allow to set language for CodeBlock (4ec6b45)
- escape content of Text (59d7437)
- hand children array to components (98da439)
- remove unneeded createFile function (199d873)
- render attributes of functional components (537364e)
- render nested components in arrays (3cccf8c)
- scaffold render function (1d7c2ea)
- throw an error for invalid element types (7d9d33e)