diff --git a/.changeset/chilly-hotels-mix.md b/.changeset/chilly-hotels-mix.md deleted file mode 100644 index 642ab6ecf6..0000000000 --- a/.changeset/chilly-hotels-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'mermaid': patch ---- - -fix: Jagged edge fix for icon shape diff --git a/.changeset/dry-students-act.md b/.changeset/dry-students-act.md deleted file mode 100644 index 43f439f2ee..0000000000 --- a/.changeset/dry-students-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'mermaid': patch ---- - -Add missing TypeScript dependencies diff --git a/.changeset/heavy-cats-mate.md b/.changeset/heavy-cats-mate.md deleted file mode 100644 index c903cc47e5..0000000000 --- a/.changeset/heavy-cats-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'mermaid': patch ---- - -fix: Icon color fix for colored icons. diff --git a/.changeset/kind-drinks-invent.md b/.changeset/kind-drinks-invent.md deleted file mode 100644 index 244be2bf63..0000000000 --- a/.changeset/kind-drinks-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'mermaid': minor ---- - -Adding Kanban board, a new diagram type diff --git a/.changeset/polite-rules-rescue.md b/.changeset/polite-rules-rescue.md deleted file mode 100644 index c35af3ab4a..0000000000 --- a/.changeset/polite-rules-rescue.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -'mermaid': minor ---- - -Class diagram changes: - -- Updates the class diagram to the new unified way of rendering. -- Includes a new "classBox" shape to be used in diagrams -- Other updates such as: - - the option to hide the empty members box in class diagrams, - - support for handDrawn look, - - the introduction of the classDef statement into class diagrams, - - support for styling the default class, - - support lollipop interfaces. -- Includes fixes / additions for #5562 #3139 and #4037 diff --git a/.changeset/thick-elephants-search.md b/.changeset/thick-elephants-search.md deleted file mode 100644 index 5e29c42d66..0000000000 --- a/.changeset/thick-elephants-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'mermaid': patch ---- - -fix: error `mermaid.parse` on an invalid shape, so that it matches the errors thrown by `mermaid.render` diff --git a/packages/mermaid/CHANGELOG.md b/packages/mermaid/CHANGELOG.md index 7331081728..7b7800ef34 100644 --- a/packages/mermaid/CHANGELOG.md +++ b/packages/mermaid/CHANGELOG.md @@ -1,5 +1,33 @@ # mermaid +## 11.4.0 + +### Minor Changes + +- [#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 + +- [#6007](https://github.com/mermaid-js/mermaid/pull/6007) [`97c61d8`](https://github.com/mermaid-js/mermaid/commit/97c61d818c814bf6b734154aa958f6ba9bc01cec) Thanks [@ashishjain0512](https://github.com/ashishjain0512)! - Class diagram changes: + + - Updates the class diagram to the new unified way of rendering. + - Includes a new "classBox" shape to be used in diagrams + - Other updates such as: + - the option to hide the empty members box in class diagrams, + - support for handDrawn look, + - the introduction of the classDef statement into class diagrams, + - support for styling the default class, + - support lollipop interfaces. + - Includes fixes / additions for #5562 #3139 and #4037 + +### Patch Changes + +- [#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 + +- [#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 + +- [#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. + +- [#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` + ## 11.3.0 ### Minor Changes diff --git a/packages/mermaid/package.json b/packages/mermaid/package.json index afee6aab5f..78bf583881 100644 --- a/packages/mermaid/package.json +++ b/packages/mermaid/package.json @@ -1,6 +1,6 @@ { "name": "mermaid", - "version": "11.3.0", + "version": "11.4.0", "description": "Markdown-ish syntax for generating flowcharts, mindmaps, sequence diagrams, class diagrams, gantt charts, git graphs and more.", "type": "module", "module": "./dist/mermaid.core.mjs",