Aakansha Doshi
390e22cc0b
fix: getMessageAPI so it considers entity codes
2023-10-31 18:28:45 +05:30
Sebastian Holmqvist
a3ee21d7fc
fix(tooltip): change position of tooltip to not cover node
...
Position the tooltip centered, just below the node being hovered.
Update packages/mermaid/src/diagrams/flowchart/flowDb.js
Co-authored-by: Sidharth Vinod <sidharthv96@gmail.com>
2023-10-31 12:51:47 +01:00
Sebastian Holmqvist
8f2a5064cb
fix(tooltip): remove redundant scroll offset
...
window.scrollY is already account for which means document.body.scrollTop incorrectly offsets the tooltip vertically.
The same is not true for horizontal position.
2023-10-31 08:38:19 +01:00
Sidharth Vinod
77667b94d3
Merge pull request #4975 from mermaid-js/add-docusaurus
...
Docs: add Docusaurus to "Integrations - Community" page
2023-10-31 06:42:09 +00:00
renovate[bot]
e8a04faa36
chore(deps): update all patch dependencies
2023-10-31 06:13:41 +00:00
Alex Titarenko
e98aa55577
docs: upate the list of tools with native support of mermaid
2023-10-27 18:58:30 -07:00
Harshit Anand | Frontend Developer | ReactJS
3394541b41
Merge branch 'develop' into bug/4716_fix_target_blank_getting_sanitized
2023-10-26 14:57:15 +05:30
Sahil Nagpure
36a727d44e
Merge branch 'develop' into patch-1
2023-10-26 11:44:46 +05:30
Harshit Anand
06d2ba8398
fix: added two unit tests to check for the secured anchor tag
2023-10-25 21:17:53 +05:30
Knut Sveidqvist
29942c04dc
Updated mermaid version
2023-10-25 11:07:12 +02:00
Knut Sveidqvist
fc28c1da63
Limiting the number of edges that are allowed in the flowchart
2023-10-25 11:06:37 +02:00
Sahil Nagpure
9637b0c187
Merge branch 'develop' into patch-1
2023-10-25 12:24:03 +05:30
Harshit Anand
7960f94eba
fix: shifted dompurify.addhook functions inside removescript
2023-10-23 16:09:51 +05:30
Harshit Anand
b36cdaceca
Merge branch 'develop' of https://github.com/mermaid-js/mermaid into bug/4716_fix_target_blank_getting_sanitized
2023-10-23 12:24:22 +05:30
Harshit Anand
3b8c48dd26
fix: added type Element to the node used in callback in the dompurify.addhook
2023-10-23 12:23:08 +05:30
steph
bc247b1d46
add docusaurus to community integrations
2023-10-22 14:18:41 -07:00
Sahil Nagpure
f31cddee0c
Update classDiagram.md
...
Fixed typo.
2023-10-22 12:27:55 +05:30
Remco Haszing
ab9b9abdf9
Replace rehype-mermaidjs with rehype-mermaid
...
The package was renamed.
2023-10-20 16:55:01 +02:00
Knut Sveidqvist
d32c18a43c
Merge branch 'master' into develop
2023-10-20 14:33:07 +02:00
Knut Sveidqvist
b70959daa7
Version 10.5.1
2023-10-20 14:30:52 +02:00
Per Brolin
aaf0b474d4
Increased version to 10.5.1
2023-10-20 14:18:07 +02:00
Knut Sveidqvist
61bc293a95
#4967 Reverting optimimization that breaks subgraphs
2023-10-20 11:12:56 +02:00
Steph
87675e687e
add latest blog post
2023-10-19 11:36:46 -07:00
Anthony Damico
31ec3d1496
Update questions-and-suggestions.md
2023-10-17 10:30:29 -04:00
renovate[bot]
e4350f80fe
chore(deps): update all patch dependencies
2023-10-16 19:52:01 +00:00
Sidharth Vinod
7eac75c15c
Merge pull request #4928 from mribeirodantas/fix-minor-typos
...
fix(typos): Fix minor typos in the source code
2023-10-16 14:00:27 +00:00
Alois Klink
d04f4c27fc
Merge pull request #4889 from dreathed/bug/4345_bundle_current_config_consitently_in_one_file
...
making consitent config imports from diagramAPI
2023-10-15 22:54:10 +00:00
Harshit Anand
345e82abee
fix: removed static target=_blank instaed value will fetched from the target attribute
2023-10-14 00:50:09 +05:30
Marcel Ribeiro-Dantas
9080f1f354
Revert typo fix
2023-10-12 01:33:25 -03:00
Marcel Ribeiro-Dantas
4b8441a1a0
Prettify table
2023-10-12 01:27:08 -03:00
Marcel Ribeiro-Dantas
00b38c55e9
Merge branch 'develop' into fix-minor-typos
2023-10-11 16:43:47 -03:00
Marcel Ribeiro-Dantas
ab2345093e
Revert error typo fix
2023-10-11 16:41:04 -03:00
RounakJoshi09
995449cbf6
Error Message Changed
2023-10-11 20:40:14 +05:30
Sidharth Vinod
d1b386b5c9
Revert PH changes ( #4903 )
2023-10-11 11:32:24 +05:30
RounakJoshi09
ce3d9fcdde
Added test suggested on PR
2023-10-10 11:09:30 +05:30
Harshit Anand
c279a9f9ed
fix: clean link unit test resolved
2023-10-10 01:05:55 +05:30
RounakJoshi09
cdb4639aa4
bug/#3251_linkStyle-can't-specify-ids Fixed
2023-10-10 00:16:05 +05:30
Harshit Anand
2a9eb7f123
fix: target blank removed from anchor tag
2023-10-09 21:13:53 +05:30
Mr.Hope
1fec55d5f7
feat(gantt): update styles
2023-10-09 11:25:09 +08:00
Mr.Hope
444e81ae8a
fix(class): avoid duplicate definition of fill
2023-10-09 11:08:46 +08:00
Jakub Mikulas
4559ba625c
docs(integrations): add Mermaid for Slack
2023-10-08 21:16:36 +02:00
Hans Blankenhaus
497ffde9fe
undo changes for commonDb to avoid circular imports
2023-10-08 18:22:27 +02:00
Hans Blankenhaus
01203d884c
fix classDB
2023-10-08 15:32:40 +02:00
Hans Blankenhaus
846fb3f8f8
making consitent config imports from diagramAPI
2023-10-08 14:17:45 +02:00
Marcel Ribeiro-Dantas
30b3e6213f
fix(typos): Fix minor typos in the source code
...
Signed-off-by: Marcel Ribeiro-Dantas <mribeirodantas@seqera.io>
2023-10-07 22:16:11 -03:00
Nikolay Rozhkov
f346c3f511
Merge branch 'develop' into patch-1
2023-10-06 12:42:56 +03:00
Sidharth Vinod
3abe7cfc45
Merge branch 'develop' into next
...
* develop: (61 commits)
Revert "fix: Reduce gantt exclude days length"
Commented out broken test (#4913 )
fix: Reduce gantt exclude days length
Update docs
Fix lint issue
Fix release version
Fix TopBar
Add MC to integrations
Add TopBar
Fix docs
Docs: Add Product Hunt info (#4900 )
Update docs
Merge branch 'release/10.5.0'
Mermaid release v10.5.0
docs: typo fixed
docs: typo fixed
Fix for issue with backticks in ids in classDiagrams
more fixes
fix typo
more link fixes
...
2023-10-06 11:11:34 +05:30
Sidharth Vinod
157c90eeac
Revert "fix: Reduce gantt exclude days length"
...
This reverts commit 2bde5ad6673b96bd94b481ba6bb7d7be46508086.
2023-10-06 10:49:09 +05:30
Sidharth Vinod
2bde5ad667
fix: Reduce gantt exclude days length
2023-10-05 21:37:57 +05:30
Nikolay Rozhkov
3a0ce43252
Merge branch 'develop' into feature/4269_add_xychart
2023-10-05 14:44:55 +03:00