Skip to content

Commit a4105aa

Browse files
author
streamdown-bot[bot]
committed
Version Packages
1 parent 20330ba commit a4105aa

File tree

11 files changed

+27
-54
lines changed

11 files changed

+27
-54
lines changed

.changeset/cute-games-push.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-word-internal-underscores.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

.changeset/long-numbers-stop.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lovely-windows-care.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/many-pandas-agree.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/old-aliens-pump.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/real-coins-lay.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shaggy-socks-travel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tough-maps-share.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/streamdown/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# streamdown
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- 73b17a4: Add controls prop to control copy/download button visibility.
8+
- d2edc90: feat: add custom Mermaid configuration support
9+
10+
### Patch Changes
11+
12+
- 11b347e: `fix: fallback to plain text when unsupported language is passed to Shiki, preventing runtime errors`
13+
- 266fa2b: Fix word-internal underscores being incorrectly treated as incomplete markdown
14+
15+
Previously, underscores used as word separators (e.g., `hello_world`, `snake_case`) were incorrectly identified as incomplete italic markdown, causing an extra underscore to be appended. This fix:
16+
17+
- Detects when underscores are between word characters and treats them as literals
18+
- Preserves the streaming markdown completion for genuine incomplete italics (e.g., `_italic text`)
19+
- Correctly handles trailing newlines when completing italic formatting
20+
21+
Fixes the issue where `hello_world` would become `hello_world_` when `parseIncompleteMarkdown` was enabled.
22+
23+
- d29281e: Fix the background color of `TableDropDownMenu` from `bg-white` to `bg-background`
24+
- 333df85: Update moduleResolution in tsconfig.json to bundler
25+
- d583b1f: import `Lexer` only for possible tree-shaking
26+
- 20330ba: add table text/html copy so that it can be recognized as table format in applications like Excel
27+
- 7ae9881: fix: long link text overflows (#139)
28+
329
## 1.2.0
430

531
### Minor Changes

0 commit comments

Comments
 (0)