docs: explain that the mxGraph migration guide is no longer updated - #783
Conversation
WalkthroughThe migration guide for transitioning from mxGraph to maxGraph has been updated. A new warning block has been added at the top, specifying that the guide is accurate only up to maxGraph version 0.18.0 and does not address breaking API changes introduced in later versions. The warning advises users of newer versions to consult the changelog and consider incremental migration. An additional note directs users to GitHub discussions for community support. The previous "under construction" warning and requests for feedback were removed, and the guide's outline was repositioned below the new warning. Changes
Possibly related PRs
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
packages/website/docs/usage/migrate-from-mxgraph.md (1)
11-22: Use awarningadmonition and improve clarity
The block is a user-facing caution about guide applicability—not a critical error—so:::warning(or:::caution) is more appropriate than:::danger. Also tightening the phrasing will make the note clearer.Apply this diff:
--- a/packages/website/docs/usage/migrate-from-mxgraph.md +++ b/packages/website/docs/usage/migrate-from-mxgraph.md @@ -11,7 +11,7 @@ -:::danger +:::warning As of version `0.18.0`, this migration guide isn't updated with the latest `maxGraph` API changes, particularly breaking ones. +As of version `0.18.0`, this migration guide is not updated to cover breaking `maxGraph` API changes introduced after v0.18.0. When migrating from `mxGraph` to a `maxGraph` version newer than 0.18.0: 1. Use this guide as your foundation
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
packages/website/docs/usage/migrate-from-mxgraph.md(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: build
🔇 Additional comments (1)
packages/website/docs/usage/migrate-from-mxgraph.md (1)
25-29: Confirm outline placement and link accuracy
The breakdown of sections is now positioned immediately after the warning block, improving discoverability. The numbered links correspond correctly to existing headings.
|



Summary by CodeRabbit