Release Notes

Release notes document how the guide evolves. The recommended approach is to highlight routing changes, API shifts, and pattern updates so readers can keep their mental model aligned.

Changelog Structure

Each entry lists the route changes, the updated patterns, and the suggested migration steps.

version: 0.2
routes: /docs/learn-react, /docs/routing-and-navigation
patterns: orbit state, await boundary
notes: updated step‑by‑step guidance

Upcoming “Features”

Upcoming features describe planned routing and API changes so readers can prepare.

planned: route shells v2
planned: scope overlays

Deprecations and Guidance

Deprecations explain which patterns should be replaced and what to use instead.

deprecated: legacy route cache
replace: route vault

Next Steps