* develop:
Fix spelling
Update all minor dependencies
Fix color and arrow for merge commit
minor stylistic changes
revert changes on existing e2e tests; add new e2e test for nez until keyword
modify invalid e2e test for gantt chart
fix minor mistake in parsing test
adapt e2e tests to include new 'until' keyword in gantt chart
add parsing unit test for after/until keywords
address review comment on implementation; apply similar changes on existing impl of keyword 'after'
fix bad expected values in gantt units tests
implement until keyword in gantt charts
* develop:
Fix community integrations
Fix docs
docs: Fix config
Amend docs to document gitgraph parallel commits
Added link to Blazorade Mermaid to the community integrations page.
* develop:
Fix lint
Use Yarn Add COREPACK_ENABLE_STRICT
Updated chrome extension url's to new store
add name only when present in rectData
make name optional
feat: add name field to the actors
Changes to intro.md 1. Removed the Slack link 2. Updated the Discord invite link
Changes to intro.md 1. Removed the Slack invite and left only the Discord invite
Changes to intro.md 1. Added a link to the Discord server
Updated contributions file
#3358 Layoutfix for growing parent when children spans new rows due to updated columns widths
Update docs
Mermaid version 10.8.0
* master:
Changes to intro.md 1. Removed the Slack link 2. Updated the Discord invite link
Changes to intro.md 1. Removed the Slack invite and left only the Discord invite
Changes to intro.md 1. Added a link to the Discord server
Updated contributions file
Update docs
Mermaid version 10.8.0
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.)
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"
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.