Sourced from mermaid's releases.
mermaid@11.16.0
Minor Changes
#7535
ea1c48fThanks@ragelink! - feat(cynefin): Adds the Cynefin framework as a new diagram type (beta) to Mermaid (available ascynefin-beta). The Cynefin framework, created by Dave Snowden, is a decision-making framework that categorizes problems into five complexity domains, widely used in agile, incident management, strategy, and organizational design.#7721
f45cc2cThanks@notionparallax! - feat(treeView): add box-drawing character input support for treeView diagrams#7550
f1f4d45Thanks@DominicBurkart! - feat(xychart): add per-point text labels for xychart line plots#7527
b4d0442Thanks@notionparallax! - feat(treeView): Extends the existing treeView-beta diagram with features useful for representing file/directory structures.#7793
a6f097dThanks@SSDWGG! - feat(er): support optional ER attribute types with a?suffix#7772
37f2e36Thanks@devareddy05! - feat(gantt): support multipleexcludes/includeslines so long exclusion lists can be split into commented groups (#6270)#7708
4e63e9dThanks@txmxthy! - feat(architecture): addalign row|column {ids…}directive to architecture-beta diagrams so authors can declare horizontal or vertical alignment of services explicitly.#7760
05223beThanks@ngdaniels! - feat(pie): Enhance Pie Chart - Enable donut chart, Set legend position, and highlight slice#7251
216e4e9Thanks@ydah! - feat(railroad): Add support for Railroad Diagrams (Syntax Diagrams) with four input syntaxes: IR (railroad-beta), EBNF (railroad-ebnf-beta), ABNF (railroad-abnf-beta), and PEG (railroad-peg-beta).#7774
e5c75e6Thanks@ngdaniels! - feat(xychart): enable rotate label on X-axis#7791
974fa7bThanks@knsv-bot! - feat(swimlane): add swimlane as a standalone diagram type with a dedicated layered orthogonal layout algorithmPatch Changes
#7744
633c261Thanks@ashishjain0512! - fix(architecture): addarchitecture.seedconfig option to make architecture diagrams render deterministically. Resolves #7729.#7732
c8ba156Thanks@rkdfx! - fix: tolerate leading horizontal whitespace before YAML frontmatter delimiters. Closes mermaid-js/mermaid#7613#7314
4e4e6c4Thanks@darshanr0107! - fix(flowchart): Prevent crash when flowchart node shape is undefined#7762
cfd2391Thanks@Dharya-dev! - fix(class): support styling and callbacks for generic classes#7284
c1f116dThanks@darshanr0107! - fix(gantt): Render gantt vertical markers without affecting row layout or chart height#7786
72fbab1Thanks@knsv-bot! - fix(er): allow special characters (e.g. dots) in ER diagram attribute names and types by escaping them with backticks#7672
4887e97Thanks@sjackson0109! - fix(flowchart): respect per-subgraph direction keyword in Dagre layout. Fixes #4648#7734
a4c1e50Thanks@OfirHaf! - fix(block): read block padding and sanitize config dynamically instead of at module load time#7674
cc75089Thanks@cyphercodes! - fix(block): respect current DOMPurify config when sanitizing labels#7711
be2e282Thanks@Jinacker! - fix(flowchart): render flowchart and state self-loop edges as a single SVG path.#7781
d945968Thanks@Dharya-dev! - fix(radar): align axis labels based on angular position to prevent clipping#7661
2f5e9e8Thanks@nabila401! - fix(venn): fix 3-circle venn diagram union rendering
... (truncated)
7c0cafc
Version Packages: v11.16.0 (#7916)26acd1a
Merge pull request #7915
from mermaid-js/release/11.16.05a8eae7
Merge branch 'master' into release/11.16.0dd5ea77
Merge pull request #7913
from mermaid-js/pebr/fix-changesets658ee66
docs: fix missing bumps of @mermaid-js/parser04259a1
docs: fix author and commit on examples changesetc9dcfb1
docs: update changeset diagram scopesa34dab9
docs: remove swimlane/cynefin bugfix changesetse81f31f
docs: remove local-editor changeset7223f03
Minor correction