* develop:
chore: Update docs
chore: Add argos token to cypress config.
chore: Remove cy.get('svg') calls
Explain line breaks in `sequenceDiagram.md`
add integration test
fix note z position
Correct the System_Boundary stereotype
* develop: (355 commits)
Create FUNDING.json
Update pnpm to v9
Tiny improvements to Diagram Syntax sidebar
chore(deps): update all patch dependencies
chore: address @Yokozuna59's code reviews
refactor: remove non-null assertion operator
chore: remove unrefSubSchemas
chore: Build config types before building types
chore: Ignore `vite.config.ts.timestamp-`
chore(deps): update all patch dependencies
Update docs
chore: Update ordering
Added to "others" section on integration with Astro
feat: use standard edge id function for class,flow,state diagram
feat(utils): create a standard edge id function
chore: update browsers list
chore: rm autocompleted import
trigger e2e again
feat(state): add from, to in edge
fix: classrenderer v2 using in op
...
* 'master' of https://github.com/mermaid-js/mermaid:
chore: Fix link
Update docs
fixup, docs: update plugin's name
Update docs
Changed Mermaid Chart GPT plugin's name
Updated Mermaid Chart ChatGPT plugin link
run the pnpm --filter mermaid run docs:build command
Update flowchart.md
Lint fix
Fix for proper handling of block-diagram labels
Fix for proper handling of block-diagram labels
docs: Add blog post - Documentation Software (#5519)
update content
add ai blog post
- Updated the regex to allow either 'checkout' or 'switch'
2. Changes to gitGraphParser.spec.js
- Additional test coverage added for the changes made to the parser.
3. Changes to gitGraphParserV2.spec.js
- Additional test coverafe added for the changes made to the parser.
4. Changes to gitgraph.md
- Updated documentation to let users know that checkout/switch can be used interchangeably.