Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#6195 at signs in labels #6196

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

#6195 at signs in labels #6196

wants to merge 3 commits into from

Conversation

knsv
Copy link
Collaborator

@knsv knsv commented Jan 17, 2025

📑 Summary

Allowing @ signs inside node label

Resolves #6195

📏 Design Decisions

Small fix in lexer.

📋 Tasks

Make sure you

  • 📖 have read the contribution guidelines
  • 💻 have added necessary unit/e2e tests.
  • 📓 have added documentation. Make sure MERMAID_RELEASE_VERSION is used for all new features.
  • 🦋 If your PR makes a change that should be noted in one or more packages' changelogs, generate a changeset by running pnpm changeset and following the prompts. Changesets that add features should be minor and those that fix bugs should be patch. Please prefix changeset messages with feat:, fix:, or chore:.

Copy link

changeset-bot bot commented Jan 17, 2025

🦋 Changeset detected

Latest commit: 7f47678

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
mermaid Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

netlify bot commented Jan 17, 2025

Deploy Preview for mermaid-js ready!

Name Link
🔨 Latest commit 7f47678
🔍 Latest deploy log https://app.netlify.com/sites/mermaid-js/deploys/678a36941517d40008304c8c
😎 Deploy Preview https://deploy-preview-6196--mermaid-js.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@knsv knsv requested a review from ashishjain0512 January 17, 2025 10:53
Copy link

pkg-pr-new bot commented Jan 17, 2025

Open in Stackblitz

npm i https://pkg.pr.new/mermaid-js/mermaid@6196
npm i https://pkg.pr.new/mermaid-js/mermaid/@mermaid-js/mermaid-zenuml@6196
npm i https://pkg.pr.new/mermaid-js/mermaid/@mermaid-js/parser@6196
npm i https://pkg.pr.new/mermaid-js/mermaid/@mermaid-js/layout-elk@6196

commit: 7f47678

Copy link

codecov bot commented Jan 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 4.47%. Comparing base (1d9c2aa) to head (7f47678).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           develop   #6196      +/-   ##
==========================================
- Coverage     4.47%   4.47%   -0.01%     
==========================================
  Files          383     384       +1     
  Lines        54144   54155      +11     
  Branches       622     597      -25     
==========================================
  Hits          2425    2425              
- Misses       51719   51730      +11     
Flag Coverage Δ
unit 4.47% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@ sign inside strings break parsing
1 participant