Skip to content

[csdk] latest release#466

Open
jss-release-github-app[bot] wants to merge 1 commit into
devfrom
changeset-release/dev
Open

[csdk] latest release#466
jss-release-github-app[bot] wants to merge 1 commit into
devfrom
changeset-release/dev

Conversation

@jss-release-github-app

@jss-release-github-app jss-release-github-app Bot commented May 5, 2026

Copy link
Copy Markdown

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to dev, this PR will be updated.

Releases

@sitecore-content-sdk/cli@2.2.0

Minor Changes

  • [cli][create-content-sdk-app] Update build and component map generation to recreate the .sitecore directory when it is missing. (0325d61)
  • minor @sitecore-content-sdk/content dependency update:
    • Support Draft Components (a1d3798)

@sitecore-content-sdk/content@2.2.0

Minor Changes

  • Support Draft Components (a1d3798)

Patch Changes

  • Personalize hide component does not work properly in edit in case of nested personalization (77825b9)
  • 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-parse with the WHATWG URL API in the GraphQL client and media URL helpers to avoid Node DEP0169 / legacy URL parsing warnings. (c50ffd7)
  • [content] Fix build crash and normalize DetailedRenderingParams object values for Styles, CSSStyles, LibraryId, and GridParameters rendering params (562866b)
  • Fix personalization resolution in Edit Mode and Preview Mode by sending the sc_variant header to the Preview GraphQL API so API resolves the active variant server-side, instead of relying on sdk experiences filtering. (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)

create-content-sdk-app@2.2.0

Minor Changes

  • Add tag-based revalidation support for the Next.js App Router with Cache Components, including cache tag helpers and revalidation route handlers. (856cb89)

    Introduce the nextjs-app-router-cache-components scaffolding template with a combined revalidation route wired out of the box.

  • [cli][create-content-sdk-app] Update build and component map generation to recreate the .sitecore directory when it is missing. (0325d61)

Patch Changes

  • Remove unused config section from nextjs template package.json to eliminate npm warnings about unknown CLI config settings. (f81ac30)

  • [create-content-sdk-app] Add help flag output (386c7f8)

  • [create-content-sdk-app] Fix custom 404 handling in cache-components template (7d29ee8)

  • Scope Tailwind v4 source scanning to app src in App Router templates so monorepo yarn watch samples do not hang or fail on globals.css when symlinked SDK packages are scanned. (f28b4a1)

  • [create-content-sdk-app] Add PartialDesignDynamicPlaceholder to App Router and Pages Router templates for Sitecore AI partial designs (85b14a9)

  • [create-content-sdk][Chore] The template version management has been adjusted for multi-version use (3f9282b)

  • [create-content-sdk-app] Remove redundant --template from help options (3631584)

  • Upgrade glob dependency from deprecated v11 to v13 to resolve security vulnerabilities (CVE-2025-64756) (debe2bd)

  • minor @sitecore-content-sdk/cli dependency update:

    • [cli][create-content-sdk-app] Update build and component map generation to recreate the .sitecore directory when it is missing. (0325d61)
  • minor @sitecore-content-sdk/content dependency update:

    • Support Draft Components (a1d3798)
  • minor @sitecore-content-sdk/nextjs dependency update:

    • [nextjs] Add context to nextjs proxies that the developers can use to get information an what was executed inside each proxy (97ebaca)
    • Support Draft Components (a1d3798)
    • [nextjs] Fix sitemap route validation to return undefined for sitemap-index path. (ecba275)
    • [nextjs][react] Add renderChildrenWhenEmpty prop to Link component to render empty anchor with children instead of null when the link field value is empty. (741a10f)
    • Add tag-based revalidation support for the Next.js App Router with Cache Components, including cache tag helpers and revalidation route handlers.

    Introduce the nextjs-app-router-cache-components scaffolding template with a combined revalidation route wired out of the box. (856cb89)

  • minor @sitecore-content-sdk/react dependency update:

    • [nextjs][react] Add renderChildrenWhenEmpty prop to Link component to render empty anchor with children instead of null when the link field value is empty. (741a10f)

@sitecore-content-sdk/nextjs@2.2.0

Minor Changes

  • [nextjs] Add context to nextjs proxies that the developers can use to get information an what was executed inside each proxy (97ebaca)

  • Support Draft Components (a1d3798)

  • [nextjs] Fix sitemap route validation to return undefined for sitemap-index path. (ecba275)

  • [nextjs][react] Add renderChildrenWhenEmpty prop to Link component to render empty anchor with children instead of null when the link field value is empty. (741a10f)

  • Add tag-based revalidation support for the Next.js App Router with Cache Components, including cache tag helpers and revalidation route handlers. (856cb89)

    Introduce the nextjs-app-router-cache-components scaffolding template with a combined revalidation route wired out of the box.

  • minor @sitecore-content-sdk/content dependency update:

    • Support Draft Components (a1d3798)
  • minor @sitecore-content-sdk/react dependency update:

    • [nextjs][react] Add renderChildrenWhenEmpty prop to Link component to render empty anchor with children instead of null when the link field value is empty. (741a10f)

