mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-29 13:16:40 +02:00
Compare commits
12 Commits
sidv/runTi
...
v10.9.0
Author | SHA1 | Date | |
---|---|---|---|
![]() |
da33867ad7 | ||
![]() |
539010c65c | ||
![]() |
cbe44a6cff | ||
![]() |
b077fedd4c | ||
![]() |
38fcc2847b | ||
![]() |
2caeb9db47 | ||
![]() |
f9c359e70c | ||
![]() |
24528c1426 | ||
![]() |
df026c795d | ||
![]() |
077b1a5d8a | ||
![]() |
31686802b3 | ||
![]() |
b96eaed6f4 |
2
.github/lychee.toml
vendored
2
.github/lychee.toml
vendored
@@ -40,7 +40,7 @@ exclude = [
|
|||||||
# BundlePhobia has frequent downtime
|
# BundlePhobia has frequent downtime
|
||||||
"https://bundlephobia.com",
|
"https://bundlephobia.com",
|
||||||
|
|
||||||
# Chrome webstore redirect issue
|
# Chrome webstore migration issue. Temporary
|
||||||
"https://chromewebstore.google.com"
|
"https://chromewebstore.google.com"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
2
.github/workflows/release-draft.yml
vendored
2
.github/workflows/release-draft.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
draft-release:
|
draft-release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: write # write permission is required to create a github release
|
contents: write # write permission is required to create a GitHub release
|
||||||
pull-requests: read # required to read PR titles/labels
|
pull-requests: read # required to read PR titles/labels
|
||||||
steps:
|
steps:
|
||||||
- name: Draft Release
|
- name: Draft Release
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
>
|
>
|
||||||
> ## Please edit the corresponding file in [/packages/mermaid/src/docs/config/math.md](../../packages/mermaid/src/docs/config/math.md).
|
> ## Please edit the corresponding file in [/packages/mermaid/src/docs/config/math.md](../../packages/mermaid/src/docs/config/math.md).
|
||||||
|
|
||||||
# Math Configuration (v\<MERMAID_RELEASE_VERSION>+)
|
# Math Configuration (v10.9.0+)
|
||||||
|
|
||||||
Mermaid supports rendering mathematical expressions through the [KaTeX](https://katex.org/) typesetter.
|
Mermaid supports rendering mathematical expressions through the [KaTeX](https://katex.org/) typesetter.
|
||||||
|
|
||||||
|
@@ -143,7 +143,7 @@ After processing the tags, the remaining metadata items are interpreted as follo
|
|||||||
| `until <otherTaskId>` | End date of preceding task | Start date of previously specified task `otherTaskID` | n/a |
|
| `until <otherTaskId>` | End date of preceding task | Start date of previously specified task `otherTaskID` | n/a |
|
||||||
|
|
||||||
> **Note**
|
> **Note**
|
||||||
> Support for keyword `until` was added in (v\<MERMAID_RELEASE_VERSION>+). This can be used to define a task which is running until some other specific task or milestone starts.
|
> Support for keyword `until` was added in (v10.9.0+). This can be used to define a task which is running until some other specific task or milestone starts.
|
||||||
|
|
||||||
For simplicity, the table does not show the use of multiple tasks listed with the `after` keyword. Here is an example of how to use it and how it's interpreted:
|
For simplicity, the table does not show the use of multiple tasks listed with the `after` keyword. Here is an example of how to use it and how it's interpreted:
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@mermaid-js/mermaid-zenuml",
|
"name": "@mermaid-js/mermaid-zenuml",
|
||||||
"version": "0.1.2",
|
"version": "0.2.0-rc.2",
|
||||||
"description": "MermaidJS plugin for ZenUML integration",
|
"description": "MermaidJS plugin for ZenUML integration",
|
||||||
"module": "dist/mermaid-zenuml.core.mjs",
|
"module": "dist/mermaid-zenuml.core.mjs",
|
||||||
"types": "dist/detector.d.ts",
|
"types": "dist/detector.d.ts",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mermaid",
|
"name": "mermaid",
|
||||||
"version": "10.8.0",
|
"version": "10.9.0",
|
||||||
"description": "Markdown-ish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
|
"description": "Markdown-ish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"module": "./dist/mermaid.core.mjs",
|
"module": "./dist/mermaid.core.mjs",
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
# Math Configuration (v<MERMAID_RELEASE_VERSION>+)
|
# Math Configuration (v10.9.0+)
|
||||||
|
|
||||||
Mermaid supports rendering mathematical expressions through the [KaTeX](https://katex.org/) typesetter.
|
Mermaid supports rendering mathematical expressions through the [KaTeX](https://katex.org/) typesetter.
|
||||||
|
|
||||||
|
@@ -92,7 +92,7 @@ After processing the tags, the remaining metadata items are interpreted as follo
|
|||||||
| `until <otherTaskId>` | End date of preceding task | Start date of previously specified task `otherTaskID` | n/a |
|
| `until <otherTaskId>` | End date of preceding task | Start date of previously specified task `otherTaskID` | n/a |
|
||||||
|
|
||||||
```note
|
```note
|
||||||
Support for keyword `until` was added in (v<MERMAID_RELEASE_VERSION>+). This can be used to define a task which is running until some other specific task or milestone starts.
|
Support for keyword `until` was added in (v10.9.0+). This can be used to define a task which is running until some other specific task or milestone starts.
|
||||||
```
|
```
|
||||||
|
|
||||||
For simplicity, the table does not show the use of multiple tasks listed with the `after` keyword. Here is an example of how to use it and how it's interpreted:
|
For simplicity, the table does not show the use of multiple tasks listed with the `after` keyword. Here is an example of how to use it and how it's interpreted:
|
||||||
|
Reference in New Issue
Block a user