-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Release v11.4.0 #6007
Merged
Merged
Release v11.4.0 #6007
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Exclude the `node.shape` type from `kanbanItem()`, as otherwise it causes a circular dependency in the types.
…tized into html code values
Fix note non html text
Add the appropriate type checks to ensure that we're only ever calling: - `insertCluster()` with `ClusterNode` - `insertNode()` with a `NonClusterNode` Fixes: 7401cb8
… box out of flowchart docs
🦋 Changeset detectedLatest commit: b022943 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 site configuration. |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📑 Summary
This pull request includes a variety of changes, including the addition of new features, bug fixes, and updates to dependencies and configurations. The most important changes include the introduction of a new Kanban board diagram type, updates to class diagrams, and several bug fixes. Additionally, there are updates to GitHub Actions workflows and various refactorings to improve code maintainability.
New Features and Diagram Updates:
.build/jsonSchema.ts
,.cspell/mermaid-terms.txt
,.changeset/kind-drinks-invent.md
). [1] [2] [3].changeset/polite-rules-rescue.md
).Bug Fixes:
.changeset/chilly-hotels-mix.md
)..changeset/heavy-cats-mate.md
).mermaid.parse
to match errors thrown bymermaid.render
(.changeset/thick-elephants-search.md
).Refactoring and Code Improvements:
PackageOptions
interface and refactored build configuration to use this new type (.build/common.ts
,.esbuild/build.ts
,.esbuild/server.ts
,.esbuild/util.ts
). [1] [2] [3] [4]Updates to GitHub Actions:
.github/workflows/autofix.yml
,.github/workflows/build-docs.yml
,.github/workflows/codeql.yml
,.github/workflows/e2e-applitools.yml
,.github/workflows/e2e.yml
,.github/workflows/lint.yml
,.github/workflows/publish-docs.yml
). [1] [2] [3] [4] [5] [6] [7].github/workflows/e2e-timings.yml
).These changes collectively enhance the functionality, maintainability, and reliability of the project.
📏 Design Decisions
Describe the way your implementation works or what design decisions you made if applicable.
📋 Tasks
Make sure you
MERMAID_RELEASE_VERSION
is used for all new features.pnpm changeset
and following the prompts. Changesets that add features should beminor
and those that fix bugs should bepatch
. Please prefix changeset messages withfeat:
,fix:
, orchore:
.