Skip to content

Commit e89cae6

Browse files
authored
Merge pull request #7720 from aloisklink/docs/improve-changesets-for-v11.15.0-release
docs: improve `.changeset`s for v11.15.0 release on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
2 parents 270c80b + a852071 commit e89cae6

19 files changed

Lines changed: 21 additions & 32 deletions

.changeset/cold-mails-fly.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cold-snakes-attend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'mermaid': patch
33
---
44

5-
fix: updated the parser to require a new line boundary before the "end note" keyword to ensure it is only matched when used as an actual note terminator.
5+
fix(stateDiagram): `end note` now only closes a note when used on a new line

.changeset/dark-bats-build.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
'mermaid': minor
33
---
44

5-
feat: Added support for decimal start and increment values in the `autonumber` directive.
5+
feat(sequence): Add support for decimal start and increment values in the `autonumber` directive
6+
7+
commit: 0aca21739c0d1fcaaa206e04a6cd574ebc415483

.changeset/eager-cobras-slide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
'mermaid': minor
33
---
44

5-
feat: add datastore shape for flowchart
5+
feat(flowchart): add datastore shape
66

7-
In Data flow diagrams, a datastore/warehouse/file/database is used to represent data persistence. It is denoted by a rectangle with top and bottom border. This change adds that as a shape in flowcharts.
7+
In Data flow diagrams, a datastore/warehouse/file/database is used to represent data persistence. It is denoted by a rectangle with only top and bottom borders, and can be used in flowcharts with `A@{ shape: datastore, label: "Datastore" }`.

.changeset/event-modeling-diagram.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33
---
44

55
feat: add Event Modeling diagram
6+
7+
author: @yordis
8+
author: @lgazo

.changeset/feat-architecture-fcose-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'mermaid': minor
33
---
44

5-
feat: expose four fcose layout knobs for architecture-beta diagrams (`nodeSeparation`, `idealEdgeLengthMultiplier`, `edgeElasticity`, `numIter`) so authors can tune layout density and spread overlapping siblings without changing diagram source
5+
feat(architecture): expose four fcose layout knobs for `architecture-beta` diagrams (`nodeSeparation`, `idealEdgeLengthMultiplier`, `edgeElasticity`, `numIter`) so authors can tune layout density and spread overlapping siblings without changing diagram source

.changeset/feat-nested-namespaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'mermaid': minor
33
---
44

5-
feat: add nested namespace support for class diagrams via dot notation and syntactic nesting
5+
feat(class): add nested namespace support for class diagrams via dot notation and syntactic nesting

.changeset/fix-7560-self-referential-multiplicity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
'mermaid': patch
33
---
44

5-
fix: self-referential class multiplicity labels no longer rendered multiple times
5+
fix(class): self-referential class multiplicity labels no longer rendered multiple times
66

77
Fixes #7560. Resolves an issue where cardinality labels on self-referential class relationships were rendered three times due to edge splitting in the dagre layout. The fix ensures that each sub-edge only carries its relevant label positions.

.changeset/fix-alt-else-label-box.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'mermaid': patch
33
---
44

5-
fix: add background box behind alt/else section title labels in sequence diagrams
5+
fix(sequence): add background box behind alt/else section title labels in sequence diagrams

.changeset/fix-block-beta-width.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'mermaid': patch
33
---
44

5-
fix(block-beta): normalize width before comparison in getMaxChildSize to prevent column widths from shrinking when mixing different column spans
5+
fix(block): prevent column widths from shrinking when mixing different column spans

0 commit comments

Comments
 (0)