mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 06:19:24 +02:00

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.
9 lines
237 B
Markdown
9 lines
237 B
Markdown
---
|
|
'mermaid': patch
|
|
---
|
|
|
|
fix(block): overflowing blocks no longer affect later lines
|
|
|
|
This may change the layout of block diagrams that have overflowing lines
|
|
(i.e. block diagrams that use up more columns that the `columns` specifier).
|