Skip to content

Version Packages#361

Merged
haydenbleasel merged 1 commit intomainfrom
changeset-release/main
Feb 9, 2026
Merged

Version Packages#361
haydenbleasel merged 1 commit intomainfrom
changeset-release/main

Conversation

@streamdown-github-app
Copy link
Contributor

@streamdown-github-app streamdown-github-app bot commented Jan 20, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

remend@1.2.0

Minor Changes

  • 3e6a77d: Handle incomplete HTML tags

Patch Changes

  • c347b53: Fix whitespace-bound asterisks
  • 6b42a85: Remove CJS builds
  • 4fffb9f: Repair comparison operators in list items

streamdown@2.2.0

Minor Changes

  • c1e1e66: Bake animate into streamdown as built-in animated prop

Patch Changes

  • d5fe6d6: fix: properly handle HTML void elements in parse-blocks

  • 6bb03ca: fix: escape HTML when rehype-raw is omitted (When rehype raw is removed as a plugin html is stripped instead of being escaped and displayed as text #330)

  • a12de57: Custom tags in components

  • 83f043c: Fix: certain LaTeX syntaxes e.g. (...) are not rendering

  • aabb9ab: Fix $$ inside code blocks being treated as math delimiters

    Code blocks can contain $$ as shell syntax (e.g., pstree -p $$ for current process ID). The math block merging logic was incorrectly counting $$ inside code blocks, causing subsequent content to be merged as if it were part of a math block.

    Added tracking of previous token type to skip math merging when the previous block was a code block.

  • 9f72224: Fix footnote detection incorrectly matching regex character classes

    The footnote reference and definition patterns were too permissive, using [^\]\s] which matches any character except ] and whitespace. This caused regex negated character classes like [^\s...] in code blocks to be incorrectly detected as footnotes, resulting in the entire document being returned as a single block.

    Updated the patterns to only match valid footnote identifiers (alphanumeric characters, underscores, and hyphens) using [\w-] instead.

  • 6b42a85: Remove CJS builds

  • aeadcd6: Fix single-line indented code blocks

  • 82bc4a6: Fix tel links being blocked by default

  • fd5533c: fix: Tables cause vertical scroll trap

  • e633ff7: Strip trailing newlines in code blocks

  • 6be5da8: Fix carets and dark code blocks on Tailwind v3

  • 573ece6: Add documentation for monorepos

  • 48756b5: Extend ReactMarkdown props

  • Updated dependencies [c347b53]

  • Updated dependencies [6b42a85]

  • Updated dependencies [4fffb9f]

  • Updated dependencies [3e6a77d]

    • remend@1.2.0

@streamdown/cjk@1.0.2

Patch Changes

@streamdown/code@1.0.2

Patch Changes

  • c995fb7: Add bundled-language aliases for common JavaScript, TypeScript, and shell code fence labels.
  • 6b42a85: Remove CJS builds

@streamdown/math@1.0.2

Patch Changes

@streamdown/mermaid@1.0.2

Patch Changes

  • ac25c6b: Fix incorrect zoom-out icon SVG in Mermaid preview plugin.
  • 6b42a85: Remove CJS builds
  • a1e2fad: Patch upstream security vulnerability

@vercel
Copy link
Contributor

vercel bot commented Jan 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
streamdown Ready Ready Preview, Comment, Open in v0 Feb 8, 2026 11:36pm

Copy link
Contributor

@vercel vercel bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additional Suggestion:

Streamdown memo comparison function doesn't check for changes to the allowedTags prop, causing the component to skip re-renders when allowedTags changes

Fix on Vercel

@haydenbleasel haydenbleasel merged commit c9a392e into main Feb 9, 2026
8 checks passed
@haydenbleasel haydenbleasel deleted the changeset-release/main branch February 9, 2026 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant