From 8bb29fc879329ad109898e4025b4f4eba2ab0649 Mon Sep 17 00:00:00 2001 From: Alois Klink Date: Tue, 29 Jul 2025 15:31:58 +0900 Subject: [PATCH] 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. --- .changeset/lovely-queens-own.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .changeset/lovely-queens-own.md diff --git a/.changeset/lovely-queens-own.md b/.changeset/lovely-queens-own.md new file mode 100644 index 000000000..edc8dda2d --- /dev/null +++ b/.changeset/lovely-queens-own.md @@ -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).