Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/brave-rooms-rest.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/cold-numbers-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-snakes-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/common-parents-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-rules-flow.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/dark-bats-build.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/eager-cobras-slide.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/event-modeling-diagram.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/feat-architecture-fcose-config.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/feat-nested-namespaces.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-loops-shake.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fix-7560-self-referential-multiplicity.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-alt-else-label-box.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-block-beta-width.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-mindmap-tidy-tree-root-edges.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-sequence-messagealign-rtl-arrows.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/fix-wardley-hyphenated-names.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/fix-zenuml-svg-renderer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fruity-ghosts-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-singers-cheer.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/hungry-carrots-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-signs-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/petite-crabs-hide.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/petite-things-raise.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/quadrant-chart-unicode-support.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/salty-taxes-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sankey-apple-style.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/social-masks-visit.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/yummy-moose-wait.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/syntax/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ mermaid.initialize({
| ----------- | ------- | ------- | ---------------------------------------------------------------------- |
| `randomize` | boolean | `false` | Whether to randomize initial node positions before running the layout. |

### Layout tuning (v\<MERMAID_RELEASE_VERSION>+)
### Layout tuning (v11.15.0+)

The following options pass through to the underlying [fcose](https://github.com/iVis-at-Bilkent/cytoscape.js-fcose) layout so you can adjust spacing and density without changing your diagram source:

Expand Down
2 changes: 1 addition & 1 deletion docs/syntax/classDiagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ namespace BaseShapes {
}
```

### Namespace Labels (v\<MERMAID_RELEASE_VERSION>+)
### Namespace Labels (v11.15.0+)

A namespace can be given a display label using square bracket syntax, similar to class labels:

Expand Down
2 changes: 1 addition & 1 deletion docs/syntax/eventmodeling.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
>
> ## Please edit the corresponding file in [/packages/mermaid/src/docs/syntax/eventmodeling.md](../../packages/mermaid/src/docs/syntax/eventmodeling.md).

# Event Modeling Diagram (v\<MERMAID_RELEASE_VERSION>+)
# Event Modeling Diagram (v11.15.0+)

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion docs/syntax/sankey.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ Graph layout can be changed by setting `nodeAlignment` to:
- `left`
- `right`

### Label Style (v\<MERMAID_RELEASE_VERSION>+)
### Label Style (v11.15.0+)

You can change how node labels are rendered by setting `labelStyle`:

Expand Down
2 changes: 1 addition & 1 deletion docs/syntax/sequenceDiagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ sequenceDiagram
Bob-->>John: Jolly good!
```

### Start and Increment values (v\<MERMAID_RELEASE_VERSION>+)
### Start and Increment values (v11.15.0+)

It is possible to specify a starting value and an increment value for automatic numbering. Both the starting value and increment value can include decimals up to the hundredths place.

Expand Down
9 changes: 9 additions & 0 deletions packages/mermaid-layout-tidy-tree/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @mermaid-js/layout-tidy-tree

## 0.2.2

### Patch Changes

- [#7639](https://github.com/mermaid-js/mermaid/pull/7639) [`5ab4693`](https://github.com/mermaid-js/mermaid/commit/5ab4693820dbb7eea004b311ce7948d23aa51341) Thanks [@knsv-bot](https://github.com/knsv-bot)! - fix: keep mindmap edges connected to a non-circular root when using the tidy-tree layout

- Updated dependencies [[`e9b0f34`](https://github.com/mermaid-js/mermaid/commit/e9b0f34d8d82a6260077764ee45e1d7d90957a0f), [`37ff937`](https://github.com/mermaid-js/mermaid/commit/37ff937f1da2e19f882fd1db01235db4d01f4056), [`bfe60cc`](https://github.com/mermaid-js/mermaid/commit/bfe60cc67b9a6dec64f9161f58e4d24a06c42b65), [`faafb5d`](https://github.com/mermaid-js/mermaid/commit/faafb5d49106dd32c367f3882505f2dd625aa30e), [`65f8be2`](https://github.com/mermaid-js/mermaid/commit/65f8be2a42faf869b811469571983cba7eeeca99), [`50b2166`](https://github.com/mermaid-js/mermaid/commit/50b216679582347e5f0765c950124ee660416c4c), [`8e17492`](https://github.com/mermaid-js/mermaid/commit/8e17492f7365ba50896382feb69a23efd9d8a22d), [`9ad8dde`](https://github.com/mermaid-js/mermaid/commit/9ad8dde6d049adde85d8ed2d476c09b5820f3f4b), [`27db774`](https://github.com/mermaid-js/mermaid/commit/27db774627be1cee881961dfd0d2cb21cd01b79d), [`bf9502f`](https://github.com/mermaid-js/mermaid/commit/bf9502fb6012a4b724679b401ac928f5ee55161c), [`1502f32`](https://github.com/mermaid-js/mermaid/commit/1502f32f3c5fb944925b0c527fbbde3c4f041824), [`1f98db8`](https://github.com/mermaid-js/mermaid/commit/1f98db8e326299ac97a2fa60abfd509d8f5f16e2), [`2343e38`](https://github.com/mermaid-js/mermaid/commit/2343e38498a3b31f8ce5e79f1f009e0b56fbe086), [`7fb9509`](https://github.com/mermaid-js/mermaid/commit/7fb9509b8b5cb1dc48519dc60cf6cdc6afba0462), [`3f9e0f1`](https://github.com/mermaid-js/mermaid/commit/3f9e0f15bedc1e2c71ddb6b34192d1a21124cfc2), [`7a8fb85`](https://github.com/mermaid-js/mermaid/commit/7a8fb8532c57ecc55b3711454ab0e505a4291445), [`5144ed4`](https://github.com/mermaid-js/mermaid/commit/5144ed4b138ae0f4836bab4c163c575e0a767dd3), [`13d9bfa`](https://github.com/mermaid-js/mermaid/commit/13d9bfa4748e845a9eec7d6265ba496d2278f26e), [`e14bb88`](https://github.com/mermaid-js/mermaid/commit/e14bb88bdb940124cdb0a107025653bf93745c99), [`9217c0d`](https://github.com/mermaid-js/mermaid/commit/9217c0d8b221b423af80e420b7adae901acf6c8c), [`5e7eb62`](https://github.com/mermaid-js/mermaid/commit/5e7eb62e3aba6b5df559f5c839a868e5b7f40e72), [`afaf306`](https://github.com/mermaid-js/mermaid/commit/afaf3062381d115d66744413151b642f124dd9ba), [`4755553`](https://github.com/mermaid-js/mermaid/commit/4755553d5fb6d1217809e43ffb8fc54d6a73e482), [`88cdd3d`](https://github.com/mermaid-js/mermaid/commit/88cdd3dc0aab9577174561b04e14760c565a232b), [`6476973`](https://github.com/mermaid-js/mermaid/commit/64769738d5b59211e1decb471ffbaca8afec51aa), [`8c1a0c1`](https://github.com/mermaid-js/mermaid/commit/8c1a0c1fd19587c6772d6966fe9d217e5cd1356c)]:
- mermaid@11.15.0

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mermaid-layout-tidy-tree/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mermaid-js/layout-tidy-tree",
"version": "0.2.1",
"version": "0.2.2",
"description": "Tidy-tree layout engine for mermaid",
"module": "dist/mermaid-layout-tidy-tree.core.mjs",
"types": "dist/layouts.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/mermaid-zenuml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @mermaid-js/mermaid-zenuml

## 0.2.3

### Patch Changes

- [#7647](https://github.com/mermaid-js/mermaid/pull/7647) [`45a9498`](https://github.com/mermaid-js/mermaid/commit/45a949817511bf1d70af5ead184c871e9de6a4f2) Thanks [@MrCoder](https://github.com/MrCoder)! - fix: update @zenuml/core to v3.46.11 with native SVG renderer
- Fix vertical lifelines disappearing when printing (#6004)
- Fix SVG dimensions exceeding container boundaries (#7266)
- Fix invalid ZenUML syntax freezing the editor (#7154)

- Updated dependencies [[`e9b0f34`](https://github.com/mermaid-js/mermaid/commit/e9b0f34d8d82a6260077764ee45e1d7d90957a0f), [`37ff937`](https://github.com/mermaid-js/mermaid/commit/37ff937f1da2e19f882fd1db01235db4d01f4056), [`bfe60cc`](https://github.com/mermaid-js/mermaid/commit/bfe60cc67b9a6dec64f9161f58e4d24a06c42b65), [`faafb5d`](https://github.com/mermaid-js/mermaid/commit/faafb5d49106dd32c367f3882505f2dd625aa30e), [`65f8be2`](https://github.com/mermaid-js/mermaid/commit/65f8be2a42faf869b811469571983cba7eeeca99), [`50b2166`](https://github.com/mermaid-js/mermaid/commit/50b216679582347e5f0765c950124ee660416c4c), [`8e17492`](https://github.com/mermaid-js/mermaid/commit/8e17492f7365ba50896382feb69a23efd9d8a22d), [`9ad8dde`](https://github.com/mermaid-js/mermaid/commit/9ad8dde6d049adde85d8ed2d476c09b5820f3f4b), [`27db774`](https://github.com/mermaid-js/mermaid/commit/27db774627be1cee881961dfd0d2cb21cd01b79d), [`bf9502f`](https://github.com/mermaid-js/mermaid/commit/bf9502fb6012a4b724679b401ac928f5ee55161c), [`1502f32`](https://github.com/mermaid-js/mermaid/commit/1502f32f3c5fb944925b0c527fbbde3c4f041824), [`1f98db8`](https://github.com/mermaid-js/mermaid/commit/1f98db8e326299ac97a2fa60abfd509d8f5f16e2), [`2343e38`](https://github.com/mermaid-js/mermaid/commit/2343e38498a3b31f8ce5e79f1f009e0b56fbe086), [`7fb9509`](https://github.com/mermaid-js/mermaid/commit/7fb9509b8b5cb1dc48519dc60cf6cdc6afba0462), [`3f9e0f1`](https://github.com/mermaid-js/mermaid/commit/3f9e0f15bedc1e2c71ddb6b34192d1a21124cfc2), [`7a8fb85`](https://github.com/mermaid-js/mermaid/commit/7a8fb8532c57ecc55b3711454ab0e505a4291445), [`5144ed4`](https://github.com/mermaid-js/mermaid/commit/5144ed4b138ae0f4836bab4c163c575e0a767dd3), [`13d9bfa`](https://github.com/mermaid-js/mermaid/commit/13d9bfa4748e845a9eec7d6265ba496d2278f26e), [`e14bb88`](https://github.com/mermaid-js/mermaid/commit/e14bb88bdb940124cdb0a107025653bf93745c99), [`9217c0d`](https://github.com/mermaid-js/mermaid/commit/9217c0d8b221b423af80e420b7adae901acf6c8c), [`5e7eb62`](https://github.com/mermaid-js/mermaid/commit/5e7eb62e3aba6b5df559f5c839a868e5b7f40e72), [`afaf306`](https://github.com/mermaid-js/mermaid/commit/afaf3062381d115d66744413151b642f124dd9ba), [`4755553`](https://github.com/mermaid-js/mermaid/commit/4755553d5fb6d1217809e43ffb8fc54d6a73e482), [`88cdd3d`](https://github.com/mermaid-js/mermaid/commit/88cdd3dc0aab9577174561b04e14760c565a232b), [`6476973`](https://github.com/mermaid-js/mermaid/commit/64769738d5b59211e1decb471ffbaca8afec51aa), [`8c1a0c1`](https://github.com/mermaid-js/mermaid/commit/8c1a0c1fd19587c6772d6966fe9d217e5cd1356c)]:
- mermaid@11.15.0

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mermaid-zenuml/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mermaid-js/mermaid-zenuml",
"version": "0.2.2",
"version": "0.2.3",
"description": "MermaidJS plugin for ZenUML integration",
"module": "dist/mermaid-zenuml.core.mjs",
"types": "dist/detector.d.ts",
Expand Down
Loading