Michael Baumgartner
e79a08ee0f
Replace mermaid-js.github.io links
...
Replace each link to mermaid-js.github.io with corresponding link
at the webhelp (/ website), using the redirects to get these links.
(The redirects are to the http:// sites. I replace it with the https://
links of course.)
2024-02-25 19:24:30 +01:00
Michael Baumgartner
77706216c9
Replace links to docs with links to webhelp
...
The docs are availabe as webhelp, which is a nicer viewer than
the plain markdown at GitHub. So a little search & replace:
- "(./docs" --> "https://mermaid.js.org "
vim command ":%s/(.\/docs/(https:\/\/mermaid.js.org/g"
- ".md)" --> ".html)"
vim command ":%s/.md)/.html)/g"
2024-02-25 18:58:48 +01:00
Michael Baumgartner
d9448e4a91
Link to contributing page on webhelp
...
The constributing page is not a plain markdown any more.
It is part of the generated webhelp, so link to this. Some of the links
were still to the symbolic link at the root of the repository.
2024-02-25 18:48:51 +01:00
Sidharth Vinod
70c8a3dde8
Merge pull request #5287 from BoDonkey/docs/add-apostrophecms-integration
...
Add new extension to integrations
2024-02-19 03:55:37 +00:00
Robert Means
eaffe334c4
Fix CMS order
2024-02-16 05:28:29 -05:00
Sidharth Vinod
6be91bc3a8
Merge pull request #5286 from Jason3S/cspell
...
chore: Update CSpell configuration
2024-02-16 04:31:27 +00:00
Robert Means
551ccfc8ce
Add new extension to integrations
2024-02-15 14:20:32 -05:00
Jason Dent
e54d0902c1
Use both British and American English spellings.
2024-02-15 17:04:09 +01:00
Jason Dent
36f056fd92
Update packages/mermaid/src/diagrams/sankey/parser/sankey.jison
...
Co-authored-by: Alois Klink <alois@aloisklink.com>
2024-02-15 16:58:06 +01:00
Jason Dent
c3060548cf
Update comment to link to replacement function.
2024-02-15 09:22:50 +01:00
Jason Dent
f3282e4dad
chore: sort cspell dictionaries on commit
2024-02-14 23:32:15 +01:00
Jason Dent
4a7489a7b6
chore: Update cspell and fix issues
...
- covert `cSpell.json` to `cspell.config.yaml`
- break up the word list into multiple dictionary files
- fix spelling issues
- Enable spell checking code for non-test files
2024-02-14 23:17:44 +01:00
Knut Sveidqvist
fe1cff3f55
Merge pull request #2885 from NicolasNewman/feature/2776_katex_math
...
Integrated Katex typesetting into flowcharts
2024-02-13 09:22:40 +00:00
Sidharth Vinod
4a4e96cfbd
Merge branch 'develop' into feature/2776_katex_math
2024-02-13 10:56:46 +05:30
Sidharth Vinod
447c5a4b35
Merge branch 'develop' of github.com:mermaid-js/mermaid into develop
...
* 'develop' of github.com:mermaid-js/mermaid:
chore(deps): update all patch dependencies
chore(deps): update all minor dependencies
2024-02-12 16:45:00 +05:30
Sidharth Vinod
18589ddda4
Ignore BundlePhobia
2024-02-12 16:44:41 +05:30
Sidharth Vinod
267e142ac9
Merge pull request #5280 from mermaid-js/renovate/patch-all-patch
...
chore(deps): update all patch dependencies (patch)
2024-02-12 07:08:19 +00:00
renovate[bot]
9ee2d70c8c
chore(deps): update all patch dependencies
2024-02-12 06:00:22 +00:00
Sidharth Vinod
a90a8ceea5
Merge pull request #5281 from mermaid-js/renovate/all-minor
...
chore(deps): update all minor dependencies (minor)
2024-02-12 05:42:38 +00:00
renovate[bot]
ddd971eae4
chore(deps): update all minor dependencies
2024-02-12 01:15:54 +00:00
Sidharth Vinod
9c6ad54681
Merge pull request #5263 from mermaid-js/renovate/patch-all-patch
...
chore(deps): update all patch dependencies (patch)
2024-02-06 14:32:40 +00:00
Nikolay Rozhkov
c7f5e01721
Merge pull request #5262 from thedustin/macos-docker-onboarding-issues
...
Fix macOS onboarding issues
2024-02-06 14:18:01 +00:00
renovate[bot]
19f150922b
chore(deps): update all patch dependencies
2024-02-06 08:36:17 +00:00
Sidharth Vinod
be036ad414
Merge pull request #5269 from elgalu/fix-cutomers-typo
...
fix typo cutomers => customers
2024-02-06 08:19:23 +00:00
Leo Gallucci
9261715003
fix typo cutomers => customers
...
Signed-off-by: Leo Gallucci <leo.gallucci@zalando.de>
2024-02-05 18:09:25 +01:00
Sidharth Vinod
dee99d2c4a
Merge pull request #5264 from mermaid-js/renovate/all-minor
...
chore(deps): update all minor dependencies (minor)
2024-02-05 08:57:49 +00:00
renovate[bot]
5f0b514c92
chore(deps): update all minor dependencies
2024-02-05 00:13:27 +00:00
Dustin Breuer
337f07b865
Fix macOS onboarding issues
2024-02-04 18:30:51 +01:00
Don
b043d79cc4
Bump @zenuml/core and update render options in mermaid-zenuml ( #5257 )
...
* Update dependencies and render options in mermaid-zenuml
* update snpashots
* Revert "update snpashots"
This reverts commit e52022782b5565e3b95752bdf147cd8b2e0f03cd.
2024-02-04 18:20:02 +05:30
Sidharth Vinod
3b5cb020ea
Merge pull request #5218 from mermaid-js/dependabot/npm_and_yarn/vite-4.5.2
...
build(deps-dev): bump vite from 4.4.12 to 4.5.2
2024-02-03 05:58:52 +00:00
Knut Sveidqvist
5c9857c4eb
Merge pull request #5247 from mermaid-js/sidv/mindmapToTs
...
Convert Mindmap to TS
2024-02-01 13:23:13 +00:00
Christian
494ba45c5e
Fixed Typo in ErrorRenderer.ts ( #5256 )
...
* Changes to flow.jison
1. Added support for the plus symbol.
* Changes to errorRenderer.ts
1. Fixed a typo where 'renering' instead 'rendering'
* Revert "Changes to flow.jison"
This reverts commit 28b9dc897fa6756fc5bf423381c3df35c637fbfc.
2024-02-01 17:32:52 +05:30
Ashish Jain
b38def6866
Merge pull request #5221 from mermaid-js/3358-blocks-diagram
...
Adding new diagram type - Block Diagram
2024-02-01 11:22:18 +00:00
Knut Sveidqvist
a7afc11079
#3358 Removing redundant file
2024-02-01 10:49:59 +01:00
Knut Sveidqvist
d3c5b02008
Merge branch '3358-blocks-diagram' of github.com:mermaid-js/mermaid into 3358-blocks-diagram
2024-02-01 10:41:11 +01:00
Knut Sveidqvist
16149abcc0
#3358 Fix after review
2024-02-01 10:40:39 +01:00
Ashish Jain
13d0b61757
Merge branch 'develop' into 3358-blocks-diagram
2024-01-31 15:08:09 +01:00
Sidharth Vinod
ebc59d8227
Merge branch 'develop' into feature/2776_katex_math
2024-01-31 15:21:13 +05:30
Sidharth Vinod
45f4d3d443
Merge branch 'develop' into sidv/mindmapToTs
2024-01-31 15:20:16 +05:30
Sidharth Vinod
33d45f639c
Merge pull request #5254 from mermaid-js/chore/InterfaceNaming
...
chore: Add interface naming Convention
2024-01-31 09:49:59 +00:00
Sidharth Vinod
7503694453
Merge pull request #5241 from Ronid1/feature/4653-add_actor-top_class_to_sequence_diagram
...
Feature/4653 add actor-top class to sequence diagram
2024-01-31 09:15:18 +00:00
Sidharth Vinod
e9680e086e
Fix selector
2024-01-31 14:27:46 +05:30
Knut Sveidqvist
cd7003e9c1
Merge branch '3358-blocks-diagram' of github.com:mermaid-js/mermaid into 3358-blocks-diagram
2024-01-31 09:55:13 +01:00
Sidharth Vinod
941d9d13d5
Merge branch 'develop' into feature/4653-add_actor-top_class_to_sequence_diagram
2024-01-31 14:22:26 +05:30
Knut Sveidqvist
4786cfb6aa
#3358 Renaming of IOperation to ActionFun
2024-01-31 09:50:11 +01:00
Sidharth Vinod
7aa4466b69
chore: Add interface naming
2024-01-31 14:19:01 +05:30
Sidharth Vinod
2bfd5a9e2a
Merge branch 'develop' into 3358-blocks-diagram
...
* develop:
Update container
Update container
Remove pnpm cache
Use `.node-version` file in workflows
Remove node version from matrix
Update to Node v20
Update to Node v20
2024-01-31 14:11:53 +05:30
Sidharth Vinod
56da881ed4
Merge branch 'develop' into sidv/mindmapToTs
...
* develop:
Update container
Update container
Remove pnpm cache
Use `.node-version` file in workflows
fix: Redirect of old URLs
Remove node version from matrix
Update to Node v20
Update to Node v20
fix lint
add latest blog post
update discord invite link
remove holiday promo text
2024-01-31 14:10:51 +05:30
dependabot[bot]
a3364e72ff
build(deps-dev): bump vite from 4.4.12 to 4.5.2
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 4.4.12 to 4.5.2.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-31 08:40:08 +00:00
Sidharth Vinod
aa50db8bf5
Merge pull request #5248 from mermaid-js/sidv/node20
...
Use node v20
2024-01-31 08:10:41 +00:00