plans/issues/issue-1400.md
Executor instructions: This is a pointer plan — the implementation work is owned by
plans/018-reorder-multidimensional.md. Do NOT implement anything from this file. Follow the steps below only when their gates are met. When done, update this plan's row inplans/issues/README.md.Drift check (run first):
gh api repos/motiondivision/motion/issues/1400 --jq '.state'→open. If closed, mark this plan DONE (already resolved) and stop.
42bfbe3ed, 2026-06-11Open since 2021-12-23; 25 comments; the most-demanded Reorder feature. Asks
for axis="xy"-style grid reordering on Reorder.Group. History the executor
should know:
<Reorder.Item drag />", packages/framer-motion/src/components/Reorder/Group.tsx:30-31)
is updated by plan 018 Step 5.axis="both", designed
to avoid the velocity-gating and grid-arithmetic failures of #1685.plans/README.md is DONE and the feature is in a published release)Comment on the issue (use gh api, not gh issue — Projects Classic
deprecation breaks some gh issue subcommands on this repo):
gh api repos/motiondivision/motion/issues/1400/comments -f body='Multi-axis reordering shipped in <version>: set `axis="both"` on `Reorder.Group`. Items can now be reordered in two dimensions (wrapped flex / grid layouts), using positional collision detection rather than the per-axis velocity approach from the earlier PR #1685. Docs: <link>. Please open a new issue for any bugs you hit with it.'
Fill <version> from the release changelog and <link> from motion.dev docs.
plans/issues/README.md is set to APPROVED/APPROVED-CLOSE by the maintainer)Close as completed:
gh api -X PATCH repos/motiondivision/motion/issues/1400 -f state=closed -f state_reason=completed
Note: plan 018's maintenance notes flag that the maintainer may consider auto-axis detection part of the ask; if the maintainer prefers to keep #1400 open until auto-detection ships, leave it open and link the follow-up plan instead.
plans/issues/README.md row updated