Skip to content

Commit 0cb88c2

Browse files
Version Packages
1 parent 0bc1f52 commit 0cb88c2

File tree

10 files changed

+37
-36
lines changed

10 files changed

+37
-36
lines changed

.changeset/add-nested-namespaces.md

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

.changeset/popular-hounds-smash.md

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

.changeset/rude-meals-invite.md

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

.changeset/witty-rabbits-hunt.md

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

docs/syntax/flowchart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ flowchart TD
298298
id1(((This is the text in the circle)))
299299
```
300300

301-
## Expanded Node Shapes in Mermaid Flowcharts (v\<MERMAID_RELEASE_VERSION>+)
301+
## Expanded Node Shapes in Mermaid Flowcharts (v11.3.0+)
302302

303303
Mermaid introduces 30 new shapes to enhance the flexibility and precision of flowchart creation. These new shapes provide more options to represent processes, decisions, events, data storage visually, and other elements within your flowcharts, improving clarity and semantic meaning.
304304

packages/mermaid-layout-elk/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @mermaid-js/layout-elk
22

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- [#5825](https://github.com/mermaid-js/mermaid/pull/5825) [`233e36c`](https://github.com/mermaid-js/mermaid/commit/233e36c9884fcce141a72ce7c845179781e18632) Thanks [@ashishjain0512](https://github.com/ashishjain0512)! - chore: Update render options
8+
9+
- Updated dependencies [[`6c5b7ce`](https://github.com/mermaid-js/mermaid/commit/6c5b7ce9f41c0fbd59fe03dbefc8418d97697f0a), [`9e3aa70`](https://github.com/mermaid-js/mermaid/commit/9e3aa705ae21fd4898504ab22d775a9e437b898e), [`de2c05c`](https://github.com/mermaid-js/mermaid/commit/de2c05cd5463af68d19dd7b6b3f1303d69ddb2dd)]:
10+
11+
312
## 0.1.4
413

514
### Patch Changes

packages/mermaid-layout-elk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mermaid-js/layout-elk",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "ELK layout engine for mermaid",
55
"module": "dist/mermaid-layout-elk.core.mjs",
66
"types": "dist/layouts.d.ts",

packages/mermaid/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# mermaid
22

3+
## 11.3.0
4+
5+
### Minor Changes
6+
7+
- [#5825](https://github.com/mermaid-js/mermaid/pull/5825) [`9e3aa70`](https://github.com/mermaid-js/mermaid/commit/9e3aa705ae21fd4898504ab22d775a9e437b898e) Thanks [@ashishjain0512](https://github.com/ashishjain0512)! - New Flowchart Shapes (with new syntax)
8+
9+
### Patch Changes
10+
11+
- [#5849](https://github.com/mermaid-js/mermaid/pull/5849) [`6c5b7ce`](https://github.com/mermaid-js/mermaid/commit/6c5b7ce9f41c0fbd59fe03dbefc8418d97697f0a) Thanks [@ReneLombard](https://github.com/ReneLombard)! - Fixed an issue when the mermaid classdiagram crashes when adding a . to the namespace.
12+
Forexample
13+
14+
```mermaid
15+
16+
classDiagram
17+
namespace Company.Project.Module {
18+
class GenericClass~T~ {
19+
+addItem(item: T)
20+
+getItem() T
21+
}
22+
}
23+
```
24+
25+
- [#5914](https://github.com/mermaid-js/mermaid/pull/5914) [`de2c05c`](https://github.com/mermaid-js/mermaid/commit/de2c05cd5463af68d19dd7b6b3f1303d69ddb2dd) Thanks [@aloisklink](https://github.com/aloisklink)! - Ban DOMPurify v3.1.7 as a dependency
26+
327
## 11.2.1
428

529
### Patch Changes

packages/mermaid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mermaid",
3-
"version": "11.2.1",
3+
"version": "11.3.0",
44
"description": "Markdown-ish syntax for generating flowcharts, mindmaps, sequence diagrams, class diagrams, gantt charts, git graphs and more.",
55
"type": "module",
66
"module": "./dist/mermaid.core.mjs",

packages/mermaid/src/docs/syntax/flowchart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ flowchart TD
194194
id1(((This is the text in the circle)))
195195
```
196196

197-
## Expanded Node Shapes in Mermaid Flowcharts (v<MERMAID_RELEASE_VERSION>+)
197+
## Expanded Node Shapes in Mermaid Flowcharts (v11.3.0+)
198198

199199
Mermaid introduces 30 new shapes to enhance the flexibility and precision of flowchart creation. These new shapes provide more options to represent processes, decisions, events, data storage visually, and other elements within your flowcharts, improving clarity and semantic meaning.
200200

0 commit comments

Comments
 (0)