saurabhg772244
a001619464
Move MIT license just before icon definition
2024-10-09 12:15:23 +05:30
saurabhg772244
9bac464442
Use tropical-fish icon with MIT license in e2e tests
2024-10-09 10:41:37 +05:30
saurabhg772244
d3308232e8
updated test case for icon shape
2024-10-07 16:11:31 +05:30
saurabhg772244
3d9e919545
Updated test cases
2024-09-09 23:00:08 +05:30
Sidharth Vinod
50a535125e
chore: Use default export
2024-08-21 15:29:08 +05:30
Knut Sveidqvist
729080f4b1
#5237 Fixes from comments
2024-08-09 14:04:53 +02:00
Ashish Jain
86e4642046
fix review comments
2024-07-19 14:09:31 +02:00
Ashish Jain
138ee49943
fix for broken katex,state,error spec
2024-07-18 16:24:59 +02:00
Sidharth Vinod
d5a03a9054
Merge branch 'sidv/eslintv9' into 5237-unified-layout-common-renderer-eslint
...
* sidv/eslintv9: (24 commits)
chore: Cleanup tsconfig
chore: Fix lint
Apply suggestions from code review
chore: Remove extra words from cspell
chore: Log granular rebuild times
fix: Message wrap
fix: Message wrap
chore: Use `??` instead of `||`
chore: Organise imports
chore: Remove unused variables
chore: Remove cross-env from eslint
chore: Cleanup rules
chore: Fix eslint issues
chore: Fix eslint issues
chore: Add type checked rules, auto fix
chore: Remove max_old_space_size as v9 does not have perf issues
fix: Eslint jison linting
chore: Resolve eslint errors
chore: Resolve eslint errors
chore: Remove orphaned files
...
2024-06-30 15:58:14 +05:30
Sidharth Vinod
6b87fb3418
chore: Add type checked rules, auto fix
2024-06-30 00:58:02 +05:30
Knut Sveidqvist
ec0e9b8680
5237 Fixes after visual tests
2024-06-13 14:25:31 +02:00
Sidharth Vinod
725b618111
Fix flowchart-elk render test
2024-03-23 15:17:12 +05:30
Sidharth Vinod
da7ff777d1
chore: Add esbuild (Breaking change)
...
mermaid.min.js and mermaid.js will now be IIFE instead of UMD.
2023-08-14 00:52:45 +05:30
Sidharth Vinod
8b18fd93f4
Add test
2023-04-26 00:20:00 +05:30
Remco Haszing
da7725f38e
Merge branch 'develop' into fix-node16-module-resolution
2023-04-01 12:05:19 +02:00
Sidharth Vinod
7739302ee8
fix uncaughexception in tests
2023-03-30 23:28:41 +05:30
Remco Haszing
0dc6e0a0d9
Update cypress mermaid imports
2023-03-20 12:21:22 +01:00
Remco Haszing
b719fa9b18
Fix Cypress tests
2023-03-17 20:53:13 +01:00
Remco Haszing
b7d31adda4
Support node16 module resolution
...
The `node16` module resolution requires imports to use the `.js` file
extension in type definitions.
`@rollup/plugin-typescript` is needed to make this work with the Vite
setup used by Mermaid.
The module option for Mermaid internally is set to `nodenext`. This is
needed to support `.json` imports. Note that setting `module` to
`node16` or `nodenext` implies a matching `moduleResolution` value.
2023-03-11 14:54:21 +01:00
Sidharth Vinod
b868777184
docs: v10 breaking changes
2023-02-21 21:35:54 +05:30
Sidharth Vinod
735aceb37a
Fix E2E Tests
2023-02-19 14:03:11 +05:30
Knut Sveidqvist
74df4a7a68
Mind map coming in from the cold. A lazy loaded diagram in the same way as timeline.
2023-02-08 17:42:58 +01:00
Sidharth Vinod
afe3f593e1
fix( #4003 ): Remove unhandled promises
...
Add eslint rules to check for unhandled promises
Fix all existing unhandled promise issues
2023-01-18 00:47:49 +05:30
Sidharth Vinod
4d3f151cf0
feat: Wait for rendering to finish before taking image snapshots
2023-01-16 02:07:37 +05:30
Sidharth Vinod
7f4368415d
chore: Add eslint-unicorn & fix
2022-11-23 01:05:08 +05:30
Sidharth Vinod
a83f88bdf1
chore: Merge master to develop
2022-11-10 13:51:53 +05:30
Jeroen Ekkelkamp
0c4edd332c
Ran linter (npm run lint:fix)
2022-10-19 20:06:54 +02:00
Knut Sveidqvist
439274c5ae
chore: Cleanup
2022-10-07 10:40:01 +02:00
Sidharth Vinod
3e3de72093
fix: dynamic import
2022-10-07 14:51:37 +08:00
Sidharth Vinod
9f286b46ff
fix: Filename in viewer.js
2022-10-06 23:39:30 +08:00
Knut Sveidqvist
0f2e0c2ab4
Updated logic for diagram loading
2022-10-05 22:03:05 +02:00
Sidharth Vinod
913468a7b5
Merge branch 'sidv/viteVitest' into sidv/3061_monorepo
...
* sidv/viteVitest:
fix: Core build
fix: js-base64
fix OutputOptions type
fix: js-base64
fix: json import, js-base64
fix: json import
2022-09-23 17:29:35 +05:30
Sidharth Vinod
bc0be28f08
fix: js-base64
...
Co-authored-by: Alois Klink <alois@aloisklink.com>
2022-09-23 15:54:24 +05:30
Sidharth Vinod
eaa1602b1a
fix: json import, js-base64
...
Co-authored-by: Alois Klink <alois@aloisklink.com>
2022-09-23 15:42:41 +05:30
Sidharth Vinod
bf25be7cf0
Merge branch 'sidv/viteVitest' into sidv/3061_monorepo
...
* sidv/viteVitest:
ts conversion
cleanup
remove esbuild
fix: tests
chore: Add recommended extensions
Fix user-journey leaking css
Add "Debug Current Test File" configuration for VSCode
Fix unit test coverage
Use vite for build
Fix docs
vite
vite Server
Cleanup
Merge vitest & esbuild
Merge vitest
fix jison generation
Vite
Vite
2022-09-23 11:31:15 +05:30
Sidharth Vinod
9e35bf6e6f
fix: tests
2022-09-23 10:40:56 +05:30
Knut Sveidqvist
0e0a6c0f69
Fixed paths for dev server
2022-09-22 11:28:37 +02:00
Sidharth Vinod
dab43da202
fix: imports in HTML
2022-09-20 22:13:49 +05:30
Sidharth Vinod
98e9f5751a
Prettier pass
2022-09-05 01:00:47 +05:30
Matthieu MOREL
d84be0d792
Enable eslint-plugin-jest, eslint-plugin-cypress and wider scan
2021-11-18 23:57:16 +01:00
Knut Sveidqvist
ba6d73fc17
Debug of fonts in percy renderings
2020-08-16 13:01:45 +02:00
Knut Sveidqvist
bbc9532444
#1454 Adding showcase diagrams rendered with the different themes
2020-07-15 14:02:19 +02:00
Knut Sveidqvist
44d5009538
Revert of PR #1482
2020-06-19 10:52:20 +02:00
Knut Sveidqvist
a251029546
#§473 Font update for e2e tests
2020-06-15 22:42:33 +02:00
Knut Sveidqvist
c2e5e94b37
#903 Allowing >,< and = characters in svg. Updating xss tests to handle both htmlLabels and non htmlLabels
2019-12-07 12:19:45 +01:00
Knut Sveidqvist
4db525c6a9
#1050 Merge of PR
2019-11-08 11:42:26 +01:00
Knut Sveidqvist
e313625ccb
Fixing the conflict
2019-11-08 08:54:48 +01:00
Ashish Jain
5b5be40dd5
Fixing the binding function error
2019-11-07 22:09:34 +01:00
MATSUDA Takashi
f7a3c42da1
e2e support multiple diagram
2019-11-05 17:54:52 +09:00
Christian Klemm
92eec664b1
test fix
2019-10-05 00:57:58 +02:00