Sidharth Vinod 
							
						 
					 
					
						
						
							
						
						5f5b216428 
					 
					
						
						
							
							fix: Performance issue in Gantt diagram  
						
						 
						
						
						
						
					 
					
						2023-09-26 19:15:44 +05:30  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sidharth Vinod 
							
						 
					 
					
						
						
							
						
						a3456ec933 
					 
					
						
						
							
							fix: Sequence diagram loop rendering  
						
						 
						
						
						
						
					 
					
						2023-09-26 18:36:05 +05:30  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alois Klink 
							
						 
					 
					
						
						
							
						
						99beeba261 
					 
					
						
						
							
							ci(pr-labeler): add required template option  
						
						 
						
						... 
						
						
						
						This value is unused, but it's required, so we have to add it.
Fixes: a1673d3aca 
						
						
					 
					
						2023-09-25 18:20:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						fd2c2f7af3 
					 
					
						
						
							
							chore(deps): update all patch dependencies  
						
						 
						
						
						
						
					 
					
						2023-09-25 07:43:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sidharth Vinod 
							
						 
					 
					
						
						
							
						
						2049915c2a 
					 
					
						
						
							
							Merge pull request  #4869  from mermaid-js/renovate/patch-all-patch  
						
						 
						
						... 
						
						
						
						chore(deps): update all patch dependencies (patch) 
						
						
					 
					
						2023-09-25 07:21:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sidharth Vinod 
							
						 
					 
					
						
						
							
						
						789a38bece 
					 
					
						
						
							
							Merge pull request  #4870  from mermaid-js/renovate/all-minor  
						
						 
						
						... 
						
						
						
						chore(deps): update all minor dependencies (minor) 
						
						
					 
					
						2023-09-25 07:21:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						b7bdbf8054 
					 
					
						
						
							
							chore(deps): update all minor dependencies  
						
						 
						
						
						
						
					 
					
						2023-09-25 01:17:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						7553d0a720 
					 
					
						
						
							
							chore(deps): update all patch dependencies  
						
						 
						
						
						
						
					 
					
						2023-09-25 01:16:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alois Klink 
							
						 
					 
					
						
						
							
						
						a1673d3aca 
					 
					
						
						
							
							ci(pr-labeler): replace TimonVS/pr-labeler-action  
						
						 
						
						... 
						
						
						
						Replace the `TimonVS/pr-labeler-action` with
`release-drafter/release-drafter` as it has an [`autolabeler`][1]
option that can autolabel PRs for us.
This should fix labeling PRs from forks,
see https://github.com/TimonVS/pr-labeler-action/issues/25 .
I've kept the `.github/pr-labeler.yml` configuration file, so that
links to it from the https://mermaid.js.org  website continue to work.
I've also kept everything in the same
`.github/workflows/pr-labeler.yml` GitHub Actions workflow to make the
`git diff` easier to review, and to keep the GitHub Actions permissions
the same.
[1]: ff929b5ceb/README.md (autolabeler) 
						
						
					 
					
						2023-09-24 19:18:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alois Klink 
							
						 
					 
					
						
						
							
						
						672a289909 
					 
					
						
						
							
							style(pr-labeler): format .github/pr-labeler.yml  
						
						 
						
						... 
						
						
						
						Change the formatting of .github/pr-labeler.yml to make `git diff`'s
easier to understand in a future commit. 
						
						
					 
					
						2023-09-24 19:18:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alois Klink 
							
						 
					 
					
						
						
							
						
						dc22189eef 
					 
					
						
						
							
							docs(ci/pr-labeler): warn about security issues  
						
						 
						
						... 
						
						
						
						Using `pull_request_target` is pretty dangerous, since it heavily
