Minor Changes
- Support Draft Components (a1d3798)
Patch Changes
- Personalize hide component does not work properly in edit in case of nested personalization (77825b9)
- Return empty app-router static params when
generateStaticPathsis false (standard app-router template). Only prepend the configured default site tosites.jsonwhendefaultSiteis explicitly set. Cache-components OSR template uses a build-validation site placeholder (_DEFAULT_) ingenerateStaticParamswhen path generation is off sonext buildsucceeds without Edge or CMS content. (2bff473) - Fix imageParams breaking preview context images. Preview authentication parameters (ttc, tt, hash) were being stripped when imageParams were applied, causing images to fail loading. These parameters are now preserved in the required params list. (3dc5fa6)
- [content] Fix fallback URL in Sitemapindex (9d576f7)
- [core][content] Replace
url-parsewith the WHATWGURLAPI in the GraphQL client and media URL helpers to avoid NodeDEP0169/ legacy URL parsing warnings. (c50ffd7) - [content] Fix build crash and normalize DetailedRenderingParams object values for
Styles,CSSStyles,LibraryId, andGridParametersrendering params (562866b) - Fix personalization resolution in Edit Mode and Preview Mode by sending the
sc_variantheader to the Preview GraphQL API so API resolves the active variant server-side, instead of relying on sdkexperiencesfiltering. (858afaf) - Support time-based preview via sc_previewTime query parameter. The editing render endpoint now accepts an optional sc_previewTime query parameter and forwards it as a header to Edge Preview GraphQL, enabling calendar-based content validation at specific future dates. (7b3b3f3)
- Upgrade glob dependency from deprecated v11 to v13 to resolve security vulnerabilities (CVE-2025-64756) (debe2bd)