Skip to content

[csdk] latest release - #560

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

[csdk] latest release#560
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 Jul 20, 2026

Copy link
Copy Markdown
Contributor

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/angular@0.2.0

Minor Changes

  • Support optional sc_previewTime on the Angular editing render endpoint for time-based Edge preview. (8b18c6e)
  • Bot tracking support for Angular (4c907d5)
    • Expose createBotTrackingMiddleware function that creates an Express middleware for identifying bot requests
  • SXA Redirects support in Angular (07c6169)

Patch Changes

  • [Chore] Cleanup demo code (758194c)

@sitecore-content-sdk/nextjs@2.3.0

Minor Changes

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

    • Add locale and facet support to search package and React hooks

    • SearchParameters now accepts an optional locale field for multi-locale index configurations

    • SearchParameters now accepts an optional facet field (FacetRequest) to request facet counts and filter by facet values

    • SearchResponse now includes an optional facets field (FacetResult[]) with facet data when requested

    • Six new public types exported from @sitecore-content-sdk/search: FacetRequest, FacetField, FacetFilter, FacetFilterOperator, FacetValue, FacetResult

    • useSearch and useInfiniteSearch hooks in @sitecore-content-sdk/react updated to support the new locale and facet options and expose facets in the returned state (ce89722)

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

    • Add locale and facet support to search package and React hooks

    • SearchParameters now accepts an optional locale field for multi-locale index configurations

    • SearchParameters now accepts an optional facet field (FacetRequest) to request facet counts and filter by facet values

    • SearchResponse now includes an optional facets field (FacetResult[]) with facet data when requested

    • Six new public types exported from @sitecore-content-sdk/search: FacetRequest, FacetField, FacetFilter, FacetFilterOperator, FacetValue, FacetResult

    • useSearch and useInfiniteSearch hooks in @sitecore-content-sdk/react updated to support the new locale and facet options and expose facets in the returned state (ce89722)

Patch Changes

  • [SXA Redirects] Refactor redirects logic to be reusable across frameworks (6f8e423)
  • [SXA Redirects] Ensure locales are compared case-insensitively (6f8e423)
  • [App router] Locale always attached on redirect when isLanguagePreserved is true, request URL does not have locale prefix and redirect does not change locale. Adds new behavior controlled by appLocalePrefix setting values passed into redirect proxy: (6563736)
    • always: prefix every locale, including the site default.
    • as-needed: prefix only non-default locales; the site default stays bare. This holds even for isLanguagePreserved rules.
    • never: never include locale prefix
    • unset: behave as as-needed, EXCEPT that isLanguagePreserved from redirect map's checkbox would always ensure locale prefix, when set (Sitecore logic takes precedence).
  • Redirect Proxy not matching encoded URLs with unicode characters in Redirect Map (6563736)

@sitecore-content-sdk/react@2.3.0

Minor Changes

  • Add locale and facet support to search package and React hooks (ce89722)

    • SearchParameters now accepts an optional locale field for multi-locale index configurations
    • SearchParameters now accepts an optional facet field (FacetRequest) to request facet counts and filter by facet values
    • SearchResponse now includes an optional facets field (FacetResult[]) with facet data when requested
    • Six new public types exported from @sitecore-content-sdk/search: FacetRequest, FacetField, FacetFilter, FacetFilterOperator, FacetValue, FacetResult
    • useSearch and useInfiniteSearch hooks in @sitecore-content-sdk/react updated to support the new locale and facet options and expose facets in the returned state
  • minor @sitecore-content-sdk/search dependency update:

    • Add locale and facet support to search package and React hooks

    • SearchParameters now accepts an optional locale field for multi-locale index configurations

    • SearchParameters now accepts an optional facet field (FacetRequest) to request facet counts and filter by facet values

    • SearchResponse now includes an optional facets field (FacetResult[]) with facet data when requested

    • Six new public types exported from @sitecore-content-sdk/search: FacetRequest, FacetField, FacetFilter, FacetFilterOperator, FacetValue, FacetResult

    • useSearch and useInfiniteSearch hooks in @sitecore-content-sdk/react updated to support the new locale and facet options and expose facets in the returned state (ce89722)

Patch Changes

  • Fix RichText recreating nested DOM on parent re-renders by memoizing dangerouslySetInnerHTML, preserving event listeners on unchanged HTML. (938ddb6)

  • Fix hydration mismatch warnings in Pages Editor for empty placeholders and placeholder/rendering chrome markers, most visibly with AppPlaceholder in Next.js App Router. Sitecore Pages attaches chrome attributes (e.g. cursor: pointer styling) to these SDK-owned elements directly in the DOM, which can happen before React hydration completes and previously surfaced as a "server rendered HTML didn't match the client" warning. suppressHydrationWarning is now set on these editing-only elements, since their DOM is expected to be mutated externally. (3b9edfe)

    Also fixes a separate "Each child in a list should have a unique key prop" warning from the same code path: AppPlaceholder's outer PlaceholderMetadata key now falls back to a placeholder-name-based key (placeholder-metadata-${name}) when the route rendering has no uid.

@sitecore-content-sdk/search@0.4.0

Minor Changes

  • Add locale and facet support to search package and React hooks (ce89722)

    • SearchParameters now accepts an optional locale field for multi-locale index configurations
    • SearchParameters now accepts an optional facet field (FacetRequest) to request facet counts and filter by facet values
    • SearchResponse now includes an optional facets field (FacetResult[]) with facet data when requested
    • Six new public types exported from @sitecore-content-sdk/search: FacetRequest, FacetField, FacetFilter, FacetFilterOperator, FacetValue, FacetResult
    • useSearch and useInfiniteSearch hooks in @sitecore-content-sdk/react updated to support the new locale and facet options and expose facets in the returned state

