Skip to content

Commit 32a70a7

Browse files
streamdown-github-app[bot]streamdown-bot[bot]
andauthored
Version Packages (#256)
Co-authored-by: streamdown-bot[bot] <streamdown-bot[bot]@users.noreply.github.com>
1 parent e4e5bb5 commit 32a70a7

File tree

6 files changed

+17
-27
lines changed

6 files changed

+17
-27
lines changed

.changeset/cute-rules-wonder.md

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

.changeset/funky-sloths-smell.md

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

.changeset/mermaid-panzoom-controls.md

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

.changeset/vast-cameras-move.md

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

packages/streamdown/CHANGELOG.md

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

3+
## 1.6.7
4+
5+
### Patch Changes
6+
7+
- cfc8c37: Fix p tags inside list items
8+
- e4e5bb5: Fix unit tests
9+
- 00ca9a9: Add PanZoom controls configurability for Mermaid diagrams.
10+
11+
- Support `controls.mermaid.panZoom` (boolean) to toggle zoom controls globally
12+
- Support `mermaid.config.panZoom` (boolean or `{ showControls?: boolean }`) per-instance
13+
- Keep defaults enabled; `false` explicitly hides the zoom controls
14+
15+
This is a non-breaking enhancement that aligns with existing control predicates.
16+
17+
- a489949: fix: add missing tooltip support to action buttons
18+
319
## 1.6.6
420

521
### Patch Changes

packages/streamdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "streamdown",
3-
"version": "1.6.6",
3+
"version": "1.6.7",
44
"type": "module",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)