Skip to content

Commit 8bb29fc

Browse files
committed
docs(block): add changeset for overflow bug
Add a changeset that explains that overflowing blocks no longer create an empty line in block diagrams or cause bugs in later lines. Technically, this is a breaking change since it can change the layout of block diagrams, but this diagram is still in `-beta` and they all will still render correctly.
1 parent e073c80 commit 8bb29fc

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.changeset/lovely-queens-own.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'mermaid': patch
3+
---
4+
5+
fix(block): overflowing blocks no longer affect later lines
6+
7+
This may change the layout of block diagrams that have overflowing lines
8+
(i.e. block diagrams that use up more columns that the `columns` specifier).

0 commit comments

Comments
 (0)