Skip to content

SSGOI 7.0.0

Latest

Choose a tag to compare

@Moon-DaeSeung Moon-DaeSeung released this 26 Jul 08:58

SSGOI 7.0.0 is a major release that redesigns transition routing around natural route rules and persistent boundaries.

Highlights

  • Define transition behavior with scoped route rules, exclusions, ordered routes, and explicit route pairs.
  • Keep layouts mounted with persistent, named transition boundaries and more reliable nested navigation pairing.
  • Restore scroll positions with rule-aware policies and improved history-aware navigation direction.
  • Refine drill, sheet, shared-axis, scroll, and zoom motion across forward and backward navigation.
  • Update framework templates with centralized route-boundary setups for Next.js, React Router, TanStack Router, Nuxt, SvelteKit, SolidStart, and Qwik.
  • Rebuild the documentation with copy-ready framework guides, a transition catalog and lab, complex-routing guidance, and troubleshooting references.

Breaking changes

Transition route configuration has been redesigned. Applications upgrading from v6 should migrate to route rules and centralized or named route boundaries. Start with the installation guide and route rules guide.

Packages

The following packages are published in lockstep at 7.0.0 under the npm latest tag:

  • @ssgoi/core
  • @ssgoi/angular
  • @ssgoi/qwik
  • @ssgoi/react
  • @ssgoi/solid
  • @ssgoi/svelte
  • @ssgoi/vue

Validation

  • All seven publishable packages built successfully.
  • 107 core tests passed.
  • Workspace lint completed with zero errors.
  • The documentation production build generated all 93 routes successfully.

Full Changelog: v6.6.10...v7.0.0