@bigcommerce/catalyst-core@1.10.1
Patch Changes
-
#3112
b80584dThanks @jairo-bc! - Fix product, category, and brand content falling back to the default language after ISR revalidation.generateMetadatafetched page data throughcache()-memoized loaders before callingsetRequestLocale, so during background regeneration (no request) next-intl could not resolve the locale, the storefront client omittedAccept-Language, and the default-locale response poisoned the memoized cache for the whole render.setRequestLocale(locale)is now called before the fetch in eachgenerateMetadata. -
#3128
a14b9fdThanks @bc-vivekaggarwal! - Style the promotion callouts with Storefront Kit's built-inwarningvariant instead of custom Tailwind classes. Bumpsstorefront-kitto^0.32.3(whosestylesstylesheet is now plain CSS, so it imports cleanly under Turbopack) and wires upstorefront-kit/stylesplus the Storefront Kitdistcontent path so the Callout's design-system tokens resolve out of the box. -
#3129
9264ad8Thanks @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).