Closed renovate[bot] closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git βοΈ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
unknowifguestindream-github-io | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Aug 24, 2024 9:41am |
The update involves changing the version of the mermaid
package in the package.json
file from 10.9.1
to 11.0.2
. This minor version increment indicates potential new features, bug fixes, or breaking changes, which may require a review of the codebase for compatibility with the updated package.
Files | Change Summary |
---|---|
package.json |
Updated mermaid version from 10.9.1 to 11.0.2 |
sequenceDiagram
participant User
participant App
participant Mermaid
User->>App: Request Diagram
App->>Mermaid: Generate Diagram
Mermaid-->>App: Return Diagram
App-->>User: Display Diagram
In the garden where code bunnies play,
A new version hops in, hip-hip-hooray!
Withmermaid
now fresh, it dances anew,
Drawing flows bright, like the morning dew.
So letβs celebrate with a thump and a cheer,
For changes that bring us such joy and good cheer! πβ¨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Thanks for opening this pull request! Please check out the Contributing Guidelines.
@renovate[bot] Test build failed! please fix it.
All checks passed. Please wait for review.
@renovate[bot] Test build failed! please fix it.
All checks passed. Please wait for review.
@renovate[bot] Test build failed! please fix it.
All checks passed. Please wait for review.
@renovate[bot] Test build failed! please fix it.
All checks passed. Please wait for review.
This pull request has been approved by:
@unknowIfGuestInDream
Thank you @renovate[bot] for your contributions!
This PR contains the following updates:
10.9.1
->11.0.2
Release Notes
mermaid-js/mermaid (mermaid)
### [`v11.0.2`](https://togithub.com/mermaid-js/mermaid/releases/tag/mermaid%4011.0.2) [Compare Source](https://togithub.com/mermaid-js/mermaid/compare/mermaid@11.0.1...mermaid@11.0.2) ##### Patch Changes - [#5664](https://togithub.com/mermaid-js/mermaid/pull/5664) [`5deaef4`](https://togithub.com/mermaid-js/mermaid/commit/5deaef456e74d796866431c26f69360e4e74dbff) Thanks [@Austin-Fulbright](https://togithub.com/Austin-Fulbright)! - chore: Migrate git graph to langium, use typescript for internals - Updated dependencies \[[`5deaef4`](https://togithub.com/mermaid-js/mermaid/commit/5deaef456e74d796866431c26f69360e4e74dbff)]: - [@mermaid-js/parser](https://togithub.com/mermaid-js/parser)[@0](https://togithub.com/0).2.0 ### [`v11.0.1`](https://togithub.com/mermaid-js/mermaid/releases/tag/mermaid%4011.0.1) [Compare Source](https://togithub.com/mermaid-js/mermaid/compare/v11.0.0...mermaid@11.0.1) ##### Patch Changes - [#2](https://togithub.com/calvinvette/mermaid/pull/2) [`bf05d87`](https://togithub.com/mermaid-js/mermaid/commit/bf05d8781edacb580fdb053da167e968b7570117) Thanks [@calvinvette](https://togithub.com/calvinvette)! - test changeset ### [`v11.0.0`](https://togithub.com/mermaid-js/mermaid/releases/tag/v11.0.0) [Compare Source](https://togithub.com/mermaid-js/mermaid/compare/v10.9.1...v11.0.0) ### Release Notes #### Major Update Refactored the Mermaid rendering engine to support new features, including customizable layout algorithms and visual styles. This update enhances diagram flexibility, starting with flowcharts and state diagrams, with plans to extend to all diagram types by [@knsv](https://togithub.com/knsv), [@ashishjain0512](https://togithub.com/ashishjain0512), [@sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5604](https://togithub.com/mermaid-js/mermaid/pull/5604) #### π¨ **Breaking Changes** - refactor!(git): default to `useMaxWidth` true ([#5723](https://togithub.com/mermaid-js/mermaid/issues/5723)) [@aloisklink](https://togithub.com/aloisklink) - refactor!(sankey): default to `useMaxWidth` true ([#5724](https://togithub.com/mermaid-js/mermaid/issues/5724)) [@aloisklink](https://togithub.com/aloisklink) - Use ESBuild (replaces UMD with IIFE bundle) by [@sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/4729](https://togithub.com/mermaid-js/mermaid/pull/4729) #### π Features - feat: add `@mermaid-js/parser` package and `info` langium parser by [@Yokozuna59](https://togithub.com/Yokozuna59) in [https://github.com/mermaid-js/mermaid/pull/4727](https://togithub.com/mermaid-js/mermaid/pull/4727) - Allow registered diagrams to be overridden. by [@sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5050](https://togithub.com/mermaid-js/mermaid/pull/5050) - feat: Add diagramType to RenderResult and ParseResult by [@sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5118](https://togithub.com/mermaid-js/mermaid/pull/5118) - feat: Add packet diagram by [@sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/4839](https://togithub.com/mermaid-js/mermaid/pull/4839) - feat: add `pie` langium parser by [@Yokozuna59](https://togithub.com/Yokozuna59) in [https://github.com/mermaid-js/mermaid/pull/4751](https://togithub.com/mermaid-js/mermaid/pull/4751) - feat: add name attribute and class "actor-line" to line by [@ad1992](https://togithub.com/ad1992) in [https://github.com/mermaid-js/mermaid/pull/5338](https://togithub.com/mermaid-js/mermaid/pull/5338) - Feature/4661 gantt customize days of weekend by [@Ronid1](https://togithub.com/Ronid1) in [https://github.com/mermaid-js/mermaid/pull/5358](https://togithub.com/mermaid-js/mermaid/pull/5358) - Feature/5245 sequence diagram add classes to actors text by [@Ronid1](https://togithub.com/Ronid1) in [https://github.com/mermaid-js/mermaid/pull/5272](https://togithub.com/mermaid-js/mermaid/pull/5272) - Add `suppressErrorRendering` option to avoid inserting 'Syntax error' message to DOM directly by [@rhysd](https://togithub.com/rhysd) in [https://github.com/mermaid-js/mermaid/pull/4359](https://togithub.com/mermaid-js/mermaid/pull/4359) - Flowchart: Apply `nodeSpacing`/`rankSpacing` config to subgraphs by [@rowanfr](https://togithub.com/rowanfr) in [https://github.com/mermaid-js/mermaid/pull/5183](https://togithub.com/mermaid-js/mermaid/pull/5183) - feat(git-graph): GitGraph Bottom-to-Top Orientation by [@JingyuMarcelLee](https://togithub.com/JingyuMarcelLee) in [https://github.com/mermaid-js/mermaid/pull/5259](https://togithub.com/mermaid-js/mermaid/pull/5259) - Feature/support fa kit custom icons by [@jakobskrym](https://togithub.com/jakobskrym) in [https://github.com/mermaid-js/mermaid/pull/5430](https://togithub.com/mermaid-js/mermaid/pull/5430) - Adds 'Switch' as an Alias for 'Checkout\` by [@FutzMonitor](https://togithub.com/FutzMonitor) in [https://github.com/mermaid-js/mermaid/pull/5445](https://togithub.com/mermaid-js/mermaid/pull/5445) - feat: Add point styling for quadrant chart by [@ilyes-ced](https://togithub.com/ilyes-ced) in [https://github.com/mermaid-js/mermaid/pull/5173](https://togithub.com/mermaid-js/mermaid/pull/5173) - feat(state): add from, to ids for edge by [@igorwessel](https://togithub.com/igorwessel) in [https://github.com/mermaid-js/mermaid/pull/5503](https://togithub.com/mermaid-js/mermaid/pull/5503) - Feature/4051 sequence diagram multi directional arrow by [@Ronid1](https://togithub.com/Ronid1) in [https://github.com/mermaid-js/mermaid/pull/5209](https://togithub.com/mermaid-js/mermaid/pull/5209) - feat: Add threshold to argos test by [@sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5633](https://togithub.com/mermaid-js/mermaid/pull/5633) - feat: Use marked instead of mdast-util-from-markdown by [@sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5636](https://togithub.com/mermaid-js/mermaid/pull/5636) - feat(3801): Multiple Tags support for Git Graph by [@Yash-Singh1](https://togithub.com/Yash-Singh1) in [https://github.com/mermaid-js/mermaid/pull/5647](https://togithub.com/mermaid-js/mermaid/pull/5647) - Allow Hashtags in Timeline Titles, Sections, and Events by [@FutzMonitor](https://togithub.com/FutzMonitor) in [https://github.com/mermaid-js/mermaid/pull/5399](https://togithub.com/mermaid-js/mermaid/pull/5399) - Allow Semicolons in Timeline Titles, Sections, Periods, and Events by [@FutzMonitor](https://togithub.com/FutzMonitor) in [https://github.com/mermaid-js/mermaid/pull/5335](https://togithub.com/mermaid-js/mermaid/pull/5335) #### π Bug Fixes - bug/5133 sequence diagram fix arrow corner by [@Ronid1](https://togithub.com/Ronid1) in [https://github.com/mermaid-js/mermaid/pull/5309](https://togithub.com/mermaid-js/mermaid/pull/5309) - fix: remove unused import by [@ad1992](https://togithub.com/ad1992) in [https://github.com/mermaid-js/mermaid/pull/5421](https://togithub.com/mermaid-js/mermaid/pull/5421) - fix: make sequenceDB typesafe by [@ad1992](https://togithub.com/ad1992) in [https://github.com/mermaid-js/mermaid/pull/5426](https://togithub.com/mermaid-js/mermaid/pull/5426) - fix: simply from and to in message to string type by [@ad1992](https://togithub.com/ad1992) in [https://github.com/mermaid-js/mermaid/pull/5471](https://togithub.com/mermaid-js/mermaid/pull/5471) - fix: inconsistent MathML rendering & erroneouss being added by [@NicolasNewman](https://togithub.com/NicolasNewman) in [https://github.com/mermaid-js/mermaid/pull/5483](https://togithub.com/mermaid-js/mermaid/pull/5483) - fix: move from objects to Maps by [@Yash-Singh1](https://togithub.com/Yash-Singh1) in [https://github.com/mermaid-js/mermaid/pull/5468](https://togithub.com/mermaid-js/mermaid/pull/5468) - Bug/5525 sequence diagram fix note z position by [@Ronid1](https://togithub.com/Ronid1) in [https://github.com/mermaid-js/mermaid/pull/5564](https://togithub.com/mermaid-js/mermaid/pull/5564) - Fix `sandbox` mode with UTF-16 characters by [@iansan5653](https://togithub.com/iansan5653) in [https://github.com/mermaid-js/mermaid/pull/5520](https://togithub.com/mermaid-js/mermaid/pull/5520) - \[XYChart] fixed incorrect spacing between data points by [@OG-NI](https://togithub.com/OG-NI) in [https://github.com/mermaid-js/mermaid/pull/5556](https://togithub.com/mermaid-js/mermaid/pull/5556) - fix: prevent escaping label styles by [@Yash-Singh1](https://togithub.com/Yash-Singh1) in [https://github.com/mermaid-js/mermaid/pull/5598](https://togithub.com/mermaid-js/mermaid/pull/5598) - fix(class): [#5624](https://togithub.com/mermaid-js/mermaid/issues/5624) Reset direction to default in classDiagram by [@sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5625](https://togithub.com/mermaid-js/mermaid/pull/5625) - fix: double space in wrapped sequence diagram messages by [@Yash-Singh1](https://togithub.com/Yash-Singh1) in [https://github.com/mermaid-js/mermaid/pull/5649](https://togithub.com/mermaid-js/mermaid/pull/5649) - Fix Requirement overflow by [@Mikek16](https://togithub.com/Mikek16) in [https://github.com/mermaid-js/mermaid/pull/5305](https://togithub.com/mermaid-js/mermaid/pull/5305) - fix: Create a copy of config passed in initialize, so that theme variables are not leaked to the object by [@sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5725](https://togithub.com/mermaid-js/mermaid/pull/5725) - Bug/4391 make markdown auto wrapping optional by [@dreathed](https://togithub.com/dreathed) in [https://github.com/mermaid-js/mermaid/pull/4856](https://togithub.com/mermaid-js/mermaid/pull/4856) - Fixed styling for lines for ELK flowchart by [@itsalam](https://togithub.com/itsalam) in [https://github.com/mermaid-js/mermaid/pull/4844](https://togithub.com/mermaid-js/mermaid/pull/4844) - Correct the System_Boundary stereotype by [@jonmcewen](https://togithub.com/jonmcewen) in [https://github.com/mermaid-js/mermaid/pull/5243](https://togithub.com/mermaid-js/mermaid/pull/5243) - Remove `elkjs` dependency from mermaid package by [@Gusted](https://togithub.com/Gusted) in [https://github.com/mermaid-js/mermaid/pull/5654](https://togithub.com/mermaid-js/mermaid/pull/5654) - Aligning doctype so that mermaid renders in the same way with or without it by [@knsv](https://togithub.com/knsv) in [https://github.com/mermaid-js/mermaid/pull/5727](https://togithub.com/mermaid-js/mermaid/pull/5727) #### π§° Maintenance - chore: Cleanup layoutelk by [@sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5730](https://togithub.com/mermaid-js/mermaid/pull/5730) - chore: Fix peer dependencies by [@sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5737](https://togithub.com/mermaid-js/mermaid/pull/5737) - chore: remove repetitive words by [@welfuture](https://togithub.com/welfuture) in [https://github.com/mermaid-js/mermaid/pull/5476](https://togithub.com/mermaid-js/mermaid/pull/5476) - chore: remove unrefSubSchemas by [@sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5514](https://togithub.com/mermaid-js/mermaid/pull/5514) - chore: setup Argos Visual Testing by [@gregberge](https://togithub.com/gregberge) in [https://github.com/mermaid-js/mermaid/pull/5577](https://togithub.com/mermaid-js/mermaid/pull/5577) - chore: fix Argos parallel by [@gregberge](https://togithub.com/gregberge) in [https://github.com/mermaid-js/mermaid/pull/5581](https://togithub.com/mermaid-js/mermaid/pull/5581) - chore: Deprecate mermaidAPI by [@sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/4821](https://togithub.com/mermaid-js/mermaid/pull/4821) - chore: Log granular rebuild times by [@sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5609](https://togithub.com/mermaid-js/mermaid/pull/5609) - chore: Update [@zenuml/core](https://togithub.com/zenuml/core) dependency to version 3.23.27 by [@dontry](https://togithub.com/dontry) in [https://github.com/mermaid-js/mermaid/pull/5607](https://togithub.com/mermaid-js/mermaid/pull/5607) - chore: 5237 Cleanup by [@sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5606](https://togithub.com/mermaid-js/mermaid/pull/5606) - chore: Update pnpm and lockfile by [@sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5728](https://togithub.com/mermaid-js/mermaid/pull/5728) - Split chunks into individual dirs by [@sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/4733](https://togithub.com/mermaid-js/mermaid/pull/4733) - remove duplicate `@types/d3-scale` dev dependency by [@Yokozuna59](https://togithub.com/Yokozuna59) in [https://github.com/mermaid-js/mermaid/pull/4749](https://togithub.com/mermaid-js/mermaid/pull/4749) - \[v11] Limit `MermaidConfig` enum TypesScript types to certain values by [@aloisklink](https://togithub.com/aloisklink) in [https://github.com/mermaid-js/mermaid/pull/4803](https://togithub.com/mermaid-js/mermaid/pull/4803) - Move ELK to standalone package by [@sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5049](https://togithub.com/mermaid-js/mermaid/pull/5049) - Remove default properties before generating the config types by [@disog](https://togithub.com/disog) in [https://github.com/mermaid-js/mermaid/pull/5126](https://togithub.com/mermaid-js/mermaid/pull/5126) - refactor: Convert flowDB to TS by [@sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5077](https://togithub.com/mermaid-js/mermaid/pull/5077) - refactor: Support async parsers \[internal] by [@sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5233](https://togithub.com/mermaid-js/mermaid/pull/5233) - build(deps): update `langium` to `v3` and apply the required changes by [@Yokozuna59](https://togithub.com/Yokozuna59) in [https://github.com/mermaid-js/mermaid/pull/5345](https://togithub.com/mermaid-js/mermaid/pull/5345) - ci(e2e): avoid commenting on PRs in CI, fixing PRs from forks by [@aloisklink](https://togithub.com/aloisklink) in [https://github.com/mermaid-js/mermaid/pull/5365](https://togithub.com/mermaid-js/mermaid/pull/5365) - \[[PR#5468](https://togithub.com/PR/mermaid/issues/5468)] refactor: remove TypeScript non null assertions by [@aloisklink](https://togithub.com/aloisklink) in [https://github.com/mermaid-js/mermaid/pull/5518](https://togithub.com/mermaid-js/mermaid/pull/5518) - Fixed entrypoint path by [@nirname](https://togithub.com/nirname) in [https://github.com/mermaid-js/mermaid/pull/5566](https://togithub.com/mermaid-js/mermaid/pull/5566) - Fixed wrong ELK detector by [@nirname](https://togithub.com/nirname) in [https://github.com/mermaid-js/mermaid/pull/5579](https://togithub.com/mermaid-js/mermaid/pull/5579) - Cleanup Cypress tests by [@sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5586](https://togithub.com/mermaid-js/mermaid/pull/5586) - ESLint V9 - Typed by [@sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5608](https://togithub.com/mermaid-js/mermaid/pull/5608) - Update eslint to v9 by [@sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5603](https://togithub.com/mermaid-js/mermaid/pull/5603) - ci: upgrade to pnpm/action-setup@v4 to avoid CI failures by [@frantic1048](https://togithub.com/frantic1048) in [https://github.com/mermaid-js/mermaid/pull/5621](https://togithub.com/mermaid-js/mermaid/pull/5621) - test: Argos parallel by [@sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5635](https://togithub.com/mermaid-js/mermaid/pull/5635) - Add autofix.ci by [@sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5651](https://togithub.com/mermaid-js/mermaid/pull/5651) - 5237 Review Updates by [@sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5670](https://togithub.com/mermaid-js/mermaid/pull/5670) - Support flowchart-elk to use layout: elk by [@sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/5729](https://togithub.com/mermaid-js/mermaid/pull/5729) #### π Documentation - Update docs to properly showcase participant ordering by [@loucadufault](https://togithub.com/loucadufault) in [https://github.com/mermaid-js/mermaid/pull/5306](https://togithub.com/mermaid-js/mermaid/pull/5306) - DOCS: Add blog post - Official Mermaid Chart for Confluence app by [@huynhicode](https://togithub.com/huynhicode) in [https://github.com/mermaid-js/mermaid/pull/5536](https://togithub.com/mermaid-js/mermaid/pull/5536) - docs: fix node version in CONTRIBUTING.md by [@exoego](https://togithub.com/exoego) in [https://github.com/mermaid-js/mermaid/pull/5573](https://togithub.com/mermaid-js/mermaid/pull/5573) - docs: Added demo diagram of bidirectional arrows for sequence diagrams by [@Justin-Garey](https://togithub.com/Justin-Garey) in [https://github.com/mermaid-js/mermaid/pull/5589](https://togithub.com/mermaid-js/mermaid/pull/5589) - DOCS: Product Hunt by [@huynhicode](https://togithub.com/huynhicode) in [https://github.com/mermaid-js/mermaid/pull/5602](https://togithub.com/mermaid-js/mermaid/pull/5602) - Adds Doctave to list of integrations by [@begleynk](https://togithub.com/begleynk) in [https://github.com/mermaid-js/mermaid/pull/5614](https://togithub.com/mermaid-js/mermaid/pull/5614) - docs: fix the classDef example in stateDiagram not display as code block, and long text display overflows by [@ScriptBloom](https://togithub.com/ScriptBloom) in [https://github.com/mermaid-js/mermaid/pull/5640](https://togithub.com/mermaid-js/mermaid/pull/5640) - Add LLM integration section in productivity tools and add HueHive by [@kamalkishor1991](https://togithub.com/kamalkishor1991) in [https://github.com/mermaid-js/mermaid/pull/5351](https://togithub.com/mermaid-js/mermaid/pull/5351) - Update integrations-community: add Drupal and module. by [@swirtSJW](https://togithub.com/swirtSJW) in [https://github.com/mermaid-js/mermaid/pull/5389](https://togithub.com/mermaid-js/mermaid/pull/5389) - Update entityRelationshipDiagram.md by [@anlai46](https://togithub.com/anlai46) in [https://github.com/mermaid-js/mermaid/pull/5413](https://togithub.com/mermaid-js/mermaid/pull/5413) - Add named composite state example to stateDiagram-v2 by [@cbugk](https://togithub.com/cbugk) in [https://github.com/mermaid-js/mermaid/pull/5485](https://togithub.com/mermaid-js/mermaid/pull/5485) - Update integrations-community: Add MarkChart, a macOS app to preview β¦ by [@Timac](https://togithub.com/Timac) in [https://github.com/mermaid-js/mermaid/pull/5490](https://togithub.com/mermaid-js/mermaid/pull/5490) - Added to "others" section on integration with Astro by [@conradagramont](https://togithub.com/conradagramont) in [https://github.com/mermaid-js/mermaid/pull/5506](https://togithub.com/mermaid-js/mermaid/pull/5506) - Updated Mermaid Chart ChatGPT plugin link by [@Abrifq](https://togithub.com/Abrifq) in [https://github.com/mermaid-js/mermaid/pull/5509](https://togithub.com/mermaid-js/mermaid/pull/5509) - Tiny improvements to Diagram Syntax sidebar by [@TWiStErRob](https://togithub.com/TWiStErRob) in [https://github.com/mermaid-js/mermaid/pull/5532](https://togithub.com/mermaid-js/mermaid/pull/5532) - Update flowchart.md by [@GRASBOCK](https://togithub.com/GRASBOCK) in [https://github.com/mermaid-js/mermaid/pull/5517](https://togithub.com/mermaid-js/mermaid/pull/5517) - Explain line breaks in `sequenceDiagram.md` by [@abitrolly](https://togithub.com/abitrolly) in [https://github.com/mermaid-js/mermaid/pull/5570](https://togithub.com/mermaid-js/mermaid/pull/5570) - Add Slidev to the list of integrations by [@KermanX](https://togithub.com/KermanX) in [https://github.com/mermaid-js/mermaid/pull/5629](https://togithub.com/mermaid-js/mermaid/pull/5629) - Add Madness to integrations-community.md by [@DannyBen](https://togithub.com/DannyBen) in [https://github.com/mermaid-js/mermaid/pull/5591](https://togithub.com/mermaid-js/mermaid/pull/5591) - typo by [@inverted-capital](https://togithub.com/inverted-capital) in [https://github.com/mermaid-js/mermaid/pull/5641](https://togithub.com/mermaid-js/mermaid/pull/5641) - add MonsterWriter to list of community integrations by [@wolfoo2931](https://togithub.com/wolfoo2931) in [https://github.com/mermaid-js/mermaid/pull/5719](https://togithub.com/mermaid-js/mermaid/pull/5719) #### New Contributors - [@disog](https://togithub.com/disog) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5126](https://togithub.com/mermaid-js/mermaid/pull/5126) - [@kamalkishor1991](https://togithub.com/kamalkishor1991) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5351](https://togithub.com/mermaid-js/mermaid/pull/5351) - [@github-actions](https://togithub.com/github-actions) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5375](https://togithub.com/mermaid-js/mermaid/pull/5375) - [@swirtSJW](https://togithub.com/swirtSJW) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5389](https://togithub.com/mermaid-js/mermaid/pull/5389) - [@loucadufault](https://togithub.com/loucadufault) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5306](https://togithub.com/mermaid-js/mermaid/pull/5306) - [@itsalam](https://togithub.com/itsalam) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/4844](https://togithub.com/mermaid-js/mermaid/pull/4844) - [@JingyuMarcelLee](https://togithub.com/JingyuMarcelLee) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5259](https://togithub.com/mermaid-js/mermaid/pull/5259) - [@anlai46](https://togithub.com/anlai46) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5413](https://togithub.com/mermaid-js/mermaid/pull/5413) - [@jakobskrym](https://togithub.com/jakobskrym) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5430](https://togithub.com/mermaid-js/mermaid/pull/5430) - [@ilyes-ced](https://togithub.com/ilyes-ced) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5173](https://togithub.com/mermaid-js/mermaid/pull/5173) - [@welfuture](https://togithub.com/welfuture) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5476](https://togithub.com/mermaid-js/mermaid/pull/5476) - [@cbugk](https://togithub.com/cbugk) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5485](https://togithub.com/mermaid-js/mermaid/pull/5485) - [@Timac](https://togithub.com/Timac) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5490](https://togithub.com/mermaid-js/mermaid/pull/5490) - [@conradagramont](https://togithub.com/conradagramont) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5506](https://togithub.com/mermaid-js/mermaid/pull/5506) - [@igorwessel](https://togithub.com/igorwessel) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5503](https://togithub.com/mermaid-js/mermaid/pull/5503) - [@GRASBOCK](https://togithub.com/GRASBOCK) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5517](https://togithub.com/mermaid-js/mermaid/pull/5517) - [@TWiStErRob](https://togithub.com/TWiStErRob) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5532](https://togithub.com/mermaid-js/mermaid/pull/5532) - [@exoego](https://togithub.com/exoego) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5573](https://togithub.com/mermaid-js/mermaid/pull/5573) - [@gregberge](https://togithub.com/gregberge) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5577](https://togithub.com/mermaid-js/mermaid/pull/5577) - [@jonmcewen](https://togithub.com/jonmcewen) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5243](https://togithub.com/mermaid-js/mermaid/pull/5243) - [@abitrolly](https://togithub.com/abitrolly) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5570](https://togithub.com/mermaid-js/mermaid/pull/5570) - [@iansan5653](https://togithub.com/iansan5653) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5520](https://togithub.com/mermaid-js/mermaid/pull/5520) - [@OG-NI](https://togithub.com/OG-NI) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5556](https://togithub.com/mermaid-js/mermaid/pull/5556) - [@Justin-Garey](https://togithub.com/Justin-Garey) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5589](https://togithub.com/mermaid-js/mermaid/pull/5589) - [@begleynk](https://togithub.com/begleynk) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5614](https://togithub.com/mermaid-js/mermaid/pull/5614) - [@frantic1048](https://togithub.com/frantic1048) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5621](https://togithub.com/mermaid-js/mermaid/pull/5621) - [@KermanX](https://togithub.com/KermanX) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5629](https://togithub.com/mermaid-js/mermaid/pull/5629) - [@ScriptBloom](https://togithub.com/ScriptBloom) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5640](https://togithub.com/mermaid-js/mermaid/pull/5640) - [@DannyBen](https://togithub.com/DannyBen) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5591](https://togithub.com/mermaid-js/mermaid/pull/5591) - [@inverted-capital](https://togithub.com/inverted-capital) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5641](https://togithub.com/mermaid-js/mermaid/pull/5641) - [@wolfoo2931](https://togithub.com/wolfoo2931) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5719](https://togithub.com/mermaid-js/mermaid/pull/5719) - [@Mikek16](https://togithub.com/Mikek16) made their first contribution in [https://github.com/mermaid-js/mermaid/pull/5305](https://togithub.com/mermaid-js/mermaid/pull/5305) **Full Changelog**: https://github.com/mermaid-js/mermaid/compare/v10.9.1...v11.0.0 π **Thanks to all contributors helping with this release!** π
Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
Summary by CodeRabbit
mermaid
package to version 11.0.2, potentially introducing new features and improvements for diagram rendering.