mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-14 22:09:29 +02:00
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.
This commit is contained in:
8
.changeset/lovely-queens-own.md
Normal file
8
.changeset/lovely-queens-own.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
'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).
|
Reference in New Issue
Block a user