Skip to content

Commit

Permalink
feat: Bump mermaid version 10.9.1 to 11.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejKucia committed Oct 4, 2024
1 parent 89b4f81 commit 8a0b3a1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backstage-plugin-techdocs-addon-mermaid",
"version": "0.13.0",
"version": "0.14.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "MIT",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "4.0.0-alpha.61",
"mermaid": "^10.9.1",
"mermaid": "^11.3.0",
"react-use": "^17.2.4"
},
"peerDependencies": {
Expand Down
17 changes: 15 additions & 2 deletions sampledocs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,6 @@ graph LR
C --> E("$$x(t)=c_1\begin{bmatrix}-\cos{t}+\sin{t}\\ 2\cos{t} \end{bmatrix}e^{2t}$$")
```

## Not yet supported

### ZenUml

```mermaid
Expand All @@ -236,3 +234,18 @@ zenuml
Alice->John: See you later!
```

### Architecture Beta

```
architecture-beta
group api(cloud)[API]
service db(database)[Database] in api
service disk1(disk)[Storage] in api
service disk2(disk)[Storage] in api
service server(server)[Server] in api
db:L -- R:server
disk1:T -- B:server
disk2:T -- B:db
```

0 comments on commit 8a0b3a1

Please sign in to comment.