mermaid/packages/mermaid/src
Sidharth Vinod 000b432bb2
Merge branch 'develop' into next
* develop: (70 commits)
  build(deps-dev): bump vite from 4.4.9 to 4.4.12
  Changes to .prettierignore 1. Added 'demos/dev/**' to be ignored by Prettier. 2. Added '!/demos/dev/example.html' so that Prettier ensures no one changes the example.html in a way that doesn't obey the Prettier code formatting rules.
  build: use `tsx` instead of `ts-node-esm`
  chore: Downgrade node to 18.18.2
  fix: #5100 Add viewbox to sankey
  chore(deps): update all minor dependencies
  chore: Rename test
  test: Add unit test for generic classname and namespace
  fix: Check if parentCommit is provided
  Split type from generic class name
  Condition of Parent Id Without Merge Commit Added
  Referenced the PmWiki's Cookbook recipe enabling MermaidJs schematics in wiki pages
  test(e2e): fix pie chart E2E tests for PR #4288
  Add dummy commit to trigger GH checks
  chore: Revert unnecessary export
  refactor: Remove unnecessary calculations
  chore: Fix computeWidth function
  chore: Cleanup setupGraphViewbox
  Update docs
  update mermaidAPI to cleanup the text before passing to getDiagramFromText
  ...
2023-12-06 20:50:04 +05:30
..
__mocks__ refactor: Move directive processing before parsing 2023-08-25 12:54:44 +05:30
dagre-wrapper Merge branch 'develop' into feature/4935_subgraph-title-margin-config-option 2023-11-27 22:17:32 -03:00
diagram-api 5043 Allow registered diagrams to be overridden. 2023-11-20 00:29:13 +05:30
diagrams Merge branch 'develop' into next 2023-12-06 20:50:04 +05:30
docs build(deps-dev): bump vite from 4.4.9 to 4.4.12 2023-12-05 23:52:12 +00:00
rendering-util chore: Revert unnecessary export 2023-11-28 11:34:58 +05:30
schemas Merge branch 'develop' into next 2023-12-06 20:50:04 +05:30
tests refactor accessibility 2023-06-27 20:04:41 +03:00
themes fix(typos): Fix minor typos in the source code 2023-10-07 22:16:11 -03:00
utils Merge branch 'develop' into feature/4935_subgraph-title-margin-config-option 2023-11-25 14:40:56 -03:00
Diagram.ts update mermaidAPI to cleanup the text before passing to getDiagramFromText 2023-11-28 09:05:00 +05:30
accessibility.spec.ts refactor accessibility 2023-06-27 20:04:41 +03:00
accessibility.ts refactor accessibility 2023-06-27 20:04:41 +03:00
assignWithDepth.ts chore: Fix type in assignWithDepth 2023-08-21 10:18:23 +05:30
config.spec.ts refactor: Move `sanitizeDirective` into `addDirective` 2023-08-21 10:17:55 +05:30
config.ts refactor: Move directive processing before parsing 2023-08-25 12:54:44 +05:30
config.type.ts Merge branch 'develop' into next 2023-12-06 20:50:04 +05:30
defaultConfig.ts Merge branch 'develop' into feature/4269_add_xychart 2023-09-02 16:02:27 +05:30
diagram.spec.ts update mermaidAPI to cleanup the text before passing to getDiagramFromText 2023-11-28 09:05:00 +05:30
errors.ts feat: Break render and parse types 2023-02-19 13:08:13 +05:30
interactionDb.ts Relocation of files 2022-09-21 11:03:33 +02:00
logger.ts #4438 Reverted to the changes from #4285 2023-06-01 12:53:21 +02:00
mermaid.spec.ts Merge branch 'develop' into next 2023-12-06 20:50:04 +05:30
mermaid.ts 5043 Allow registered diagrams to be overridden. 2023-11-20 00:29:13 +05:30
mermaidAPI.spec.ts Merge branch 'develop' into next 2023-12-06 20:50:04 +05:30
mermaidAPI.ts update mermaidAPI to cleanup the text before passing to getDiagramFromText 2023-11-28 09:05:00 +05:30
preprocess.ts chore: Add deprecation notices, improve types 2023-09-06 22:06:05 +05:30
setupGraphViewbox.js fix: #5100 Add viewbox to sankey 2023-12-04 11:36:07 +05:30
setupGraphViewbox.spec.js Support node16 module resolution 2023-03-11 14:54:21 +01:00
styles.spec.ts 5043 Move ELK to standalone package 2023-11-19 00:44:44 +05:30
styles.ts rename `getDiagramStyles` type into `DiagramStylesProvider` 2023-06-26 20:34:21 +03:00
types.ts refactor: Move EdgeData to types 2023-09-12 14:06:53 +05:30
utils.spec.ts Move subgraph title margin tests to independent file 2023-11-20 20:55:43 -03:00
utils.ts review fixes 2023-11-03 13:16:30 +05:30