fix(deps): update dependency mermaid to v10.5.0 - autoclosed
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
mermaid | 10.1.0 -> 10.5.0 |
Release Notes
mermaid-js/mermaid
v10.5.0
: 10.5.0
What's Changed
Features
- feat(er): add entity name alias by @tomperr in https://github.com/mermaid-js/mermaid/pull/4758
Bugfixes
- Fix Twitter fontawesome class in flowchart.md by @GingerNinjaNicko in https://github.com/mermaid-js/mermaid/pull/4723
- fix(pie): align slices and legend orders by @Yokozuna59 in https://github.com/mermaid-js/mermaid/pull/4774
- Update class member handling by @jgreywolf in https://github.com/mermaid-js/mermaid/pull/4534
- fix(er): allow underscore as leading char by @tomperr in https://github.com/mermaid-js/mermaid/pull/4776
- Align arrows on sequence diagram by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4804
- fix: Allow hollow markers on edges by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4788
- fix: Fix for vulnerability making it possible to add javascript in class names by @knsv
Documentation
- Docs/2910 Remove n00b and fix some docs by @nirname in https://github.com/mermaid-js/mermaid/pull/4767
- fix: typos by @omahs in https://github.com/mermaid-js/mermaid/pull/4801
- "CSS" instead of "css" in flowchart.md by @jakeboone02 in https://github.com/mermaid-js/mermaid/pull/4797
- fix(docs): Correct repeated text in flowchart.md by @andriy-koz in https://github.com/mermaid-js/mermaid/pull/4810
- Update link to Discourse theme component by @gschlager in https://github.com/mermaid-js/mermaid/pull/4811
- New Mermaid Live Editor for Confluence Cloud by @zhifeiyue in https://github.com/mermaid-js/mermaid/pull/4814
- Update classDiagram.md by @jgreywolf in https://github.com/mermaid-js/mermaid/pull/4781
- Support member definition to initialize class by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4786
- fix: Add support for
~test Array~string~
back in Class by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4805 - Added support for millisecond and second to gantt tickInterval by @vertxxyz in https://github.com/mermaid-js/mermaid/pull/4778
- Add directive support to all diagrams by preprocessing by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4759
- Update README.md by @jgreywolf in https://github.com/mermaid-js/mermaid/pull/4780
Chores
- chore(deps): update all minor dependencies (minor) by @renovate in https://github.com/mermaid-js/mermaid/pull/4783
- chore(deps): update all patch dependencies (patch) by @renovate in https://github.com/mermaid-js/mermaid/pull/4782
- chore(deps): update all patch dependencies (patch) by @renovate in https://github.com/mermaid-js/mermaid/pull/4809
- chore: move
commonDb
intodiagrams/common/commonDb
by @Yokozuna59 in https://github.com/mermaid-js/mermaid/pull/4802 - Use utf8 encoding in Jupyter example by @jonashaag in https://github.com/mermaid-js/mermaid/pull/4701
- Update flowchart.md by @Ogglas in https://github.com/mermaid-js/mermaid/pull/4792
- Update flowchart.md by @dsblank in https://github.com/mermaid-js/mermaid/pull/4798
- Refactor
cypress/helpers/util.ts
by @RohanHandore in https://github.com/mermaid-js/mermaid/pull/4340 - refactor: Fix typings in utils.ts by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4826
- Support ClassDefs in external diagrams by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4819
- Fix: flowchartElk Arrow overlap by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4830
- Give markers unique id's per graph by @chadfawcett in https://github.com/mermaid-js/mermaid/pull/4825
New Contributors
- @GingerNinjaNicko made their first contribution in https://github.com/mermaid-js/mermaid/pull/4723
- @omahs made their first contribution in https://github.com/mermaid-js/mermaid/pull/4801
- @jakeboone02 made their first contribution in https://github.com/mermaid-js/mermaid/pull/4797
- @andriy-koz made their first contribution in https://github.com/mermaid-js/mermaid/pull/4810
- @gschlager made their first contribution in https://github.com/mermaid-js/mermaid/pull/4811
- @zhifeiyue made their first contribution in https://github.com/mermaid-js/mermaid/pull/4814
- @vertxxyz made their first contribution in https://github.com/mermaid-js/mermaid/pull/4778
- @jonashaag made their first contribution in https://github.com/mermaid-js/mermaid/pull/4701
- @Ogglas made their first contribution in https://github.com/mermaid-js/mermaid/pull/4792
- @dsblank made their first contribution in https://github.com/mermaid-js/mermaid/pull/4798
- @RohanHandore made their first contribution in https://github.com/mermaid-js/mermaid/pull/4340
- @chadfawcett made their first contribution in https://github.com/mermaid-js/mermaid/pull/4825
Full Changelog: https://github.com/mermaid-js/mermaid/compare/v10.4.0...v10.5.0
v10.4.0
Features
- feat: Support config in frontmatter. by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4750
- feat(sankey): Show values by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4748
Docs
- docs: Add development example page. by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4714
- Documentation for #2509 by @jason-curtis in https://github.com/mermaid-js/mermaid/pull/4740
- Fixes to Docs sidebar, main page and badges by @nirname in https://github.com/mermaid-js/mermaid/pull/4742
- Split development documentation into several pages by @nirname in https://github.com/mermaid-js/mermaid/pull/4744
- Docs: update Latest News section by @huynhicode in https://github.com/mermaid-js/mermaid/pull/4768
Chores
- Update all minor dependencies (minor) by @renovate in https://github.com/mermaid-js/mermaid/pull/4732
- Update all patch dependencies (patch) by @renovate in https://github.com/mermaid-js/mermaid/pull/4731
- convert
assignWithDepth
to TS by @Yokozuna59 in https://github.com/mermaid-js/mermaid/pull/4717 - convert
diagrams/common/svgDrawCommon.js
to ts by @Yokozuna59 in https://github.com/mermaid-js/mermaid/pull/4724 - ci(release-drafter): add more release notes categories by @aloisklink in https://github.com/mermaid-js/mermaid/pull/4752
- chore(deps): update all patch dependencies (patch) by @renovate in https://github.com/mermaid-js/mermaid/pull/4753
- standardized pie definitions by @Yokozuna59 in https://github.com/mermaid-js/mermaid/pull/4501
- Remove Circular Dependencies by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4761
- chore: Enforce type imports by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4763
- chore: Preview MRs with mermaid-live-editor on Netlify by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4769
New Contributors
- @jason-curtis made their first contribution in https://github.com/mermaid-js/mermaid/pull/4740
Full Changelog: https://github.com/mermaid-js/mermaid/compare/v10.3.1...v10.4.0
v10.3.1
What's Changed
Bugfixes
- fix style in contributors section of intro by @keer4n in https://github.com/mermaid-js/mermaid/pull/4670
- fix: #4676 redirect fix by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4693
- #2139 Applying user defined classes properly when calculating shape width by @knsv in https://github.com/mermaid-js/mermaid/pull/4722
- Bug/4645 graph node containing keyword by @ibrahimWassouf in https://github.com/mermaid-js/mermaid/pull/4657
- fix: Remove triple parsing of diagrams by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4697
- resolve info
HTML
andDocument
assignment by @Yokozuna59 in https://github.com/mermaid-js/mermaid/pull/4514 - fix!(deps): fix zenuml style leakage. by @danshuitaihejie in https://github.com/mermaid-js/mermaid/pull/4705
- Use our prettier config on the
packages/mermaid/src/config.type.ts
file by @aloisklink in https://github.com/mermaid-js/mermaid/pull/4715 - create
ParserDefinition
type by @Yokozuna59 in https://github.com/mermaid-js/mermaid/pull/4719 - standardized
error
diagram by @Yokozuna59 in https://github.com/mermaid-js/mermaid/pull/4718
Documentation
- Docs: Directives not needed in new diagrams as yaml formatter does this for all new diagrams by @Incognito in https://github.com/mermaid-js/mermaid/pull/4688
- Docs: add latest blog post by @huynhicode in https://github.com/mermaid-js/mermaid/pull/4668
- Lychee config by @mmorel-35 in https://github.com/mermaid-js/mermaid/pull/4699
- Syntax Update CONTRIBUTING.md by @soomrozaid in https://github.com/mermaid-js/mermaid/pull/4713
Chores
- chore(deps): update all minor dependencies (minor) by @renovate in https://github.com/mermaid-js/mermaid/pull/4682
- build(deps-dev): bump json5 from 2.2.1 to 2.2.3 by @dependabot in https://github.com/mermaid-js/mermaid/pull/4685
- build(deps): bump @braintree/sanitize-url from 6.0.0 to 6.0.1 by @dependabot in https://github.com/mermaid-js/mermaid/pull/4686
- build(deps-dev): bump vite from 4.3.3 to 4.3.9 by @dependabot in https://github.com/mermaid-js/mermaid/pull/4687
- chore(deps): update all patch dependencies (patch) by @renovate in https://github.com/mermaid-js/mermaid/pull/4681
- chore: ts-ignore comment was misleading, JISON doesn't support types by @Incognito in https://github.com/mermaid-js/mermaid/pull/4689
- chore(deps): unpin the dompurify dependency by @djadmin in https://github.com/mermaid-js/mermaid/pull/4677
- build(deps-dev): bump pnpm from 8.3.1 to 8.6.8 by @dependabot in https://github.com/mermaid-js/mermaid/pull/4692
New Contributors
- @keer4n made their first contribution in https://github.com/mermaid-js/mermaid/pull/4670
- @djadmin made their first contribution in https://github.com/mermaid-js/mermaid/pull/4677
- @danshuitaihejie made their first contribution in https://github.com/mermaid-js/mermaid/pull/4705
- @soomrozaid made their first contribution in https://github.com/mermaid-js/mermaid/pull/4713
Full Changelog: https://github.com/mermaid-js/mermaid/compare/v10.3.0...v10.3.1
v10.3.0
: 10.3.0
What's Changed
Features
- Sankey diagrams by @nirname in https://github.com/mermaid-js/mermaid/pull/4502
- Feature/1838 actor creation destruction by @Valentine14th in https://github.com/mermaid-js/mermaid/pull/4466
- Vertical branches in Git Diagram by @mastersibin in https://github.com/mermaid-js/mermaid/pull/4639
- Use JSON Schema to define and document
MermaidConfig
by @aloisklink in https://github.com/mermaid-js/mermaid/pull/4112 - Remove the test checking whether the JSON Schema default config matched the old default config by @aloisklink in https://github.com/mermaid-js/mermaid/pull/4610
- Fixes support of the macro
ContainerQueue_Ext
for C4 diagrams definition. by @kislerdm in https://github.com/mermaid-js/mermaid/pull/4577
Bugfixes
- Make quadrant chart options TypeScript types optional by @aloisklink in https://github.com/mermaid-js/mermaid/pull/4602
- Remove double parsing by @nirname in https://github.com/mermaid-js/mermaid/pull/4587
- Fix flowchart tooltip typing bug by @lishid in https://github.com/mermaid-js/mermaid/pull/4562
- Bug/4590 allow notes identical to keywords by @ibrahimWassouf in https://github.com/mermaid-js/mermaid/pull/4597
- feat: allow specifying on which weekday a tickInterval should start by @leinelissen in https://github.com/mermaid-js/mermaid/pull/4634
- Split formatted markdown strings with unicode support. by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4470
- fix: Mind maps handles
-
signs in node ids/text by @knsv
Chores
- Remove all TypeScript enums and forbid them in ESLint by @aloisklink in https://github.com/mermaid-js/mermaid/pull/4580
- refactor accessibility by @Yokozuna59 in https://github.com/mermaid-js/mermaid/pull/4551
- chore: Reduce codecov pushes by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4604
- Run MR-labeler-config-validator only if config changes by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4607
- chore(deps): update all minor dependencies (minor) by @renovate in https://github.com/mermaid-js/mermaid/pull/4624
- Update all patch dependencies (patch) by @renovate in https://github.com/mermaid-js/mermaid/pull/4566
- Update all patch dependencies (patch) by @renovate in https://github.com/mermaid-js/mermaid/pull/4581
- Rename workflow jobs by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4574
- Removed unused code in state diagrams by @nirname in https://github.com/mermaid-js/mermaid/pull/4631
- chore(deps): update all patch dependencies (patch) by @renovate in https://github.com/mermaid-js/mermaid/pull/4623
- chore: remove unused
devDependency
on coveralls by @aloisklink in https://github.com/mermaid-js/mermaid/pull/4641 - Allow entity diagram attribute names to start with asterisk by @ibrahimWassouf in https://github.com/mermaid-js/mermaid/pull/4588
- Bug/4592 fix new line padding class diagram by @ibrahimWassouf in https://github.com/mermaid-js/mermaid/pull/4633
- Fix graph not loading when the img loads too fast or fail to load by @pierrickouw in https://github.com/mermaid-js/mermaid/pull/4496
- convert
cypress/helpers/util.js
to ts by @Yokozuna59 in https://github.com/mermaid-js/mermaid/pull/4552 - build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in https://github.com/mermaid-js/mermaid/pull/4652
- chore(deps): update all minor dependencies (minor) by @renovate in https://github.com/mermaid-js/mermaid/pull/4663
- chore(deps): update all patch dependencies (patch) by @renovate in https://github.com/mermaid-js/mermaid/pull/4662
Documentation
- Sankey: Remove duplicated examples by @nirname in https://github.com/mermaid-js/mermaid/pull/4595
- Release docs by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4493
- Update latest news section by @huynhicode in https://github.com/mermaid-js/mermaid/pull/4495
- Fix Typo by @ryru in https://github.com/mermaid-js/mermaid/pull/4567
- Docs: add ChatGPT plugin blog post by @huynhicode in https://github.com/mermaid-js/mermaid/pull/4570
- Fix relative link to theme variables list by @ibrahimWassouf in https://github.com/mermaid-js/mermaid/pull/4573
- Fix docs:dev by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4598
- Docs: update link - "Join the Community" by @huynhicode in https://github.com/mermaid-js/mermaid/pull/4601
- Support docs:dev in docker by @nirname in https://github.com/mermaid-js/mermaid/pull/4599
- docs(flowchart): add documentation on multiple nodes style by @tomperr in https://github.com/mermaid-js/mermaid/pull/4600
- Avoid downloading avtars everytime on docs:dev by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4603
- docs: Fix checkbox syntax by @guilhermgonzaga in https://github.com/mermaid-js/mermaid/pull/4646
- Fix the "Edit this page on GitHub" link in Vitepress documentation for the Mermaid Config pages by @aloisklink in https://github.com/mermaid-js/mermaid/pull/4640
- Support MERMAID_RELEASE_VERSION in docs. by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4612
- Docs: update Latest News section by @huynhicode in https://github.com/mermaid-js/mermaid/pull/4655
- added Typora to integrations list by @kgilbert78 in https://github.com/mermaid-js/mermaid/pull/4666
- Docs: Corrects name of C4 link by @Incognito in https://github.com/mermaid-js/mermaid/pull/4660
- Fix a typo by @gjtorikian in https://github.com/mermaid-js/mermaid/pull/4396
New Contributors
- @ryru made their first contribution in https://github.com/mermaid-js/mermaid/pull/4567
- @ibrahimWassouf made their first contribution in https://github.com/mermaid-js/mermaid/pull/4573
- @kislerdm made their first contribution in https://github.com/mermaid-js/mermaid/pull/4577
- @leinelissen made their first contribution in https://github.com/mermaid-js/mermaid/pull/4634
- @pierrickouw made their first contribution in https://github.com/mermaid-js/mermaid/pull/4496
- @mastersibin made their first contribution in https://github.com/mermaid-js/mermaid/pull/4639
- @kgilbert78 made their first contribution in https://github.com/mermaid-js/mermaid/pull/4666
- @Incognito made their first contribution in https://github.com/mermaid-js/mermaid/pull/4660
- @gjtorikian made their first contribution in https://github.com/mermaid-js/mermaid/pull/4396
Full Changelog: https://github.com/mermaid-js/mermaid/compare/v10.2.4...v10.3.0
v10.2.4
: 10.2.4
Features
- Add Plausible analytics to mermaid.js.org by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4473
- Support for development in Docker by @nirname in https://github.com/mermaid-js/mermaid/pull/4478
- standardize info diagram definitions by @Yokozuna59 in https://github.com/mermaid-js/mermaid/pull/4486
- Change C4 stereotype braces from ASCII <</>> to Unicode «/» by @jonathan-r-young in https://github.com/mermaid-js/mermaid/pull/4460
- Add coverage for E2E tests by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4498
- set normal mode for vitest coverage by @Yokozuna59 in https://github.com/mermaid-js/mermaid/pull/4505
- Use v8 coverage in vitest by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4560
- feat(flowchart): add classDef style group definition by @tomperr in https://github.com/mermaid-js/mermaid/pull/3923
- add cypress coverage clean by @Yokozuna59 in https://github.com/mermaid-js/mermaid/pull/4556
- fix(class): keep members in namespace classes by @tomperr in https://github.com/mermaid-js/mermaid/pull/4532
Bugfixes
- Add hint on "flowchart" and "graph" by @koppor in https://github.com/mermaid-js/mermaid/pull/4096
- fix(flowchart): apply style on doublecircle by @tomperr in https://github.com/mermaid-js/mermaid/pull/4540
- fix not rendered style when style is optional by @Yokozuna59 in https://github.com/mermaid-js/mermaid/pull/4528
- fix(flowchart): allow multiple vertices with style by @tomperr in https://github.com/mermaid-js/mermaid/pull/4553
Documentation
- change REAMDME.md coverage from coveralls into codecov by @Yokozuna59 in https://github.com/mermaid-js/mermaid/pull/4507
- Update latest news section by @huynhicode in https://github.com/mermaid-js/mermaid/pull/4468
- Fix link to Tutorials from n00b-overview page by @Spiderpig86 in https://github.com/mermaid-js/mermaid/pull/4472
- Fix Directives Documentation by @adamazing in https://github.com/mermaid-js/mermaid/pull/4475
- Correct "Bronze" spelling in timeline docs by @adamazing in https://github.com/mermaid-js/mermaid/pull/4467
- Document recommended file extension and MIME type docs by @bollwyvl in https://github.com/mermaid-js/mermaid/pull/4485
- Fix typo in quadrant chart documentation by @tobie in https://github.com/mermaid-js/mermaid/pull/4512
- fix cspell issues in *.md files by @Yokozuna59 in https://github.com/mermaid-js/mermaid/pull/4531
- docs: Howto on foreground color on timelines by @mcbeelen in https://github.com/mermaid-js/mermaid/pull/4524
- Add citation.cff file by @schackartk in https://github.com/mermaid-js/mermaid/pull/4521
- Update Tutorials.md by @ellenealds in https://github.com/mermaid-js/mermaid/pull/4539
- Add Standard Notes extension in integrations page by @nienow in https://github.com/mermaid-js/mermaid/pull/4557
- Fix up Gantt Chart demo by @AlexMooney in https://github.com/mermaid-js/mermaid/pull/4561
Chore
- Update all patch dependencies (patch) by @renovate in https://github.com/mermaid-js/mermaid/pull/4482
- chore: revise Contributing documentation by @weedySeaDragon in https://github.com/mermaid-js/mermaid/pull/3814
- chore(deps): update all minor dependencies (minor) by @renovate in https://github.com/mermaid-js/mermaid/pull/4435
- fix(deps): update all patch dependencies (patch) by @renovate in https://github.com/mermaid-js/mermaid/pull/4510
- fix(deps): update all patch dependencies (patch) by @renovate in https://github.com/mermaid-js/mermaid/pull/4535
- chore(deps): update dependency eslint-plugin-jsdoc to v46 by @renovate in https://github.com/mermaid-js/mermaid/pull/4544
- chore(deps): update dependency jsdom to v22 by @renovate in https://github.com/mermaid-js/mermaid/pull/4546
- chore(deps): update dependency eslint-plugin-unicorn to v47 by @renovate in https://github.com/mermaid-js/mermaid/pull/4545
- chore(deps): update dependency workbox-window to v7 by @renovate in https://github.com/mermaid-js/mermaid/pull/4547
- chore(deps): update node.js to v20 by @renovate in https://github.com/mermaid-js/mermaid/pull/4548
- fix(deps): update all patch dependencies (patch) by @renovate in https://github.com/mermaid-js/mermaid/pull/4543
- add
Suggested Solutions
field inbug_report.yml
by @Yokozuna59 in https://github.com/mermaid-js/mermaid/pull/4541
New Contributors
- @Spiderpig86 made their first contribution in https://github.com/mermaid-js/mermaid/pull/4472
- @adamazing made their first contribution in https://github.com/mermaid-js/mermaid/pull/4475
- @koppor made their first contribution in https://github.com/mermaid-js/mermaid/pull/4096
- @nirname made their first contribution in https://github.com/mermaid-js/mermaid/pull/4478
- @Yokozuna59 made their first contribution in https://github.com/mermaid-js/mermaid/pull/4486
- @jonathan-r-young made their first contribution in https://github.com/mermaid-js/mermaid/pull/4460
- @tobie made their first contribution in https://github.com/mermaid-js/mermaid/pull/4512
- @schackartk made their first contribution in https://github.com/mermaid-js/mermaid/pull/4521
- @mcbeelen made their first contribution in https://github.com/mermaid-js/mermaid/pull/4524
- @ellenealds made their first contribution in https://github.com/mermaid-js/mermaid/pull/4539
- @nienow made their first contribution in https://github.com/mermaid-js/mermaid/pull/4557
- @AlexMooney made their first contribution in https://github.com/mermaid-js/mermaid/pull/4561
Full Changelog: https://github.com/mermaid-js/mermaid/compare/v10.2.3...v10.2.4
v10.2.3
: 10.2.3
Release Notes
- Fix #4408: Handle wrapping long words (#4416) @MikeJeffers
- Fix exceptions for empty lines (#4436) @luin
- Restore classes on edges for elk (#4452) @yoavst
- Update docs: Added Nextra to Blogs category on integrations page (#4463) @try-to-fly
What's Changed
- Address mermaid-zenuml MR comments by @dontry in https://github.com/mermaid-js/mermaid/pull/4405
- Fix broken
pnpm-lock.yaml
file to fix CI by @aloisklink in https://github.com/mermaid-js/mermaid/pull/4425 - Quadrant chart unicode arrows by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4400
- chore(deps): update all patch dependencies (patch) by @renovate in https://github.com/mermaid-js/mermaid/pull/4434
- Add CKEditor and GitHub Writer to available integrations by @AnnaTomanek in https://github.com/mermaid-js/mermaid/pull/4440
- Update diagram proposal by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4448
- Add
@mermaid-js/mermaid-zenuml
package for zenuml Integration by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4334 - Restore classes on edges for elk by @yoavst in https://github.com/mermaid-js/mermaid/pull/4452
- Fix exceptions for empty lines by @luin in https://github.com/mermaid-js/mermaid/pull/4436
- Update docs: Added Nextra to Blogs category on integrations page by @try-to-fly in https://github.com/mermaid-js/mermaid/pull/4463
- Fix #4408: Handle wrapping long words by @MikeJeffers in https://github.com/mermaid-js/mermaid/pull/4416
New Contributors
- @AnnaTomanek made their first contribution in https://github.com/mermaid-js/mermaid/pull/4440
- @yoavst made their first contribution in https://github.com/mermaid-js/mermaid/pull/4452
- @try-to-fly made their first contribution in https://github.com/mermaid-js/mermaid/pull/4463
- @MikeJeffers made their first contribution in https://github.com/mermaid-js/mermaid/pull/4416
Full Changelog: https://github.com/mermaid-js/mermaid/compare/v10.2.2...v10.2.3
v10.2.2
: 10.2.2
What's Changed
- #4446 Removing the ability to inject css using arrowMarkers by @knsv in https://github.com/mermaid-js/mermaid/pull/4447
Full Changelog: https://github.com/mermaid-js/mermaid/compare/v10.2.1...v10.2.2
v10.2.1
: 10.2.1
What's Changed
Bugfixes
- #4438 Reverted to the changes from #4285 by @knsv in https://github.com/mermaid-js/mermaid/pull/4445
- Merge MR #4425 to
master
to fix uploading v10.2.0 docs tomermaid.js.org
website by @aloisklink in https://github.com/mermaid-js/mermaid/pull/4426
Full Changelog: https://github.com/mermaid-js/mermaid/compare/v10.2.0...v10.2.1
v10.2.0
: 10.2.0
What's Changed
Features
- Added support for quadrant chart by @amsubhash in https://github.com/mermaid-js/mermaid/pull/4383
- Bar chart (using gantt chart) by @karistom in https://github.com/mermaid-js/mermaid/pull/4261
- Support node16 module resolution by @remcohaszing in https://github.com/mermaid-js/mermaid/pull/4213
- Add UMD build Back by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4281
Bugfixes
- Fix #4195 start and end arrow have different sizes by @legonigel in https://github.com/mermaid-js/mermaid/pull/4286
- fix: really import esm version of dayjs by @emersonbottero in https://github.com/mermaid-js/mermaid/pull/4285
- fix: image rendering in nodes by @Valentine14th in https://github.com/mermaid-js/mermaid/pull/4268
- Fix and test a bunch of invalid CSS issues by @aloisklink in https://github.com/mermaid-js/mermaid/pull/4295
- Fix git graph css bracket leak by @lishid in https://github.com/mermaid-js/mermaid/pull/4278
- pie diagram mermaid module import fix by @agentraghav in https://github.com/mermaid-js/mermaid/pull/4316
- fix applitools by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4335
- Multiple updates to class diagram by @jgreywolf in https://github.com/mermaid-js/mermaid/pull/4303
- fix ClassGrammar by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4338
- updating es6 rules in flowchart diagram by @agentraghav in https://github.com/mermaid-js/mermaid/pull/4357
- Reject ridiculous years in Gantt charts. by @toolness in https://github.com/mermaid-js/mermaid/pull/4367
- Fix regression errors in sequenceDiagrams by @knsv
- Refactor to consolidate shared svgDraw components by @jgreywolf in https://github.com/mermaid-js/mermaid/pull/4259
- Implement
package
on class diagram by @ksilverwall in https://github.com/mermaid-js/mermaid/pull/4206 - add master detail relationship support by @tcbuzor in https://github.com/mermaid-js/mermaid/pull/4361
- test: fix classDiagramGrammer unit test by @aloisklink in https://github.com/mermaid-js/mermaid/pull/4378
- Allow overlapping notes by @jgreywolf in https://github.com/mermaid-js/mermaid/pull/4370
- remove SimpleMarkdown by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4350
- Show all contributors in homepage by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4356
Documentation
- Update index.md by @onayiga in https://github.com/mermaid-js/mermaid/pull/4294
- Add Slab to the list of integrations by @luin in https://github.com/mermaid-js/mermaid/pull/4272
- docs(integrations): list quarto by @eitsupi in https://github.com/mermaid-js/mermaid/pull/4299
- Updating documentation on notes for classes within class diagrams by @Will-Low in https://github.com/mermaid-js/mermaid/pull/4296
- Add integrations by @remcohaszing in https://github.com/mermaid-js/mermaid/pull/4374
- Docs: Flowchart - minor verbiage update by @huynhicode in https://github.com/mermaid-js/mermaid/pull/4315
- Latest News section: update content by @huynhicode in https://github.com/mermaid-js/mermaid/pull/4366
- Improve the wording of security level values by @Gusted in https://github.com/mermaid-js/mermaid/pull/4395
- Indent subgraph sections by @danielcompton in https://github.com/mermaid-js/mermaid/pull/4349
- fix(doc): Link to Obsidian doc/integration by @dix in https://github.com/mermaid-js/mermaid/pull/4309
Chores
- Update bug_report.yml by @bish0polis in https://github.com/mermaid-js/mermaid/pull/4297
- docs(flowchart): wrap br tag by codeblock by @Bogay in https://github.com/mermaid-js/mermaid/pull/4310
- chore(deps): update pnpm to v7.30.5 by @renovate in https://github.com/mermaid-js/mermaid/pull/4304
- chore(deps): update dependency concurrently to v8 by @renovate in https://github.com/mermaid-js/mermaid/pull/4323
- fix(deps): update dependency dompurify to v3 by @renovate in https://github.com/mermaid-js/mermaid/pull/4331
- chore(deps): update dependency eslint-plugin-jsdoc to v43 by @renovate in https://github.com/mermaid-js/mermaid/pull/4324
- chore(deps): update actions/deploy-pages action to v2 by @renovate in https://github.com/mermaid-js/mermaid/pull/4322
- chore(deps): update dependency rimraf to v5 by @renovate in https://github.com/mermaid-js/mermaid/pull/4326
- chore(deps): update dependency eslint-plugin-unicorn to v46 by @renovate in https://github.com/mermaid-js/mermaid/pull/4325
- chore(deps): update dependency start-server-and-test to v2 by @renovate in https://github.com/mermaid-js/mermaid/pull/4327
- chore(deps): update pnpm to v8 by @renovate in https://github.com/mermaid-js/mermaid/pull/4330
- chore(deps): update fregante/setup-git-user action to v2 by @renovate in https://github.com/mermaid-js/mermaid/pull/4329
- fix(deps): update all minor dependencies (minor) by @renovate in https://github.com/mermaid-js/mermaid/pull/4321
- chore(deps): update dependency typescript to v5 by @renovate in https://github.com/mermaid-js/mermaid/pull/4328
- Clarify FontAwesome support by @josh-bouganim-avant in https://github.com/mermaid-js/mermaid/pull/4347
- Fix missing
await
in usage document by @rhysd in https://github.com/mermaid-js/mermaid/pull/4376 - chore(deps): update all patch dependencies (patch) by @renovate in https://github.com/mermaid-js/mermaid/pull/4379
- chore(deps): update all minor dependencies (minor) by @renovate in https://github.com/mermaid-js/mermaid/pull/4380
New Contributors
- @karistom made their first contribution in https://github.com/mermaid-js/mermaid/pull/4261
- @Valentine14th made their first contribution in https://github.com/mermaid-js/mermaid/pull/4268
- @onayiga made their first contribution in https://github.com/mermaid-js/mermaid/pull/4294
- @legonigel made their first contribution in https://github.com/mermaid-js/mermaid/pull/4286
- @luin made their first contribution in https://github.com/mermaid-js/mermaid/pull/4272
- @eitsupi made their first contribution in https://github.com/mermaid-js/mermaid/pull/4299
- @dix made their first contribution in https://github.com/mermaid-js/mermaid/pull/4309
- @Bogay made their first contribution in https://github.com/mermaid-js/mermaid/pull/4310
- @agentraghav made their first contribution in https://github.com/mermaid-js/mermaid/pull/4316
- @Will-Low made their first contribution in https://github.com/mermaid-js/mermaid/pull/4296
- @josh-bouganim-avant made their first contribution in https://github.com/mermaid-js/mermaid/pull/4347
- @toolness made their first contribution in https://github.com/mermaid-js/mermaid/pull/4367
- @ksilverwall made their first contribution in https://github.com/mermaid-js/mermaid/pull/4206
- @tcbuzor made their first contribution in https://github.com/mermaid-js/mermaid/pull/4361
- @rhysd made their first contribution in https://github.com/mermaid-js/mermaid/pull/4376
- @Gusted made their first contribution in https://github.com/mermaid-js/mermaid/pull/4395
- @danielcompton made their first contribution in https://github.com/mermaid-js/mermaid/pull/4349
- @amsubhash made their first contribution in https://github.com/mermaid-js/mermaid/pull/4383
Full Changelog: https://github.com/mermaid-js/mermaid/compare/v10.1.0...v10.2.0
Thanks to Mermaid Chart for ongoing support
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.