Skip to content

Releases: vercel/streamdown

[email protected]

24 Nov 17:55
32a70a7

Choose a tag to compare

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; false explicitly hides the zoom controls

    This is a non-breaking enhancement that aligns with existing control predicates.

  • a489949: fix: add missing tooltip support to action buttons

[email protected]

23 Nov 22:38
5938cf7

Choose a tag to compare

Patch Changes

  • 74cac00: Fix code block data attributes

[email protected]

23 Nov 22:01
5ba4200

Choose a tag to compare

Patch Changes

  • 1e547d4: Fix code blocks in dark mode

[email protected]

23 Nov 19:35
0222c62

Choose a tag to compare

Patch Changes

  • dbd198f: Restore original lucide imports

[email protected]

23 Nov 05:45
c3649b9

Choose a tag to compare

Patch Changes

  • 49b6692: build for browser only (fixes ts-router)

[email protected]

23 Nov 03:05
945bd50

Choose a tag to compare

Patch Changes

  • 476167e: Conditional KaTeX CSS loading based on content detection
  • 476167e: Bundle optimization through lazy loading and code splitting

[email protected]

22 Nov 04:18
66550f6

Choose a tag to compare

Patch Changes

  • bdca13b: Fix markdown parsing bug

[email protected]

22 Nov 04:12
384af9d

Choose a tag to compare

Minor Changes

  • 6f19ee0: Remove dependency on react-markdown
  • 52db013: Implement Static mode

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]

16 Nov 17:25
a76c450

Choose a tag to compare

Patch Changes

  • 40fe4c6: Fix documents and some test cases for CJK Friendly Emphasis
  • 19da935: fix pnpm version mismatch

[email protected]

16 Nov 06:33
d4fb21f

Choose a tag to compare

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-hidden to TableDownloadDropdown
  • 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-border to code block
  • 75e9d40: Document styling
  • 8a3fc5a: Dynamically load katex.min.css only when rehypeKatex is included in the rehypePlugins