Releases: vercel/streamdown
Releases · vercel/streamdown
[email protected]
Patch Changes
-
cfc8c37: Fix p tags inside list items
-
e4e5bb5: Fix unit tests
-
00ca9a9: Add PanZoom controls configurability for Mermaid diagrams.
- Support
controls.mermaid.panZoom(boolean) to toggle zoom controls globally - Support
mermaid.config.panZoom(boolean or{ showControls?: boolean }) per-instance - Keep defaults enabled;
falseexplicitly hides the zoom controls
This is a non-breaking enhancement that aligns with existing control predicates.
- Support
-
a489949: fix: add missing tooltip support to action buttons
[email protected]
Patch Changes
- 74cac00: Fix code block data attributes
[email protected]
Patch Changes
- 1e547d4: Fix code blocks in dark mode
[email protected]
Patch Changes
- dbd198f: Restore original lucide imports
[email protected]
Patch Changes
- 49b6692: build for browser only (fixes ts-router)
[email protected]
[email protected]
Patch Changes
- bdca13b: Fix markdown parsing bug
[email protected]
Minor Changes
Patch Changes
- 4e12df6: Performance optimizations
- 606209d: Rebuild syntax highlighting
- 093cd5c: Remove urlTransform and defaultUrlTransform
- 28ab339: Fix incomplete link termination in code blocks
- b55cbdc: Fix security issues, improve performance
- 872da1a: Allow for custom error components for Mermaid diagrams
- 090c82e: Fix list CSS
- 22cbaeb: Added the ability to export mermaid diagrams to svg and png alongside mmd
- 936af5b: Add PanZoom component and tests for zoom and pan functionality
[email protected]
[email protected]
Minor Changes
- 5c4ad8b: Add fullscreen view button for Mermaid diagrams
- 2ebd886: Fix performance issues with large code streaming blocks
Patch Changes
- f7568e5: Export parseIncompleteMarkdown function to public API
- 5363a51: Stabilize Streamdown contexts
- f941fd6: Improved CJK support with remark-cjk-friendly and remark-cjk-friendly-gfm-strikethrough
- f4c9c1e: Add block-level customization hooks
- 171a824: fix base64 images
- e17bf80: fix: add
overflow-hiddentoTableDownloadDropdown - ed0154a: Add TSV copy support to tables
- 75e9d40: Add documentation
- 75e9d40: Fix linting and formatting issues
- 7041497: Fix in-word asterisks
- fbdec4d: fix: add
border-borderto code block - 75e9d40: Document styling
- 8a3fc5a: Dynamically load
katex.min.cssonly whenrehypeKatexis included in therehypePlugins