increases the risk of malicious PRs getting access to the mermaid-js
repo.
What we're doing currently is safe, but we should add a warning
message just to ensure that we're very careful when we make changes.
See: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target 
See: https://securitylab.github.com/research/github-actions-preventing-pwn-requests/  
						
						
					 
					
						2023-09-24 19:17:03 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alois Klink 
							
						 
					 
					
						
						
							
						
						5f740312fe 
					 
					
						
						
							
							ci(release-draft): handle new release-drafter name  
						
						 
						
						... 
						
						
						
						https://github.com/toolmantim/release-drafter  has been renamed to
https://github.com/release-drafter/release-drafter . 
						
						
					 
					
						2023-09-24 19:16:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alois Klink 
							
						 
					 
					
						
						
							
						
						123d53c265 
					 
					
						
						
							
							ci(release-drafter): remove unused branch config  
						
						 
						
						... 
						
						
						
						`branch` is not a valid configuration option for release-drafter,
see
https://github.com/release-drafter/release-drafter#configuration-options 
There's is a similar [`references` option][1], but it does nothing when
using GitHub Actions (it's only there for GitHub apps).
There's also `commitish`, but it defaults to the target/branch the
GitHub Action job runs on, so we don't need to set that.
[1]: https://github.com/release-drafter/release-drafter#references  
						
						
					 
					
						2023-09-24 19:16:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alois Klink 
							
						 
					 
					
						
						
							
						
						b928e60d8b 
					 
					
						
						
							
							ci(pr-labeler): limit GITHUB_TOKEN permissions  
						
						 
						
						... 
						
						
						
						Limit the `GITHUB_TOKEN` permissions for `TimonVS/pr-labeler-action`
to the minimum required permissions. 
						
						
					 
					
						2023-09-24 19:16:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alois Klink 
							
						 
					 
					
						
						
							
						
						9688269027 
					 
					
						
						
							
							ci(release-draft): limit GITHUB_TOKEN permissions  
						
						 
						
						... 
						
						
						
						Limit the `GITHUB_TOKEN` permissions for `toolmantim/release-drafter`
to the minimum required permissions. 
						
						
					 
					
						2023-09-24 19:16:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sidharth Vinod 
							
						 
					 
					
						
						
							
						
						b054766388 
					 
					
						
						
							
							Merge pull request  #4841  from mermaid-js/sidv/LEBeta  
						
						 
						
						... 
						
						
						
						Publish Live Editor previews for the `develop` & `next` branches 
						
						
					 
					
						2023-09-24 05:50:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sidharth Vinod 
							
						 
					 
					
						
						
							
						
						7825b59399 
					 
					
						
						
							
							Merge pull request  #4862  from janjonas/patch-2  
						
						 
						
						... 
						
						
						
						Add new Atlassian integrations 
						
						
					 
					
						2023-09-24 05:45:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sidharth Vinod 
							
						 
					 
					
						
						
							
						
						095394dbef 
					 
					
						
						
							
							docs: Correct words  
						
						 
						
						... 
						
						
						
						Co-authored-by: Alois Klink <alois@aloisklink.com > 
						
						
					 
					
						2023-09-24 11:13:50 +05:30  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jan Jonas 
							
						 
					 
					
						
						
							
						
						b6134a3d6c 
					 
					
						
						
							
							Update integrations.md  
						
						 
						
						
						
						
					 
					
						2023-09-23 17:46:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jan Jonas 
							
						 
					 
					
						
						
							
						
						62afe01634 
					 
					
						
						
							
							Merge branch 'develop' into patch-2  
						
						 
						
						
						
						
					 
					
						2023-09-23 17:30:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jan Jonas 
							
						 
					 
					
						
						
							
						
						54c56ba119 
					 
					
						
						
							
							Update integrations.md  
						
						 
						
						
						
						
					 
					
						2023-09-23 17:29:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jan Jonas 
							
						 
					 
					
						
						
							
						
						866cf4ea8c 
					 
					
						
						
							
							Update integrations.md  
						
						 
						
						
						
						
					 
					
						2023-09-23 17:21:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jan Jonas 
							
						 
					 
					
						
						
							
						
						4be829412c 
					 
					
						
						
							
							Update integrations.md  
						
						 
						
						
						
						
					 
					
						2023-09-23 17:21:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alois Klink 
							
						 
					 
					
						
						
							
						
						a19b0cf768 
					 
					
						
						
							
							Merge pull request  #4859  from Yokozuna59/chore/shorten-flow-huge-test-case  
						
						 
						
						... 
						
						
						
						chore: shorten `flow-huge.spec.js` test case using `.repeat` 
						
						
					 
					
						2023-09-23 13:42:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Steph 
							
						 
					 
					
						
						
							
						
						a0e9b0c96d 
					 
					
						
						
							
							add git graph blog post  
						
						 
						
						
						
						
					 
					
						2023-09-22 10:09:05 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jan Jonas 
							
						 
					 
					
						
						
							
						
						a31606aa82 
					 
					
						
						
							
							Merge branch 'develop' into patch-2  
						
						 
						
						
						
						
					 
					
						2023-09-22 12:43:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Reda Al Sulais 
							
						 
					 
					
						
						
							
						
						ca960c4f5f 
					 
					
						
						
							
							Merge branch 'mermaid-js:develop' into chore/shorten-flow-huge-test-case  
						
						 
						
						
						
						
					 
					
						2023-09-22 13:31:25 +03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Reda Al Sulais 
							
						 
					 
					
						
						
							
						
						bd861977ca 
					 
					
						
						
							
							chore: shorten huge.html using repeat  
						
						 
						
						
						
						
					 
					
						2023-09-22 13:16:15 +03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						fbe8d1085c 
					 
					
						
						
							
							Merge pull request  #4817  from mermaid-js/update-ecosystem-section  
						
						 
						
						... 
						
						
						
						Docs: update Ecosystem section 
						
						
					 
					
						2023-09-22 08:45:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sidharth Vinod 
							
						 
					 
					
						
						
							
						
						0534d758ce 
					 
					
						
						
							
							Merge pull request  #4860  from dreathed/bug/4849_center_axis_labels  
						
						 
						
						... 
						
						
						
						bug/4849_center_axis_labels 
						
						
					 
					
						2023-09-22 05:59:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sidharth Vinod 
							
						 
					 
					
						
						
							
						
						2f6c1972e1 
					 
					
						
						
							
							Update cypress/integration/rendering/quadrantChart.spec.js  
						
						 
						
						
						
						
					 
					
						2023-09-22 05:37:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sidharth Vinod 
							
						 
					 
					
						
						
							
						
						d69fee382d 
					 
					
						
						
							
							Merge branch 'develop' into sidv/LEBeta  
						
						 
						
						... 
						
						
						
						* develop:
  docs: Wrap email in <>
  chore(dev-deps): update @typescript-eslint to v6
  chore(deps): update all patch dependencies
  test(e2e): wait for theme-directives.html
  test(e2e): remove unused code in theme-directives
  test(e2e): wait for marker_unique_id.html e2e test 
						
						
					 
					
						2023-09-22 10:47:48 +05:30  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sidharth Vinod 
							
						 
					 
					
						
						
							
						
						4946813ac6 
					 
					
						
						
							
							chore: Build only mermaid  
						
						 
						
						
						
						
					 
					
						2023-09-22 10:47:06 +05:30  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sidharth Vinod 
							
						 
					 
					
						
						
							
						
						882350311b 
					 
					
						
						
							
							chore: Append commit hash to version  
						
						 
						
						
						
						
					 
					
						2023-09-22 10:40:42 +05:30  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sidharth Vinod 
							
						 
					 
					
						
						
							
						
						60d0dba648 
					 
					
						
						
							
							Print commit ref  
						
						 
						
						
						
						
					 
					
						2023-09-22 10:25:42 +05:30  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sidharth Vinod 
							
						 
					 
					
						
						
							
						
						ab7fcb26d7 
					 
					
						
						
							
							Update URLs.  
						
						 
						
						
						
						
					 
					
						2023-09-22 10:20:16 +05:30  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sidharth Vinod 
							
						 
					 
					
						
						
							
						
						b0da3fb786 
					 
					
						
						
							
							docs: Wrap email in <>  
						
						 
						
						
						
						
					 
					
						2023-09-21 22:37:37 +05:30  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hans Blankenhaus 
							
						 
					 
					
						
						
							
						
						de770e4c3c 
					 
					
						
						
							
							changed name of test  
						
						 
						
						
						
						
					 
					
						2023-09-21 15:42:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hans Blankenhaus 
							
						 
					 
					
						
						
							
						
						05e94b430a 
					 
					
						
						
							
							add image snapshot test for quadrantchart  
						
						 
						
						
						
						
					 
					
						2023-09-21 15:25:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hans Blankenhaus 
							
						 
					 
					
						
						
							
						
						2d0b22892d 
					 
					
						
						
							
							added requested changes  
						
						 
						
						
						
						
					 
					
						2023-09-21 12:24:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jan Jonas 
							
						 
					 
					
						
						
							
						
						43873fbe4a 
					 
					
						
						
							
							Add new Atlassian integrations  
						
						 
						
						
						
						
					 
					
						2023-09-21 10:57:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hans Blankenhaus 
							
						 
					 
					
						
						
							
						
						d7591fbeda 
					 
					
						
						
							
							changed condition on which axis labels are centered  
						
						 
						
						
						
						
					 
					
						2023-09-21 10:55:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hans Blankenhaus 
							
						 
					 
					
						
						
							
						
						5c39e99e32 
					 
					
						
						
							
							Revert "center labels: removed condition"  
						
						 
						
						... 
						
						
						
						This reverts commit a83fab28e1 . 
						
						
					 
					
						2023-09-21 10:35:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sidharth Vinod 
							
						 
					 
					
						
						
							
						
						74c503204d 
					 
					
						
						
							
							Merge pull request  #4857  from aloisklink/build/update-@typescript-eslint-to-v6  
						
						 
						
						... 
						
						
						
						chore(dev-deps): update `@typescript-eslint/*` plugins to v6 (major) 
						
						
					 
					
						2023-09-21 06:17:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Reda Al Sulais 
							
						 
					 
					
						
						
							
						
						6f05bf0846 
					 
					
						
						
							
							chore: implement actual huge code correctly  
						
						 
						
						... 
						
						
						
						Co-authored-by: Alois Klink <alois@aloisklink.com > 
						
						
					 
					
						2023-09-21 01:26:40 +03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Reda Al Sulais 
							
						 
					 
					
						
						
							
						
						048dc07a90 
					 
					
						
						
							
							chore: add comment on why we skip flow huge  
						
						 
						
						... 
						
						
						
						Co-authored-by: Alois Klink <alois@aloisklink.com > 
						
						
					 
					
						2023-09-21 01:23:00 +03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hans Blankenhaus 
							
						 
					 
					
						
						
							
						
						a83fab28e1 
					 
					
						
						
							
							center labels: removed condition  
						
						 
						
						
						
						
					 
					
						2023-09-20 22:56:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Subhash Halder 
							
						 
					 
					
						
						
							
						
						f56796c7cf 
					 
					
						
						
							
							Fix a review request in the docs  
						
						 
						
						
						
						
					 
					
						2023-09-20 19:57:48 +05:30  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Reda Al Sulais 
							
						 
					 
					
						
						
							
						
						fc3a8902c0 
					 
					
						
						
							
							chore: shorten flow-huge test case using repeat  
						
						 
						
						
						
						
					 
					
						2023-09-20 16:59:55 +03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Subhash Halder 
							
						 
					 
					
						
						
							
						
						f01f2dfcef 
					 
					
						
						
							
							Fix formatting in doc file  
						
						 
						
						
						
						
					 
					
						2023-09-19 21:18:06 +05:30