Sidharth Vinod
4952b13ad0
fix: Ignore unknown arrow type values
...
Co-authored-by: Alois Klink <alois@aloisklink.com>
2023-11-09 02:37:38 +05:30
Sidharth Vinod
d1fba9c567
Merge pull request #4824 from JackuB/patch-1
...
Docs: add Mermaid for Slack integration
2023-11-08 20:58:40 +00:00
Sidharth Vinod
cd9bf03fb7
Merge branch 'develop' into pr/rhysd/4359
...
* develop: (154 commits)
chore(deps): update all patch dependencies
chore: release v10.6.1
fix(flow): fix invalid ellipseText regex
review fixes
Update XYChart's nav link in the docs template
add comment for ts ignore
move decodeEntities to utils
review fixes
chore(deps): update all minor dependencies
chore: Point to correct changelog
add spec
fix: getMessageAPI so it considers entity codes
chore(deps): update all patch dependencies
Update integrations-community.md
docs: upate the list of tools with native support of mermaid
Fix typo in build-docs.yml
Updated mermaid version
Limiting the number of edges that are allowed in the flowchart
Update README.md
Update README.md
...
2023-11-09 02:23:08 +05:30
Sidharth Vinod
c2e26baf4d
Merge pull request #4930 from Mister-Hope/patch-2
...
feat(gantt): update styles
2023-11-08 20:42:53 +00:00
Reda Al Sulais
1d88ac43cf
enhance title
, accTitle
, and accDescr
regexes
2023-11-08 22:10:36 +03:00
Reda Al Sulais
6102285577
full switch to EOF
2023-11-08 22:10:36 +03:00
Reda Al Sulais
b83603488c
build(deps): update langium
to v2.1.1
2023-11-08 22:10:35 +03:00
nashtechlabs
f6b1e049f1
Merge branch 'develop' into docs/patch-1
2023-11-08 15:56:22 +07:00
Alois Klink
f487dcd57b
Merge commit 'b61ea4b8aa2f5d38ad6af828ed0620a589ec5786'
...
This fixes the link to xyChart in the docs on the `master` branch.
2023-11-08 08:42:05 +00:00
Alois Klink
71478f5a64
Merge pull request #5014 from Abrifq/patch-2
...
Update XYChart's nav link in the docs template
2023-11-08 08:22:30 +00:00
dev1
c9ace33cf1
Add new Atlassian integrations
2023-11-08 14:39:06 +07:00
Alois Klink
4ecf7806cd
Merge pull request #4959 from mermaid-js/update-latest-news
...
Docs: update latest news
2023-11-07 16:10:07 +00:00
Steph
c117447bb3
add latest blog post
2023-11-07 00:54:32 -08:00
Steph
1f7aec7405
Merge branch 'master' into update-latest-news
2023-11-07 00:50:51 -08:00
Sidharth Vinod
30646d80f1
Merge pull request #5015 from mermaid-js/renovate/patch-all-patch
...
chore(deps): update all patch dependencies (patch)
2023-11-07 07:23:10 +00:00
renovate[bot]
6e74e91b5d
chore(deps): update all patch dependencies
2023-11-07 05:11:34 +00:00
Sidharth Vinod
eb4bd314b6
Merge pull request #5002 from ad1992/bug/4983-fix-getMessageAPI
...
fix: getMessageAPI so it considers entity codes
2023-11-07 05:04:53 +00:00
Alois Klink
7a3ce3e337
Merge pull request #5018 from mermaid-js/master
...
Sync `master` branch to `develop`
2023-11-06 14:48:55 +00:00
Alois Klink
d1045ed644
Merge remote-tracking branch 'origin/release/10.6.1'
2023-11-06 14:29:58 +00:00
Aakansha Doshi
396ea3cec2
Update demos/sequence.html
2023-11-06 19:55:53 +05:30
Aakansha Doshi
51d076a83b
Merge branch 'develop' into bug/4946-fix-svg-order-sequence-participant
2023-11-06 19:54:32 +05:30
Alois Klink
65daab2aaf
chore: release v10.6.1
...
Fixes
=====
- Flowchart: Fix a freeze when using a `(` character in an ellipse node
v10.6.1
2023-11-06 13:57:01 +00:00
Aakansha Doshi
dff8b783b8
fix
2023-11-06 19:02:10 +05:30
Aakansha Doshi
78c1a3d980
fix
2023-11-06 18:57:47 +05:30
Aakansha Doshi
23cbf50413
fix: render the participants in same order as they are created
2023-11-06 18:47:38 +05:30
Knut Sveidqvist
7c7f3dd8be
Merge pull request #5016 from aloisklink/fix/4964-fix-invalid-ellipseText-regex
...
fix(flow): fix invalid ellipseText regex
2023-11-06 11:16:44 +00:00
Alois Klink
172d90e731
fix(flow): fix invalid ellipseText regex
...
This invalid regex was causing Mermaid to freeze.
2023-11-06 10:08:12 +00:00
Aakansha Doshi
dff13439f6
review fixes
2023-11-06 12:17:43 +05:30
Arda Aydın
b61ea4b8aa
Update XYChart's nav link in the docs template
...
The site gives 404 with xychart but navigates correctly with xyChart
2023-11-05 22:35:36 +03:00
Reda Al Sulais
cf22e30237
rename abstract rules in common parser files
2023-11-05 13:07:08 +03:00
Reda Al Sulais
f01971b67c
switch to NEWLINE+
instead of EOF
until next release of langium
2023-11-05 02:11:04 +03:00
Reda Al Sulais
c62be1bb45
export necessary functions and types from packages/parser
2023-11-05 02:08:36 +03:00
Reda Al Sulais
cf1880343b
fix: make rearrangeRules
update the array itself
2023-11-05 02:03:58 +03:00
Reda Al Sulais
0c57433567
Merge branch 'next' into add-pie-langium-parser
2023-11-03 23:17:57 +03:00
Reda Al Sulais
5ef0527ebc
export all common ValueConverter
and TokenBuilder
and update imports
2023-11-03 23:12:24 +03:00
Reda Al Sulais
53ef5c51cc
create CommonTokenBuilder
2023-11-03 23:09:58 +03:00
SteffenLm
b5fd8fb7c1
fix text-decoration for abstract attibutes
2023-11-03 20:55:42 +01:00
StefonSimmons
4ba3e2cff3
Update index.md
...
fix typo
2023-11-03 15:51:33 -04:00
Reda Al Sulais
58c7934dd8
export necessary objects and types from packages/parser
2023-11-03 22:45:23 +03:00
Reda Al Sulais
0a626917f8
remove unnecessary lines
2023-11-03 22:39:11 +03:00
Reda Al Sulais
922bb1452f
test: update all parser test cases
2023-11-03 22:35:01 +03:00
Reda Al Sulais
1cda37659e
chore(parser): rearrange rules to make imported rules at the beginning
2023-11-03 22:28:33 +03:00
Reda Al Sulais
fe2e46fe60
build(dev-deps): add chevrotain
as a devDependencies
2023-11-03 22:26:05 +03:00
Reda Al Sulais
7765afa7da
chore: allow comments to adjust keywords
2023-11-03 22:15:13 +03:00
Reda Al Sulais
55d7e9ec61
pref: remove CommonLexer
and use EOF
2023-11-03 22:12:09 +03:00
Reda Al Sulais
6a4ad8af06
build(deps): update langium
and langium-cli
to v2.1.0
2023-11-03 22:09:36 +03:00
Reda Al Sulais
018440354f
build(deps): remove langium-cli
from packages/parser
to use the one in root
2023-11-03 22:06:56 +03:00
Aakansha Doshi
a818f3e3ae
add comment for ts ignore
2023-11-03 13:31:21 +05:30
Aakansha Doshi
58bad981be
move decodeEntities to utils
2023-11-03 13:25:26 +05:30
Aakansha Doshi
6a5b7c40bd
Merge branch 'develop' into bug/4983-fix-getMessageAPI
2023-11-03 13:18:38 +05:30