Catalyst 1.5.0
Catalyst v1.5.0 is now available with the following highlights:
- Next.js 16 — upgraded from Next.js 15, including cache API migration, TypeScript config updates, and middleware-to-proxy migration
- Node.js 24 — Catalyst now requires Node.js 24 or later
- Product gallery pagination — paginated image loading for products with many images
- Uncached product inventory — real-time stock levels via a separate uncached GraphQL query
- Canonical URLs and hreflang — proper SEO metadata with locale-aware alternates
- Cart inventory messaging — out-of-stock, ready-to-ship, and backordered quantities on cart line items
- DOMPurify migration — replaced
isomorphic-dompurify with client-only dompurify
See the full 1.5.0 release notes for migration steps.