Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
a3d2f3c to
d36c0aa
Compare
d36c0aa to
7ed4207
Compare
7ed4207 to
7da81a6
Compare
7da81a6 to
48d4f95
Compare
48d4f95 to
d248d43
Compare
03d65e3 to
154f8a7
Compare
154f8a7 to
8d0461f
Compare
8d0461f to
5e3a38f
Compare
5e3a38f to
f54fd1f
Compare
f54fd1f to
d9098b6
Compare
d9098b6 to
d1046a7
Compare
d1046a7 to
ce725a3
Compare
ce725a3 to
2cc0926
Compare
2cc0926 to
6cbf453
Compare
6cbf453 to
eac7317
Compare
eac7317 to
5d3c4ce
Compare
5d3c4ce to
22bb1a6
Compare
22bb1a6 to
1f922e6
Compare
1f922e6 to
00795be
Compare
00795be to
29e0c5c
Compare
29e0c5c to
6bddb8e
Compare
6bddb8e to
12f1c1d
Compare
12f1c1d to
e33c55f
Compare
e33c55f to
7af62f2
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
remend@1.2.0
Minor Changes
Patch Changes
streamdown@2.2.0
Minor Changes
animatedpropPatch 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]
@streamdown/cjk@1.0.2
Patch Changes
@streamdown/code@1.0.2
Patch Changes
@streamdown/math@1.0.2
Patch Changes
@streamdown/mermaid@1.0.2
Patch Changes