Skip to content

Releases: bruits/satteri

vite-plugin-satteri-v0.2.15

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

  • Updated dependencies: satteri (npm)@0.9.5

satteri-v0.9.5

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

  • Updated dependencies: satteri-ast (Cargo)@0.4.2, satteri-mdxjs (Cargo)@0.3.8, satteri-pulldown-cmark (Cargo)@0.5.8

satteri-pulldown-cmark-v0.5.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

  • d2c33ca Fixed emphasis, strikethrough, and subscript/superscript sometimes nesting in the wrong order. — Thanks @Princesseuh!
  • d2c33ca Fixed URLs inside angle brackets like <https://www.example.com> mangling the punctuation and line break that immediately followed them. — Thanks @Princesseuh!
  • 24a4689 Fixed heading attribute blocks conflicting with text directives when both features are enabled. — Thanks @Princesseuh!
  • d2c33ca Improved automatic linking of bare URLs and emails to match GitHub more closely, including uppercase schemes like HTTP:// and WWW., www hosts without a second dot, trailing punctuation, and not linking inside existing link text. — Thanks @Princesseuh!
  • d2c33ca Fixed a performance issue when parsing documents with many links in certain contexts — Thanks @Princesseuh!
  • Updated dependencies: satteri-ast (Cargo)@0.4.2

satteri-plugin-api-v0.4.2

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

  • Updated dependencies: satteri-ast (Cargo)@0.4.2

satteri-napi-v0.4.7

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

  • Updated dependencies: satteri-ast (Cargo)@0.4.2, satteri-mdxjs (Cargo)@0.3.8, satteri-plugin-api (Cargo)@0.4.2, satteri-pulldown-cmark (Cargo)@0.5.8

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

satteri-expressive-code-v0.1.18

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

  • Updated dependencies: satteri (npm)@0.9.5

satteri-ast-v0.4.2

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

  • d2c33ca Fixed % being over-escaped in URLs such as www.example.com/100%off. — Thanks @Princesseuh!

vite-plugin-satteri-v0.2.14

Choose a tag to compare

@github-actions github-actions released this 29 Jun 17:51
Immutable release. Only release title and notes can be modified.
8154248

Patch changes

  • Updated dependencies: satteri (npm)@0.9.4

satteri-v0.9.4

Choose a tag to compare

@github-actions github-actions released this 29 Jun 17:51
Immutable release. Only release title and notes can be modified.
8154248

Patch changes

  • Updated dependencies: satteri-ast (Cargo)@0.4.1, satteri-mdxjs (Cargo)@0.3.7, satteri-pulldown-cmark (Cargo)@0.5.7