Version Packages - #600
Open
github-actions[bot] wants to merge 1 commit into
Open
Version Packages#600github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 26, 2026 12:36
e180235 to
7a98057
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 26, 2026 14:08
7a98057 to
a40c922
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 31, 2026 14:14
a40c922 to
98551c2
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 31, 2026 15:52
98551c2 to
44f2446
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 1, 2026 11:07
44f2446 to
2687cd1
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 10, 2026 11:07
2687cd1 to
b181855
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 10, 2026 11:23
b181855 to
dd8f58d
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 10, 2026 11:29
dd8f58d to
87fa846
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 14, 2026 13:06
87fa846 to
1bb6fde
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 14, 2026 14:10
1bb6fde to
6dc409c
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 14, 2026 15:21
6dc409c to
41b1d81
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 14, 2026 15:27
41b1d81 to
5c62494
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
@streamdown/code@2.0.0
Major Changes
@streamdown/code.streamdown@2.7.0
Minor Changes
b1965bb: feat: add
fallbackComponentprop for missing map entries /allowedTagsAdds a new
fallbackComponentprop to<Streamdown>. When provided, it isused as a fallback renderer for any HTML tag or allowed custom tag that does
not have an explicit entry in the
componentsmap:fallbackComponentapplies to custom tags declared viaallowedTags(with noexplicit component entry) and to standard HTML tags absent from the built-in
component set (e.g.
<span>,<em>,<div>,<br>). Built-in and explicitcomponentsentries always win — this is not a full unstyled mode.Refs Make tailwind optional #543
Patch Changes
c971f42: Wire
onCopyandonErrorthrough default code and Mermaid copy controls viacontrols.code.copyandcontrols.mermaid.copy.163c63b: fix(code-block): use absolute positioning for action buttons to fix click events in nested scroll containers
Switches the code block action button wrapper from
position: stickytoposition: absolute(withposition: relativeon the container) so thathit-testing works correctly in layouts with multiple nested
overflow: autoscroll containers. Previously, the
sticky+pointer-events-none/autopattern caused browsers to mis-route click events to the code block wrapper
rather than the buttons when the component was embedded in 2+ nested scroll
containers.
e0ce123: Incomplete images during streaming now render a loading placeholder instead of being removed entirely. Incomplete images (e.g.
 are replaced withby remend, and the streamdownImageComponentrenders an animated skeleton for this special URL. This mirrors the existing behavior for incomplete links (streamdown:incomplete-link). Thestreamdownprotocol is allowlisted forimg[src]in the default sanitize schema so the sentinel survives rehype-sanitize + rehype-harden.5b26c28: Speed up block parsing by lexing only block tokens and reusing already parsed blocks while a document streams.
18dcb20: Add a top-level
portalprop for configuring the container used by Mermaid fullscreen, table fullscreen, and the built-in link safety modal.fdf4e33: Fix Mermaid diagrams so text is readable and diagrams auto-fit container.
53812cf: fix: unwrap a single paragraph child inside list items
Loose list items from the markdown pipeline are often wrapped in a
<p>.MemoLinow detects that sole paragraph child (including the memoized paragraph component) and renders its contents directly, so list items stay visually tight. Also updates the list animation retrigger test to match the unwrapped markup.Fixes Blank lines between list items cause unwanted <p> wrapping inside <li> #475
a155a9e: Update
markedfrom^17.0.1to^18.0.11.marked v18 no longer folds a block token's trailing blank line(s) into its own
raw; that whitespace now surfaces as a separatespacetoken immediately following the block (e.g. afterhtml,heading, andtabletokens). This changed the token stream shape thatparseMarkdownIntoBlocksconsumes, causing a danglingspacetoken after a closed custom-tag HTML block to be emitted as its own standalone block.parseMarkdownIntoBlocksnow folds aspacetoken into the preceding block instead of pushing it as a new one, restoring v17-identical block boundaries and counts. The losslesstoken.rawconcatenation invariant is preserved.Updated dependencies [e0ce123]
remend@1.3.2
Patch Changes
 are replaced withby remend, and the streamdownImageComponentrenders an animated skeleton for this special URL. This mirrors the existing behavior for incomplete links (streamdown:incomplete-link). Thestreamdownprotocol is allowlisted forimg[src]in the default sanitize schema so the sentinel survives rehype-sanitize + rehype-harden.