* 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.
* develop: (21 commits)
Linting
chore: temp fix for eslint OOM
chore: Update error snapshots
Fix ESLint
chore: Prettier
chore: YOLO `pnpm --recursive update`
chore: Remove commitlint
Fix flowchart-elk render test
chore: Add example page link in index
chore: Remove cy.viewport
fix: Cypress test for Suppress Error
fix: Race condition when running suppressError test.
fix: Retain default behavior when rendering errors cases
chore: Add suppressErrorRendering to secure flags.
fix: Remove blank SVG
docs: Rebuild
Add test
Add test
chore: Add suppressErrorRendering to config
Throw error when detecting diagram type failed and `suppressErrorRendering` is set
...