Ronid1
f737c9f6f9
add actor-bottom class
2024-01-29 11:42:23 -08:00
Ronid1
7e86d03dc9
Merge branch 'develop' of https://github.com/mermaid-js/mermaid into feature/4653-add_actor-top_class_to_sequence_diagram
2024-01-29 11:28:01 -08:00
Knut Sveidqvist
bfa8111e14
#3358 Third set of changes after review
2024-01-29 17:32:27 +01:00
Knut Sveidqvist
5aab2ba1dd
Merge branch '3358-blocks-diagram' of github.com:mermaid-js/mermaid into 3358-blocks-diagram
2024-01-29 16:25:02 +01:00
Knut Sveidqvist
37d7c7e2dd
#3358 Second set of changes after review
2024-01-29 16:22:48 +01:00
Knut Sveidqvist
1965f69a10
Update packages/mermaid/src/schemas/config.schema.yaml
...
Co-authored-by: Alois Klink <alois@aloisklink.com>
2024-01-29 15:29:26 +01:00
Sidharth Vinod
95dcd30324
Merge branch 'develop' into sidv/mindmapToTs
2024-01-29 16:53:21 +05:30
Sidharth Vinod
73293efcf3
Merge branch 'develop' into patch-2
2024-01-29 13:29:04 +05:30
Sidharth Vinod
4c551b2aca
Lint
2024-01-29 12:35:39 +05:30
Sidharth Vinod
d21461fba0
Lint
2024-01-29 12:27:17 +05:30
Sidharth Vinod
b51d8ff7ba
Convert svgDraw.ts
2024-01-29 12:16:21 +05:30
Sidharth Vinod
75ec719257
Rename svgDraw.js
2024-01-29 11:31:22 +05:30
Sidharth Vinod
13e052ff81
Fix styles.ts
2024-01-29 11:26:10 +05:30
Sidharth Vinod
bde6a9ff4f
Rename styles.js
2024-01-29 11:21:42 +05:30
Sidharth Vinod
23d843b6d3
refactor: Remove db import from svgDraw
2024-01-29 11:21:12 +05:30
Sidharth Vinod
cffac848ea
chore: Fix mindmapDb exports
2024-01-29 10:52:58 +05:30
Sidharth Vinod
9651d0c2da
refactor: Fix types and imports
2024-01-29 10:45:47 +05:30
Sidharth Vinod
e1a23f10df
chore: Fix config type
2024-01-28 21:43:03 +05:30
Sidharth Vinod
d346a77e3c
Convert MindmapRenderer.ts
2024-01-28 16:04:42 +05:30
Sidharth Vinod
f069de5487
Convert MindmapDB.ts
2024-01-28 16:04:42 +05:30
Sidharth Vinod
ba0bddf417
Add MermaidConfigWithDefaults
2024-01-28 16:04:42 +05:30
Sidharth Vinod
f30c26485e
Cleanup svgDraw.js
2024-01-28 16:04:41 +05:30
Sidharth Vinod
b71f4c7e54
Add MindmapDB type
2024-01-28 16:04:41 +05:30
Sidharth Vinod
e046da10c2
Convert mindmap.spec.js
2024-01-28 16:04:40 +05:30
Sidharth Vinod
12dc3d8373
Rename files to TS
2024-01-28 16:04:40 +05:30
rowanfr
82c405289d
Merge branch 'develop' into origin/3258_Flowchart_nodeSpacing_Subgraph
2024-01-27 18:41:01 -06:00
Reda Al Sulais
191ea24e29
make pie parser async
2024-01-27 21:17:23 +03:00
Reda Al Sulais
72a6fad1db
Merge branch next into add-pie-langium-parser
2024-01-27 20:55:15 +03:00
Reda Al Sulais
a2a99485f9
Merge branch 'mermaid-js:develop' into add-pie-langium-parser
2024-01-27 20:35:26 +03:00
Sidharth Vinod
bc332e3124
Fix boundMessage type
2024-01-27 22:37:24 +05:30
Franck Zagala
8d2605d537
minor stylistic changes
2024-01-27 16:33:57 +00:00
Franck Zagala
cc4dfeab1a
fix minor mistake in parsing test
2024-01-27 12:32:15 +00:00
Franck Zagala
280525b4b1
merge develop; resolve minor conflicts in docs/syntax/gantt.md
2024-01-27 12:27:34 +00:00
Franck Zagala
fd3f1caff6
add parsing unit test for after/until keywords
2024-01-27 11:27:28 +00:00
Sidharth Vinod
3b0c5c3e60
fix: Message width
2024-01-27 15:34:53 +05:30
Sidharth Vinod
52d276b010
chore: Update katex
2024-01-27 12:54:15 +05:30
Sidharth Vinod
d1178c490b
Merge branch 'develop' into pr/NicolasNewman/2885
...
* develop: (47 commits)
Changes to gantt.html 1. Added a Gantt diagram that demonstrates to users that hashtages and semicolons can be added to titles, sections, and task data. Changes to gantt.spec.js 1. Added unit tests to ensure that semicolons and hashtags didn't break the functionality of the gantt diagram when used in titles, sections or task data. Changes to /parser/gantt.spec.js 1. Added rendering tests to ensure that semicolons and hashtags in titles, sections, and task data didn't break the rendering of Gantt diagrams.
Lint
Remove echo
RefTest
Echo event
Update cypress
Fix applitools
docs: fix lint
docs: move community to Discord
Swap condition blocks to avoid using negation
Reposition const declaration to ideal place
Change repetitive values into consts
docs: fix swimm link
add sequenceDiagram link e2e test
Fix Update Browserslist
Use pnpm/action-setup@v2
Fix lint
Delete docs/syntax/gantt.html
Add more detailed docs for Gantt tasks
Update docs
...
2024-01-27 12:49:35 +05:30
Ronid1
9ee5667580
Merge branch 'develop' of https://github.com/mermaid-js/mermaid into feature/4653-add_actor-top_class_to_sequence_diagram
2024-01-26 14:08:13 -08:00
Sidharth Vinod
7ca990d762
Merge branch 'develop' into fix/DompurifyHooks
2024-01-27 00:25:15 +05:30
Sidharth Vinod
7d0faa3fed
Merge branch 'develop' into bug/4358_suppress_error_rendering
2024-01-26 23:29:27 +05:30
Sidharth Vinod
327530fb9d
Merge branch 'develop' into pr/rhysd/4359
...
* develop: (171 commits)
Lint
Remove echo
RefTest
Echo event
Update cypress
Fix applitools
docs: fix lint
docs: move community to Discord
Swap condition blocks to avoid using negation
Reposition const declaration to ideal place
Change repetitive values into consts
docs: fix swimm link
Fix Update Browserslist
Use pnpm/action-setup@v2
Fix lint
Cleanup e2e.yml
Ignore push events on merge queue
Remove ::
Remove ::
Remove ::
...
2024-01-26 23:05:16 +05:30
Sidharth Vinod
91907fe0eb
Merge pull request #5095 from FutzMonitor/issue1981
...
Changes to Gantt Parsers to allow hashes and semicolons to titles, sections, and task data.
2024-01-26 17:21:58 +00:00
Sidharth Vinod
9bedfa2033
Merge pull request #5160 from vitorsss/fix/4212_actor_menus_sequence_diagram_popup
...
[Fix] Sequence diagram actor menu popup
2024-01-26 17:16:27 +00:00
FutzMonitor
59264a33d7
Changes to gantt.html
...
1. Added a Gantt diagram that demonstrates to users that hashtages and semicolons can be added to titles, sections, and task data.
Changes to gantt.spec.js
1. Added unit tests to ensure that semicolons and hashtags didn't break the functionality of the gantt diagram when used in titles, sections or task data.
Changes to /parser/gantt.spec.js
1. Added rendering tests to ensure that semicolons and hashtags in titles, sections, and task data didn't break the rendering of Gantt diagrams.
2024-01-26 11:48:48 -05:00
Ronid1
70d9f50fc9
add const for class name
2024-01-25 17:59:46 -08:00
Ronid1
b253cd65d4
update docs
2024-01-25 17:19:00 -08:00
Ronid1
f2f8d89a28
add actor-top class to rectangle actor and man actor
2024-01-25 17:16:09 -08:00
FutzMonitor
0b0f988180
Merge branch 'develop' into issue1981
2024-01-25 17:03:16 -05:00
Sidharth Vinod
1c200ee5bc
perf: prevent adding multiple DOMPurify hooks
...
Currently, everytime `removeScript()` is called, the same DOMPurify
hooks are getting added again and again.
Co-authored-by: Alois Klink <alois@aloisklink.com>
2024-01-25 23:28:42 +05:30
Reda Al Sulais
55be75c974
Merge branch next into add-pie-langium-parser
2024-01-25 14:56:34 +03:00