mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-14 22:09:29 +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.
237 B
237 B
mermaid
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).