Skip to content

Commit 56f522e

Browse files
authored
Merge pull request #6008 from mermaid-js/changeset-release/master
Version Packages
2 parents ef9cbb6 + d4e5acc commit 56f522e

8 files changed

+29
-43
lines changed

.changeset/chilly-hotels-mix.md

-5
This file was deleted.

.changeset/dry-students-act.md

-5
This file was deleted.

.changeset/heavy-cats-mate.md

-5
This file was deleted.

.changeset/kind-drinks-invent.md

-5
This file was deleted.

.changeset/polite-rules-rescue.md

-17
This file was deleted.

.changeset/thick-elephants-search.md

-5
This file was deleted.

packages/mermaid/CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# mermaid
22

3+
## 11.4.0
4+
5+
### Minor Changes
6+
7+
- [#5999](https://github.com/mermaid-js/mermaid/pull/5999) [`742ad7c`](https://github.com/mermaid-js/mermaid/commit/742ad7c130964df1fb5544e909d9556081285f68) Thanks [@knsv](https://github.com/knsv)! - Adding Kanban board, a new diagram type
8+
9+
- [#5880](https://github.com/mermaid-js/mermaid/pull/5880) [`bdf145f`](https://github.com/mermaid-js/mermaid/commit/bdf145ffe362462176d9c1e68d5f3ff5c9d962b0) Thanks [@yari-dewalt](https://github.com/yari-dewalt)! - Class diagram changes:
10+
11+
- Updates the class diagram to the new unified way of rendering.
12+
- Includes a new "classBox" shape to be used in diagrams
13+
- Other updates such as:
14+
- the option to hide the empty members box in class diagrams,
15+
- support for handDrawn look,
16+
- the introduction of the classDef statement into class diagrams,
17+
- support for styling the default class,
18+
- support lollipop interfaces.
19+
- Includes fixes / additions for #5562 #3139 and #4037
20+
21+
### Patch Changes
22+
23+
- [#5937](https://github.com/mermaid-js/mermaid/pull/5937) [`17b7831`](https://github.com/mermaid-js/mermaid/commit/17b783135f9b2b7748b620dbf81d0f56ab4755f1) Thanks [@saurabhg772244](https://github.com/saurabhg772244)! - fix: Jagged edge fix for icon shape
24+
25+
- [#5933](https://github.com/mermaid-js/mermaid/pull/5933) [`72d60d2`](https://github.com/mermaid-js/mermaid/commit/72d60d2633584eb59bccdb6cf30b9522db645db2) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Add missing TypeScript dependencies
26+
27+
- [#5937](https://github.com/mermaid-js/mermaid/pull/5937) [`17b7831`](https://github.com/mermaid-js/mermaid/commit/17b783135f9b2b7748b620dbf81d0f56ab4755f1) Thanks [@saurabhg772244](https://github.com/saurabhg772244)! - fix: Icon color fix for colored icons.
28+
29+
- [#6002](https://github.com/mermaid-js/mermaid/pull/6002) [`5fabd41`](https://github.com/mermaid-js/mermaid/commit/5fabd414fbee01e43bf6c900907ffc1511ca7440) Thanks [@aloisklink](https://github.com/aloisklink)! - fix: error `mermaid.parse` on an invalid shape, so that it matches the errors thrown by `mermaid.render`
30+
331
## 11.3.0
432

533
### Minor Changes

packages/mermaid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mermaid",
3-
"version": "11.3.0",
3+
"version": "11.4.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",

0 commit comments

Comments
 (0)