@sitecore-content-sdk/analytics-core@2.1.2

Patch Changes

  • Fix misalignment of the date of birth dob field in the identity event payload between backend and sdk (9329e6e)

@sitecore-content-sdk/cli@2.2.1

Patch Changes

  • Fix build command throwing an error when build commands use fetch calls (87b8db3)

@sitecore-content-sdk/content@2.2.2

Patch Changes

  • [SXA Redirects] Refactor redirects logic to be reusable across frameworks (6f8e423)
  • Redirect Proxy not matching encoded URLs with unicode characters in Redirect Map (6563736)

@sitecore-content-sdk/core@2.1.3

Patch Changes

  • Default GraphQLRequestClient to the global fetch API so graphql-request does not use cross-fetch/node-fetch, which triggers Node DEP0169 via url.parse(). (f3401a8)

create-content-sdk-app@2.3.1

Patch Changes

  • Resolve draft/preview before cached page lookup so Pages Editor works for non-default locales (3a21c12)

  • Leverage appLocalePrefix config setting in AppRouter ensuring redirect locale handling works when LocaleProxy is removed (x-sc-locale is optional). (e2bac91)

  • [Chore] Cleanup demo code (758194c)

  • Bot tracking support for Angular (4c907d5)

    • Expose createBotTrackingMiddleware function that creates an Express middleware for identifying bot requests
  • SXA Redirects support in Angular (07c6169)

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

    • Support optional sc_previewTime on the Angular editing render endpoint for time-based Edge preview. (8b18c6e)
    • Bot tracking support for Angular
    • Expose createBotTrackingMiddleware function that creates an Express middleware for identifying bot requests (4c907d5)
    • SXA Redirects support in Angular (07c6169)
  • minor @sitecore-content-sdk/react dependency update:

    • Add locale and facet support to search package and React hooks

    • SearchParameters now accepts an optional locale field for multi-locale index configurations

    • SearchParameters now accepts an optional facet field (FacetRequest) to request facet counts and filter by facet values

    • SearchResponse now includes an optional facets field (FacetResult[]) with facet data when requested

    • Six new public types exported from @sitecore-content-sdk/search: FacetRequest, FacetField, FacetFilter, FacetFilterOperator, FacetValue, FacetResult

    • useSearch and useInfiniteSearch hooks in @sitecore-content-sdk/react updated to support the new locale and facet options and expose facets in the returned state (ce89722)

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

    • Add locale and facet support to search package and React hooks

    • SearchParameters now accepts an optional locale field for multi-locale index configurations

    • SearchParameters now accepts an optional facet field (FacetRequest) to request facet counts and filter by facet values

    • SearchResponse now includes an optional facets field (FacetResult[]) with facet data when requested

    • Six new public types exported from @sitecore-content-sdk/search: FacetRequest, FacetField, FacetFilter, FacetFilterOperator, FacetValue, FacetResult

    • useSearch and useInfiniteSearch hooks in @sitecore-content-sdk/react updated to support the new locale and facet options and expose facets in the returned state (ce89722)

@sitecore-content-sdk/events@2.1.2

Patch Changes

  • Fix misalignment of the date of birth dob field in the identity event payload between backend and sdk (9329e6e)

@github-actions

github-actions Bot commented Jul 20, 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 69.05 KB 69.05 KB ✅ 0.00 KB 97.44% 97.44% 0.00%
angular 337.93 KB 337.93 KB ✅ 0.00 KB 93.85% 93.85% 0.00%
cli 61.41 KB 61.41 KB ✅ 0.00 KB 71.91% 71.91% 0.00%
content 481.96 KB 481.96 KB ✅ 0.00 KB 92.86% 92.86% 0.00%
core 122.38 KB 122.38 KB ✅ 0.00 KB 91.22% 91.22% 0.00%
create-content-sdk-app 525.68 KB 525.68 KB ✅ 0.00 KB 96.47% 96.47% 0.00%
events 72.33 KB 72.33 KB ✅ 0.00 KB 97.97% 97.97% 0.00%
nextjs 539.86 KB 539.86 KB ✅ 0.00 KB 91.47% 91.47% 0.00%
personalize 64.01 KB 64.01 KB ✅ 0.00 KB 99.74% 99.74% 0.00%
react 238.73 KB 238.73 KB ✅ 0.00 KB 93.96% 93.96% 0.00%
search 8.25 KB 8.25 KB ✅ 0.00 KB 98.72% 98.72% 0.00%
Total ✅ 0.00 KB

@jss-release-github-app
jss-release-github-app Bot force-pushed the changeset-release/dev branch 4 times, most recently from e0550b9 to ccafac4 Compare July 27, 2026 01:06
@jss-release-github-app
jss-release-github-app Bot force-pushed the changeset-release/dev branch 6 times, most recently from cb5f8ce to ab16125 Compare August 4, 2026 09:00
@jss-release-github-app
jss-release-github-app Bot force-pushed the changeset-release/dev branch 4 times, most recently from 93edfe5 to 226998d Compare August 11, 2026 06:34
@jss-release-github-app
jss-release-github-app Bot force-pushed the changeset-release/dev branch 2 times, most recently from 74fb4ce to 6ba2eb9 Compare August 12, 2026 22:58
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