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

@ghost
Copy link
Copy Markdown

@ghost ghost 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
Copy Markdown
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
Copy Markdown
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

@ghost ghost force-pushed the changeset-release/main branch from d36c0aa to 7ed4207 Compare January 20, 2026 22:31
@ghost ghost force-pushed the changeset-release/main branch from 7ed4207 to 7da81a6 Compare January 20, 2026 22:36
@ghost ghost force-pushed the changeset-release/main branch from 7da81a6 to 48d4f95 Compare January 20, 2026 22:46
@ghost ghost force-pushed the changeset-release/main branch from 48d4f95 to d248d43 Compare January 20, 2026 23:01
@ghost ghost force-pushed the changeset-release/main branch from 03d65e3 to 154f8a7 Compare January 23, 2026 17:37
@ghost ghost force-pushed the changeset-release/main branch from 154f8a7 to 8d0461f Compare January 23, 2026 17:39
@ghost ghost force-pushed the changeset-release/main branch from 8d0461f to 5e3a38f Compare January 23, 2026 17:41
@ghost ghost force-pushed the changeset-release/main branch from 5e3a38f to f54fd1f Compare January 31, 2026 02:15
@ghost ghost force-pushed the changeset-release/main branch from f54fd1f to d9098b6 Compare February 2, 2026 06:46
@ghost ghost force-pushed the changeset-release/main branch from d9098b6 to d1046a7 Compare February 3, 2026 19:25
@ghost ghost force-pushed the changeset-release/main branch from d1046a7 to ce725a3 Compare February 6, 2026 04:57
@ghost ghost force-pushed the changeset-release/main branch from ce725a3 to 2cc0926 Compare February 8, 2026 00:38
@ghost ghost force-pushed the changeset-release/main branch from 2cc0926 to 6cbf453 Compare February 8, 2026 00:40
@ghost ghost force-pushed the changeset-release/main branch from 6cbf453 to eac7317 Compare February 8, 2026 01:20
@ghost ghost force-pushed the changeset-release/main branch from eac7317 to 5d3c4ce Compare February 8, 2026 01:28
@ghost ghost force-pushed the changeset-release/main branch from 5d3c4ce to 22bb1a6 Compare February 8, 2026 02:20
@ghost ghost force-pushed the changeset-release/main branch from 22bb1a6 to 1f922e6 Compare February 8, 2026 20:48
@ghost ghost force-pushed the changeset-release/main branch from 1f922e6 to 00795be Compare February 8, 2026 20:50
@ghost ghost force-pushed the changeset-release/main branch from 00795be to 29e0c5c Compare February 8, 2026 21:14
@ghost ghost force-pushed the changeset-release/main branch from 29e0c5c to 6bddb8e Compare February 8, 2026 22:58
@ghost ghost force-pushed the changeset-release/main branch from 6bddb8e to 12f1c1d Compare February 8, 2026 23:27
@ghost ghost force-pushed the changeset-release/main branch from 12f1c1d to e33c55f Compare February 8, 2026 23:32
@ghost ghost force-pushed the changeset-release/main branch from e33c55f to 7af62f2 Compare February 8, 2026 23:34
@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