-
-
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
Merge back v4.11.0 to develop #6032
Conversation
Remove Product Hunt promos & Update Promo bar
Exclude the `node.shape` type from `kanbanItem()`, as otherwise it causes a circular dependency in the types.
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
Release v11.4.0
This isn't documented, but apparently changesets supports this in changesets/changesets@91d1ef2 This is needed to give @yari-dewalt credit for PR #5880
chore: update changeset for #5880
Version Packages
DOCS: add latest blog posts
TopBar: update Whiteboard tagline
|
✅ Deploy Preview for mermaid-js ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
commit: |
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
📑 Summary
Brief description about the content of your PR.
Resolves #
📏 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:
.