diff --git a/.changeset/curve-interpolation-fix.md b/.changeset/curve-interpolation-fix.md deleted file mode 100644 index fcd2cd349..000000000 --- a/.changeset/curve-interpolation-fix.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'mermaid': minor ---- - -fix: restore curve type configuration functionality for flowcharts. This fixes the issue where curve type settings were not being applied when configured through any of the following methods: - -- Config -- Init directive (%%{ init: { 'flowchart': { 'curve': '...' } } }%%) -- LinkStyle command (linkStyle default interpolate ...) diff --git a/.changeset/quick-news-enjoy.md b/.changeset/quick-news-enjoy.md deleted file mode 100644 index 17bc707d9..000000000 --- a/.changeset/quick-news-enjoy.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'mermaid': minor -'@mermaid-js/parser': minor ---- - -Add Radar Chart diff --git a/.changeset/stale-weeks-search.md b/.changeset/stale-weeks-search.md deleted file mode 100644 index e63229d9a..000000000 --- a/.changeset/stale-weeks-search.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'mermaid': patch ---- - -- [#6388](https://github.com/mermaid-js/mermaid/pull/6386) - Thanks [@bollwyvl](https://github.com/bollwyvl) - Fix requirement diagram containment arrow diff --git a/packages/mermaid/CHANGELOG.md b/packages/mermaid/CHANGELOG.md index 49407cda5..0c8f66aca 100644 --- a/packages/mermaid/CHANGELOG.md +++ b/packages/mermaid/CHANGELOG.md @@ -1,5 +1,24 @@ # mermaid +## 11.6.0 + +### Minor Changes + +- [#6408](https://github.com/mermaid-js/mermaid/pull/6408) [`ad65313`](https://github.com/mermaid-js/mermaid/commit/ad653138e16765d095613a6e5de86dc5e52ac8f0) Thanks [@ashishjain0512](https://github.com/ashishjain0512)! - fix: restore curve type configuration functionality for flowcharts. This fixes the issue where curve type settings were not being applied when configured through any of the following methods: + + - Config + - Init directive (%%{ init: { 'flowchart': { 'curve': '...' } } }%%) + - LinkStyle command (linkStyle default interpolate ...) + +- [#6381](https://github.com/mermaid-js/mermaid/pull/6381) [`95d73bc`](https://github.com/mermaid-js/mermaid/commit/95d73bc3f064dbf261a06483f94a7ef4d0bb52eb) Thanks [@thomascizeron](https://github.com/thomascizeron)! - Add Radar Chart + +### Patch Changes + +- [#2](https://github.com/calvinvette/mermaid/pull/2) [`16d9b63`](https://github.com/mermaid-js/mermaid/commit/16d9b6345749ab5f24d5b8433efc3635d4913863) Thanks [@calvinvette](https://github.com/calvinvette)! - - [#6388](https://github.com/mermaid-js/mermaid/pull/6386) + Thanks [@bollwyvl](https://github.com/bollwyvl) - Fix requirement diagram containment arrow +- Updated dependencies [[`95d73bc`](https://github.com/mermaid-js/mermaid/commit/95d73bc3f064dbf261a06483f94a7ef4d0bb52eb)]: + - @mermaid-js/parser@0.4.0 + ## 11.5.0 ### Minor Changes diff --git a/packages/mermaid/package.json b/packages/mermaid/package.json index 0751d5a5f..4725fde4f 100644 --- a/packages/mermaid/package.json +++ b/packages/mermaid/package.json @@ -1,6 +1,6 @@ { "name": "mermaid", - "version": "11.5.0", + "version": "11.6.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", diff --git a/packages/parser/CHANGELOG.md b/packages/parser/CHANGELOG.md index 4cf29b73a..2dc2a3f36 100644 --- a/packages/parser/CHANGELOG.md +++ b/packages/parser/CHANGELOG.md @@ -1,5 +1,11 @@ # @mermaid-js/parser +## 0.4.0 + +### Minor Changes + +- [#6381](https://github.com/mermaid-js/mermaid/pull/6381) [`95d73bc`](https://github.com/mermaid-js/mermaid/commit/95d73bc3f064dbf261a06483f94a7ef4d0bb52eb) Thanks [@thomascizeron](https://github.com/thomascizeron)! - Add Radar Chart + ## 0.3.0 ### Minor Changes diff --git a/packages/parser/package.json b/packages/parser/package.json index c4ba93bd2..dcb526bfc 100644 --- a/packages/parser/package.json +++ b/packages/parser/package.json @@ -1,6 +1,6 @@ { "name": "@mermaid-js/parser", - "version": "0.3.0", + "version": "0.4.0", "description": "MermaidJS parser", "author": "Yokozuna59", "contributors": [