v10.1.0
版本发布时间: 2023-04-04 21:28:20
mermaid-js/mermaid最新发布版本:mermaid@11.2.1(2024-09-17 00:41:38)
What's Changed
Features
- Markdown strings for simple formatting and automatic wrapping of text by @knsv in https://github.com/mermaid-js/mermaid/pull/4271 Read more ...
- Implement repeating tasks by @JeremyFunk in https://github.com/mermaid-js/mermaid/pull/4238
Bugfixes
- Pie: Adding outer border, text position options by @Billiam in https://github.com/mermaid-js/mermaid/pull/4145
- Fix: add require entry in package.json by @lauraceconi in https://github.com/mermaid-js/mermaid/pull/4164
- feat: expose the diagram api by @ted-marozzi in https://github.com/mermaid-js/mermaid/pull/4174
- Expose detectType function by @Pr0dt0s in https://github.com/mermaid-js/mermaid/pull/4187
- Remove duplication in "A hexagon node" by @andrew-clarkson in https://github.com/mermaid-js/mermaid/pull/4211
- Updated render to remove comments from text by @kshitijsaksena in https://github.com/mermaid-js/mermaid/pull/4247
- Define and export the Mermaid type by @remcohaszing in https://github.com/mermaid-js/mermaid/pull/4253
- fix(#4137): Cleanup comments before parsing by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4257
- fix(#4256): Keep error diagram on screen by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4258
- Fix broken Gantt
todayMarker
tests by @aloisklink in https://github.com/mermaid-js/mermaid/pull/4207 - Docs: add Latest News section by @huynhicode in https://github.com/mermaid-js/mermaid/pull/4254
- Release/10.1.0 by @knsv in https://github.com/mermaid-js/mermaid/pull/4276
Documentation
- Update integrations.md to include Mermaid Flow Visual Editor by @ted-marozzi in https://github.com/mermaid-js/mermaid/pull/4184
- docs: make contributing to docs a bit clearer by @ted-marozzi in https://github.com/mermaid-js/mermaid/pull/4186
- Clean up list of ignored links by @mre in https://github.com/mermaid-js/mermaid/pull/4197
- v smol fixes while reading thru docs by @andrew-clarkson in https://github.com/mermaid-js/mermaid/pull/4210
- Updated DokuWiki plugin for Mermaid integration by @RobertWeinmeister in https://github.com/mermaid-js/mermaid/pull/4209
- typo fix by @Whoeza in https://github.com/mermaid-js/mermaid/pull/4221
- Updates to the Homepage by @huynhicode in https://github.com/mermaid-js/mermaid/pull/4226
- Fix typos in timeline docs by @xuanxu in https://github.com/mermaid-js/mermaid/pull/4237
- docs: Remove repeated phrase by @vorburger in https://github.com/mermaid-js/mermaid/pull/4230
- Fix hexagon node flowchart code example in docs by @piradata in https://github.com/mermaid-js/mermaid/pull/4246
Chores
- chore(deps): update all non-major dependencies (minor) by @renovate in https://github.com/mermaid-js/mermaid/pull/4191
- CI(e2e): Skip caching in
actions/setup-node
, ascypress-io/github-action
already caches for us by @aloisklink in https://github.com/mermaid-js/mermaid/pull/4194 - fix(deps): update all non-major dependencies (patch) by @renovate in https://github.com/mermaid-js/mermaid/pull/4190
- fix(#1066): Return true if parse is success. by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4183
- fix(squence): getBBox() returns zero by @ischanx in https://github.com/mermaid-js/mermaid/pull/4181
- fix(deps): update all non-major dependencies (patch) by @renovate in https://github.com/mermaid-js/mermaid/pull/4218
- chore(deps): update node.js to v18.15.0 by @renovate in https://github.com/mermaid-js/mermaid/pull/4219
- Update @types/lodash-es by @remcohaszing in https://github.com/mermaid-js/mermaid/pull/4228
- chore(deps): update pnpm to v7.30.0 by @renovate in https://github.com/mermaid-js/mermaid/pull/4232
- chore(deps): update pnpm to v7.30.1 by @renovate in https://github.com/mermaid-js/mermaid/pull/4231
- Remove inline-specifiers pnpm option from
.npmrc
file to avoid merge conflicts by @aloisklink in https://github.com/mermaid-js/mermaid/pull/4249
New Contributors
- @ted-marozzi made their first contribution in https://github.com/mermaid-js/mermaid/pull/4184
- @lauraceconi made their first contribution in https://github.com/mermaid-js/mermaid/pull/4164
- @Pr0dt0s made their first contribution in https://github.com/mermaid-js/mermaid/pull/4187
- @ischanx made their first contribution in https://github.com/mermaid-js/mermaid/pull/4181
- @mre made their first contribution in https://github.com/mermaid-js/mermaid/pull/4197
- @andrew-clarkson made their first contribution in https://github.com/mermaid-js/mermaid/pull/4211
- @RobertWeinmeister made their first contribution in https://github.com/mermaid-js/mermaid/pull/4209
- @Whoeza made their first contribution in https://github.com/mermaid-js/mermaid/pull/4221
- @remcohaszing made their first contribution in https://github.com/mermaid-js/mermaid/pull/4228
- @vorburger made their first contribution in https://github.com/mermaid-js/mermaid/pull/4230
- @xuanxu made their first contribution in https://github.com/mermaid-js/mermaid/pull/4237
- @piradata made their first contribution in https://github.com/mermaid-js/mermaid/pull/4246
- @JeremyFunk made their first contribution in https://github.com/mermaid-js/mermaid/pull/4238
Full Changelog: https://github.com/mermaid-js/mermaid/compare/v10.0.2...v10.1.0