Skip to content

satteri-mdxjs-v0.3.8

Choose a tag to compare

@github-actions github-actions released this 08 Jul 12:09
Immutable release. Only release title and notes can be modified.
92d01ec

Patch changes

  • 44e3082 Preserve significant whitespace between adjacent JSX elements (and inside
    whitespace-only elements like <em> </em>) when JSX is parsed inside an
    expression, such as an attribute expression. Previously a space-only text node
    with no newline was dropped, so <C d={<><a/> <b/></>} /> lost the " " and
    rendered the two elements directly adjacent. — Thanks @vaneenige!
  • Updated dependencies: satteri-ast (Cargo)@0.4.2, satteri-pulldown-cmark (Cargo)@0.5.8