Skip to content

@bigcommerce/catalyst-core@1.10.1

Choose a tag to compare

@github-actions github-actions released this 23 Jul 21:29
· 39 commits to canary since this release
36f8fc8

Patch Changes

  • #3112 b80584d Thanks @jairo-bc! - Fix product, category, and brand content falling back to the default language after ISR revalidation. generateMetadata fetched page data through cache()-memoized loaders before calling setRequestLocale, so during background regeneration (no request) next-intl could not resolve the locale, the storefront client omitted Accept-Language, and the default-locale response poisoned the memoized cache for the whole render. setRequestLocale(locale) is now called before the fetch in each generateMetadata.

  • #3128 a14b9fd Thanks @bc-vivekaggarwal! - Style the promotion callouts with Storefront Kit's built-in warning variant instead of custom Tailwind classes. Bumps storefront-kit to ^0.32.3 (whose styles stylesheet is now plain CSS, so it imports cleanly under Turbopack) and wires up storefront-kit/styles plus the Storefront Kit dist content path so the Callout's design-system tokens resolve out of the box.

  • #3129 9264ad8 Thanks @chanceaclark! - Upgrade Next.js from 16.2.6 to 16.2.11 to pick up the July 2026 security release (https://nextjs.org/blog/july-2026-security-release).