<motion.p layout="position">Content stays in place</motion.p>
</motion.div>
```
+
+Recent March 2026 patch series (refer to Motion changelog) added controls and fixes for layout projection, color spaces, and scroll-linked timelines. Notable changelog entries (Motion changelog):
−Recent patch releases (March 2026) added controls and fixes for layout projection, color spaces, and scroll-linked timelines. See Motion changelog for full details (https://motion.dev/changelog). Notable entries:
- Motion 12.35.0 (Mar 3, 2026): Added ViewTimeline support for scroll and useScroll.
+- Motion 12.35.1 / 12.35.2 (Mar 6–9, 2026): Multiple fixes — Strict Mode exit/interruption fixes, WAAPI final-style commits, percent-translate handling, and layout jump/rounding fixes.
+- Motion 12.36.0 (Mar 9, 2026): Added axis-locked layout animations with layout="x" and layout="y", and added skipInitialAnimation to `useSpring`.
+- Motion 12.37.0 (Mar 16, 2026): Added color-space support (oklch, oklab, lch, lab, color-mix, light/dark color types) and memory/layout improvements.
−- Motion 12.36.0 (Mar 9, 2026): Added axis-locked layout animations (`layout="x"` / `layout="y"`) and `skipInitialAnimation` on `useSpring`.
+- Motion 12.38.0 (Mar 16, 2026): Added `layoutAnchor` for custom projection anchors; Reorder and AnimatePresence fixes for re-ordering/virtualized lists and exit clean-up.
−- Motion 12.37.0 (Mar 16, 2026): Color-space support (oklch, oklab, lch, lab), memory and layout fixes.
−- Motion 12.38.0 (Mar 16, 2026): Added `layoutAnchor` to configure the projection anchor; Reorder and AnimatePresence fixes.
−If you rely on layout animations, upgrade to the March 2026 patch series for these controls and fixes (see the changelog on motion.dev).
+If you rely on layout animations, upgrade to the March 2026 patch series for these controls and fixes (see Motion changelog).
### Shared layout with layoutId