Sidharth Vinod
1bc0718901
Persist pan & zoom in state
2022-08-12 22:15:36 +05:30
Sidharth Vinod
4441102c66
Add PanZoom
2022-08-12 20:41:27 +05:30
Sidharth Vinod
aaa69216a6
Fix import
2022-08-12 14:42:09 +05:30
Sidharth Vinod
0086ba9f2a
Add message in popup
2022-08-12 13:54:35 +05:30
Sidharth Vinod
736dd46831
fix #914 Add render diagram keyboard shortcut
2022-08-12 13:36:24 +05:30
Sidharth Vinod
e04bb15c35
Add dom testing
2022-07-06 13:01:59 +05:30
Sidharth Vinod
1c6371cb8c
Add vitest
2022-07-06 12:17:37 +05:30
Sidharth Vinod
2cff54b33d
Merge pull request #864 from mermaid-js/fix/dataFlow
...
Fix/data flow
2022-06-30 09:24:36 +05:30
Sidharth Vinod
dd17fd7e3f
fix #796 : Export SVG fix
2022-06-29 00:25:25 +05:30
Sidharth Vinod
33e27738af
Fix loading tests
2022-06-28 14:43:12 +05:30
Sidharth Vinod
a02bd4b3ba
Bind correct store
2022-06-28 14:36:59 +05:30
Sidharth Vinod
f95c42db1e
add update test
2022-06-28 14:18:29 +05:30
Sidharth Vinod
457cd02cc4
Fix #851 : Simplify data flow and error handling
2022-06-28 14:03:01 +05:30
Sidharth Vinod
aa31a2a095
fix #861 : Verify file download
2022-06-27 15:06:24 +05:30
Jon Bake
bc55e97545
Fixes #681 - Add font awesome CSS to exported SVG
2022-06-21 19:18:48 -05:00
Sidharth Vinod
f246ce63a0
Fix action button
2022-06-02 13:07:57 +05:30
Yash Singh
7c6dd2dd2d
feat: sample diagram and docs for gitgraph ( #751 )
2022-04-19 13:30:31 -07:00
kerwin612
0365e40c0a
Optimized type structure
2022-03-11 08:43:58 +08:00
kerwin612
79c14647be
Fix tab style exception
2022-03-07 22:33:29 +08:00
Sidharth Vinod
d603927242
Merge pull request #604 from mermaid-js/sidv/compress
...
Compressed URL
2022-01-21 13:42:11 +05:30
Yash Singh
73168de160
Merge branch 'develop' into revert-585-revert-478-develop
2022-01-20 20:36:44 -08:00
Sidharth Vinod
9fb7c4a176
fix: Types
2022-01-21 00:41:24 +05:30
Sidharth Vinod
aee4460458
Fix types
2022-01-20 18:46:00 +05:30
Sidharth Vinod
b52f2c4220
Serdes
2022-01-20 18:08:53 +05:30
Sidharth Vinod
4628a670c8
Compressed URL
2022-01-20 14:19:36 +05:30
Marek Skrobacki
c59351c84f
kroki: don't make copy of the state
2022-01-19 08:25:24 +00:00
Marek Skrobacki
6ab1b296b8
kroki: switch from native to js-base64 btoa
2022-01-18 08:54:51 +00:00
Marek Skrobacki
4472b1921c
kroki: generate URL / compressed diagram on-demand
...
Converting the diagram to base64 and compression are the operations that might
be CPU heavy, it is better to perform these only when actually needed.
After this commit, the URL will be generated only after the button is pressed
instead of after every change to the text.
2022-01-18 08:54:51 +00:00
Sidharth Vinod
787c6df2ed
Merge branch 'develop' into pr/skrobul/584
...
* develop:
Revert "Use `monaco-mermaid`"
2022-01-18 11:24:36 +05:30
Sidharth Vinod
b0cb4e6a0e
Revert "Revert "Use monaco-mermaid""
2022-01-18 11:21:57 +05:30
Sidharth Vinod
96af5f427c
Revert "Use monaco-mermaid"
2022-01-18 11:16:09 +05:30
Marek Skrobacki
36bcd32ee3
Kroki support
...
This commit adds support for generating links to be rendered with
[Kroki](https://kroki.io ) compatible renderer. Apart from supporting many other
diagram formats, it directly benefits Mermaid editor because it generates much
shorter URLs (due to the compression).
Custom Kroki URL can be configured through environment variable if you want to
use self-hosted instance of Kroki.
2022-01-17 20:51:30 +00:00
Sidharth Vinod
046437a663
Merge branch 'develop' into develop
2022-01-17 11:06:53 +05:30
Sidharth Vinod
9f94a920ee
Remove GitGraph as it's unsupported.
2021-12-29 20:21:29 +05:30
a053659aa1
chore(deps): bump monaco-editor from 0.29.1 to 0.30.0 ( #486 )
...
* chore(deps): bump monaco-editor from 0.29.1 to 0.30.0
Bumps [monaco-editor](https://github.com/microsoft/monaco-editor ) from 0.29.1 to 0.30.0.
- [Release notes](https://github.com/microsoft/monaco-editor/releases )
- [Changelog](https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/microsoft/monaco-editor/compare/v0.29.1...v0.30.0 )
---
updated-dependencies:
- dependency-name: monaco-editor
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthieu MOREL <mmorel-35@users.noreply.github.com >
Co-authored-by: Yash Singh <saiansh2525@gmail.com >
2021-11-07 22:20:01 +01:00
Yash-Singh1
0d745fbb29
Refactor because editor only file in dir
2021-10-31 15:00:30 -07:00
Yash Singh
3354663ada
Delete util.ts
2021-10-31 14:58:57 -07:00
Yash-Singh1
4f0c38b36e
Use monaco-mermaid
2021-10-31 14:56:07 -07:00
Sidharth Vinod
9aba3693f1
fix: revert stateStr change
2021-10-09 11:24:41 +05:30
Sidharth Vinod
5494911830
Merge branch 'master' into develop
...
* master:
feat: Add renderer url config
feat: Add renderer url config
2021-10-09 11:23:17 +05:30
Sidharth Vinod
b3cc9f70ff
feat: Add troubleshooting if link is broken
2021-10-09 10:33:50 +05:30
Sidharth Vinod
aadf4ec8dc
feat: Add renderer url config
2021-10-02 13:39:07 +05:30
Sidharth Vinod
ffdaaa3c5d
Merge pull request #384 from Yash-Singh1/patch-1
...
Add actor support
2021-10-01 19:47:45 +05:30
Yash Singh
9ff8bb54eb
Fix documentation for requirement diagram element
2021-09-25 16:36:16 -07:00
Yash Singh
bcad69e2d0
Add actor support on sequence diagram
2021-09-23 19:09:27 -07:00
Sidharth Vinod
dfe32b93c0
fix : #381 URL mismatch
2021-09-22 12:05:25 +05:30
Sidharth Vinod
45c5958b56
Fix: Light theme not being set by default
2021-09-18 10:10:53 +05:30
Sidharth Vinod
15a90149be
Merge branch 'master' into daisyUI
...
* master:
Fix " > base64State is not defined"
chore(deps-dev): bump svelte-preprocess from 4.8.0 to 4.9.4
chore(deps-dev): bump eslint-plugin-cypress from 2.11.3 to 2.12.1
chore(deps-dev): bump cypress from 8.3.1 to 8.4.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin
chore(deps): bump js-base64 from 3.7.0 to 3.7.1
chore(deps-dev): bump svelte from 3.42.5 to 3.42.6
chore(deps): bump node from 16.9.0 to 16.9.1
chore(deps-dev): bump prettier from 2.4.0 to 2.4.1
chore(deps-dev): bump @sveltejs/adapter-static
chore(deps-dev): bump @typescript-eslint/parser from 4.31.0 to 4.31.1
2021-09-18 10:04:10 +05:30
Sidharth Vinod
113c50e255
Fix " > base64State is not defined"
2021-09-17 23:51:26 +05:30
Sidharth Vinod and Yash Singh
30651c41de
Apply suggestions from code review
...
Co-authored-by: Yash Singh <saiansh2525@gmail.com >
2021-09-17 19:46:28 +05:30