Patch Changes

  • [nextjs][Fix] Correct redirect-map regex matching and capture replacement for anchored patterns, locale-prefixed paths, and root-path redirects. (30b0db8)
  • 500 Internal Server Error occurs in Pages editor when Server error page is opened (6b5ddb4)
  • BYOC and FEAAS are broken when client component map generation is disabled (d9d50e1)
  • Remove unused sync-disk-cache dependency which was unmaintained and had security warnings. The package was declared but never actually imported or used in the codebase. (585d583)
  • [Pages Router] Set auth token in proxy and api route for preview protection (421d910)
  • Fix personalization resolution in Edit Mode and Preview Mode by sending the sc_variant header to the Preview GraphQL API so API resolves the active variant server-side, instead of relying on sdk experiences filtering. (858afaf)
  • Fallback of clientComponentMap option in defineCliConfig reverted to be true (553b16a)
  • Pass sc_previewMode, sc_site when performing authorization in PreviewProxy (ced58bb)
  • 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)
  • Check sc_site search parameter in PreviewProxy as a fallback when cookie is missing (2204da3)

@sitecore-content-sdk/react@2.2.0

Minor Changes

  • [nextjs][react] Add renderChildrenWhenEmpty prop to Link component to render empty anchor with children instead of null when the link field value is empty. (741a10f)
  • minor @sitecore-content-sdk/content dependency update:
    • Support Draft Components (a1d3798)

@sitecore-content-sdk/core@2.1.1

Patch Changes

  • [core][content] Replace url-parse with the WHATWG URL API in the GraphQL client and media URL helpers to avoid Node DEP0169 / legacy URL parsing warnings. (c50ffd7)

@jss-release-github-app jss-release-github-app Bot force-pushed the changeset-release/dev branch from 1a2d84c to fb21cac Compare May 5, 2026 18:01
@art-alexeyenko art-alexeyenko force-pushed the changeset-release/dev branch from fb21cac to 08e7f37 Compare May 5, 2026 18:09
@github-actions

github-actions Bot commented May 5, 2026

Copy link
Copy Markdown
Contributor

📦 Package Size and Test Coverage Report

Package Base Size PR Size Δ Change Base Coverage PR Coverage Δ Change
analytics-core 67.34 KB 67.34 KB ✅ 0.00 KB 97.40% 97.40% 0.00%
cli 61.06 KB 61.06 KB ✅ 0.00 KB 71.36% 71.36% 0.00%
content 432.99 KB 432.99 KB ✅ 0.00 KB 92.46% 92.46% 0.00%
core 120.61 KB 120.61 KB ✅ 0.00 KB 91.27% 91.27% 0.00%
create-content-sdk-app 535.58 KB 535.58 KB ✅ 0.00 KB 96.47% 96.47% 0.00%
events 72.27 KB 72.27 KB ✅ 0.00 KB 97.97% 97.97% 0.00%
nextjs 566.30 KB 566.30 KB ✅ 0.00 KB 90.99% 90.99% 0.00%
personalize 64.01 KB 64.01 KB ✅ 0.00 KB 99.74% 99.74% 0.00%
react 232.23 KB 232.23 KB ✅ 0.00 KB 94.00% 94.00% 0.00%
search 8.10 KB 8.10 KB ✅ 0.00 KB 98.57% 98.57% 0.00%
Total ✅ 0.00 KB

@jss-release-github-app jss-release-github-app Bot force-pushed the changeset-release/dev branch 6 times, most recently from a032662 to d2784dd Compare May 12, 2026 14:12
@jss-release-github-app jss-release-github-app Bot force-pushed the changeset-release/dev branch 7 times, most recently from 3ae0369 to a8d4600 Compare May 21, 2026 05:26
@jss-release-github-app jss-release-github-app Bot force-pushed the changeset-release/dev branch 4 times, most recently from 7eda06e to 5eeb756 Compare May 28, 2026 19:47
@jss-release-github-app jss-release-github-app Bot force-pushed the changeset-release/dev branch 8 times, most recently from edab1bf to 2099625 Compare June 11, 2026 12:22
@jss-release-github-app jss-release-github-app Bot force-pushed the changeset-release/dev branch 2 times, most recently from 09cdc80 to 98881c1 Compare June 15, 2026 06:33
@jss-release-github-app jss-release-github-app Bot force-pushed the changeset-release/dev branch 4 times, most recently from 5bba74e to ad6ea96 Compare June 19, 2026 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants