Skip to content

Commit 9988a61

Browse files
Merge remote-tracking branch 'origin/feature/3250/add_vertline_to_gantt_plot' into feature/3250/add_vertline_to_gantt_plot
2 parents d4e737e + 475532a commit 9988a61

File tree

195 files changed

+4685
-1823
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

195 files changed

+4685
-1823
lines changed

.changeset/eleven-wolves-deny.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'mermaid': patch
3+
---
4+
5+
chore: Convert StateDB into TypeScript

.changeset/neat-moose-compare.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'mermaid': minor
3+
---
4+
5+
feat: Add support for styling Journey Diagram title (color, font-family, and font-size)

.changeset/proud-seahorses-wash.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'mermaid': patch
3+
---
4+
5+
FontAwesome icons can now be embedded as SVGs in flowcharts if they are registered via `mermaid.registerIconPacks`.

.changeset/soft-readers-tan.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'mermaid': minor
3+
---
4+
5+
feat: Dynamically Render Data Labels Within Bar Charts

.changeset/ten-lamps-trade.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'mermaid': patch
3+
---
4+
5+
fix: allow colons in events

.cspell/code-terms.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ frontmatter
5353
funs
5454
gantt
5555
GENERICTYPE
56-
getBoundarys
5756
grammr
5857
graphtype
5958
halign

.cspell/libraries.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ dompurify
2626
elkjs
2727
fcose
2828
fontawesome
29+
Fonticons
2930
Forgejo
3031
Foswiki
3132
Gitea

.github/ISSUE_TEMPLATE/theme_proposal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ body:
2929
label: Colors
3030
description: |-
3131
A detailed list of the different colour values to use.
32-
A list of currently used variable names can be found [here](https://mermaid-js.github.io/mermaid/#/theming?id=theme-variables-reference-table)
32+
See the [list of currently used variable names](https://mermaid-js.github.io/mermaid/#/theming?id=theme-variables-reference-table)
3333
placeholder: |-
3434
- background: #f4f4f4
3535
- primaryColor: #fff4dd

.github/lychee.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,13 @@ exclude = [
4646
# Drupal 403
4747
"https://(www.)?drupal.org",
4848

49-
# Swimm returns 404, eventhough the link is valid
49+
# Swimm returns 404, even though the link is valid
5050
"https://docs.swimm.io",
5151

5252
# Timeout
53-
"https://huehive.co"
53+
"https://huehive.co",
54+
"https://foswiki.org",
55+
"https://www.gnu.org",
5456
]
5557

5658
# Exclude all private IPs from checking.

.github/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ markComment: >
1515
If you are still interested in this issue and it is still relevant you can comment to revive it.
1616
# Comment to post when closing a stale issue. Set to `false` to disable
1717
closeComment: >
18-
This issue has been been automatically closed due to a lack of activity.
18+
This issue has been automatically closed due to a lack of activity.
1919
This is done to maintain a clean list of issues that the community is interested in developing.

0 commit comments

Comments
 (0)