Knut Sveidqvist
43092e6e11
Fixed rendering issues found while testing, setting to treemap-beta
2025-05-20 15:22:49 +02:00
Knut Sveidqvist
878e77acab
Updates after review comments
2025-05-20 12:56:31 +02:00
Knut Sveidqvist
63827db60d
Added padding as configuration
2025-05-15 10:59:47 +02:00
Knut Sveidqvist
41108358f6
Adding support for title and accessibilities
2025-05-15 10:44:46 +02:00
Ashish Jain
f970fc8bea
Merge branch 'develop' into knsv-treemap
2025-05-13 14:39:53 +02:00
Knut Sveidqvist
fe33d5fb53
Merge remote-tracking branch 'origin/develop' into knsv-treemap
2025-05-12 19:18:04 +02:00
Knut Sveidqvist
64c4d4197b
Prettier fix for json file
2025-05-12 18:30:06 +02:00
Knut Sveidqvist
ed7bab76f2
Fixed linting issues in markdown file
2025-05-12 18:27:40 +02:00
Knut Sveidqvist
445595f942
Handling longer summaries for sections and lint fixes for the renderer
2025-05-12 17:57:23 +02:00
Knut Sveidqvist
66ce617bea
Added support for valueFormat directive - linting
2025-05-12 17:47:00 +02:00
Knut Sveidqvist
3e07a5acff
Added support for valueFormat directive
2025-05-12 17:46:19 +02:00
Knut Sveidqvist
df1e739194
Added support for valueFormat directive
2025-05-12 17:40:23 +02:00
Knut Sveidqvist
2746bccef3
Added rendering and documentation for treemap - linting
2025-05-12 15:54:06 +02:00
Knut Sveidqvist
f0c3dfe3b3
Added rendering and documentation for treemap
2025-05-12 15:47:58 +02:00
omkarht
cac1779c22
Fix: apply proper styling for Mermaid ER diagrams
2025-05-12 15:14:20 +05:30
Sidharth Vinod
0d047ccbcc
Update mermaid-tiny README.md
2025-05-09 05:04:43 -07:00
Knut Sveidqvist
680d65114c
Added class suppoort to the grammar
2025-05-09 13:47:45 +02:00
Sidharth Vinod
1b044a24fa
Merge pull request #4734 from mermaid-js/sidv/tinyMermaid
...
Add `mermaid.tiny.min.js`. 69.7% size reduction.
2025-05-09 05:27:29 +00:00
Sidharth Vinod
fa22ed137c
Merge branch 'develop' into packet-diagram-bit-counts
2025-05-09 10:21:00 +05:30
Knut Sveidqvist
4f8f929340
adjusted layout and theme support
2025-05-08 16:32:40 +02:00
Knut Sveidqvist
3629e8e480
Update treemap renderer for improved padding and layout adjustments
2025-05-08 14:20:05 +02:00
Knut Sveidqvist
ff48c2e1da
adjusted layout WIP
2025-05-08 13:42:50 +02:00
Knut Sveidqvist
1bd13b50f1
added proper hierarchy from parsed data
2025-05-08 11:19:19 +02:00
Ashish Jain
ce1bfb2af5
Merge pull request #6470 from nour0205/fix/flowchart-inherit-dir
...
feat(flowchart): add inheritDir option for subgraph direction
2025-05-07 20:06:49 +00:00
Ashish Jain
c6d8590d8f
Merge pull request #6541 from nour0205/docs/fix-annotation-style-clarification
...
docs(classDiagram): Clarify annotation syntax and recommend inline st…
2025-05-07 20:01:46 +00:00
Knut Sveidqvist
e0a075ecca
Adding treemap
2025-05-07 18:16:00 +02:00
omkarht
2a10143406
Fix: Adjust ER diagram row height calculation and layout rendering
2025-05-07 20:47:15 +05:30
Knut Sveidqvist
40eb0cc240
Passing tests
2025-05-07 16:15:14 +02:00
Sidharth Vinod
8d9f027f40
Merge pull request #6544 from nourhenta/fix-fontFamily-docs-v2
...
docs(theme): document fontFamily customization in themeVariables
2025-05-02 02:21:03 +05:30
nourhenta
819843cf2a
corrected font size text
2025-05-01 20:53:37 +01:00
nourhenta
c364ff463a
docs(theme): fix table formatting by removing extra line between fontFamily and fontSize
2025-04-29 13:31:42 +01:00
nourhenta
379559c992
docs(theme): document fontFamily customization in themeVariables
2025-04-28 23:06:02 +01:00
Megan Triplett
c61b879711
Merge branch 'develop' into feature/3250/add_vertline_to_gantt_plot
2025-04-28 16:22:07 -04:00
nour kouider
f8c54317c5
docs(classDiagram): Clarify annotation syntax and recommend inline style ( #6538 )
2025-04-28 10:27:06 +01:00
nghtlinh
8d4c5d5278
Deleted unused code
2025-04-27 13:51:38 -04:00
nghtlinh
9988a61ec5
Merge remote-tracking branch 'origin/feature/3250/add_vertline_to_gantt_plot' into feature/3250/add_vertline_to_gantt_plot
2025-04-25 15:58:38 -04:00
nghtlinh
d4e737e451
Deleted unused method
2025-04-25 15:43:00 -04:00
NourBenz
b821454927
Merge branch 'develop' into bug/6518_allow-empty-colon-messaage
2025-04-25 19:01:21 +01:00
Monica Nguyen
475532a839
Merge branch 'develop' into feature/3250/add_vertline_to_gantt_plot
2025-04-24 11:39:10 -04:00
Sidharth Vinod
c8daf9aa43
docs: Update tiny doc
2025-04-24 12:53:04 +05:30
NourBz
c17277e743
added changeset and unit test
2025-04-22 21:45:24 +01:00
NourBz
7b3fd044e8
fix(sequenceDiagram): allow empty message after colon ( Fixes #6518 )
2025-04-22 21:18:03 +01:00
Megan Triplett
566b3db15f
Merge branch 'mermaid-js:develop' into feature/3250/add_vertline_to_gantt_plot
2025-04-22 15:16:18 -04:00
Simon Marquis
e7b39f3fa3
layout-elk
package documentation misleading version
...
It shows `layout-elk@11` in CDN code snippet while this package is currently on v0.1.7.
2025-04-20 12:44:44 +01:00
Sidharth Vinod
1c1d7d0300
Merge pull request #6282 from mermaid-js/saurabh/refactor-fontawesome-icon-usage
...
Refactor fontawesome icon usage.
2025-04-20 01:04:40 -07:00
autofix-ci[bot]
7c42d08ef2
[autofix.ci] apply automated fixes
2025-04-20 05:42:45 +00:00
generrosity
d0520e6a50
code review - wording and removals
...
- wording choice to match writing
- removing incorrect assumptions about String quotation and insensitivity.
Co-authored-by: Sidharth Vinod <github@sidharth.dev >
2025-04-20 17:38:10 +12:00
generrosity
05b5607265
removing directives note
...
misundeerstood
Co-authored-by: Sidharth Vinod <github@sidharth.dev >
2025-04-20 17:21:19 +12:00
autofix-ci[bot]
646230d603
[autofix.ci] apply automated fixes
2025-04-19 10:01:32 +00:00
generrosity
5a7e734da4
sp check
2025-04-19 21:57:08 +12:00