7279: Prevent browser hang with multiline accDescr in XY charts#7293
7279: Prevent browser hang with multiline accDescr in XY charts#7293ashishjain0512 merged 1 commit intodevelopfrom
Conversation
… and add tests on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
🦋 Changeset detectedLatest commit: a408b55 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
✅ Deploy Preview for mermaid-js ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
@mermaid-js/examples
mermaid
@mermaid-js/layout-elk
@mermaid-js/layout-tidy-tree
@mermaid-js/mermaid-zenuml
@mermaid-js/parser
@mermaid-js/tiny
commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #7293 +/- ##
=======================================
Coverage 3.57% 3.57%
=======================================
Files 473 473
Lines 47475 47475
Branches 734 734
=======================================
Hits 1696 1696
Misses 45779 45779
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
|
@darshanr0107 thanks for taking this on. Unfortunately, I don't have the bandwidth at the moment to onboard myself as a contributor to submit PRs for issues like this. |
📑 Summary
This PR fixes a browser hang (CODE_HUNG) that occurs when adding a multiline
accDescrelement to an XY chart.Resolves #7279
📏 Design Decisions
Describe the way your implementation works or what design decisions you made if applicable.
📋 Tasks
Make sure you
MERMAID_RELEASE_VERSIONis used for all new features.pnpm changesetand following the prompts. Changesets that add features should beminorand those that fix bugs should bepatch. Please prefix changeset messages withfeat:,fix:, orchore:.