[csdk] latest release - #560
Open
jss-release-github-app[bot] wants to merge 1 commit into
Open
Conversation
Contributor
📦 Package Size and Test Coverage Report
|
jss-release-github-app
Bot
force-pushed
the
changeset-release/dev
branch
4 times, most recently
from
July 27, 2026 01:06
e0550b9 to
ccafac4
Compare
jss-release-github-app
Bot
force-pushed
the
changeset-release/dev
branch
6 times, most recently
from
August 4, 2026 09:00
cb5f8ce to
ab16125
Compare
jss-release-github-app
Bot
force-pushed
the
changeset-release/dev
branch
4 times, most recently
from
August 11, 2026 06:34
93edfe5 to
226998d
Compare
jss-release-github-app
Bot
force-pushed
the
changeset-release/dev
branch
2 times, most recently
from
August 12, 2026 22:58
74fb4ce to
6ba2eb9
Compare
jss-release-github-app
Bot
force-pushed
the
changeset-release/dev
branch
from
August 12, 2026 23:25
6ba2eb9 to
9a4eae8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
sc_previewTimeon the Angular editing render endpoint for time-based Edge preview. (8b18c6e)createBotTrackingMiddlewarefunction that creates an Express middleware for identifying bot requestsPatch Changes
@sitecore-content-sdk/nextjs@2.3.0
Minor Changes
minor
@sitecore-content-sdk/reactdependency update:Add locale and facet support to search package and React hooks
SearchParametersnow accepts an optionallocalefield for multi-locale index configurationsSearchParametersnow accepts an optionalfacetfield (FacetRequest) to request facet counts and filter by facet valuesSearchResponsenow includes an optionalfacetsfield (FacetResult[]) with facet data when requestedSix new public types exported from
@sitecore-content-sdk/search:FacetRequest,FacetField,FacetFilter,FacetFilterOperator,FacetValue,FacetResultuseSearchanduseInfiniteSearchhooks in@sitecore-content-sdk/reactupdated to support the newlocaleandfacetoptions and exposefacetsin the returned state (ce89722)minor
@sitecore-content-sdk/searchdependency update:Add locale and facet support to search package and React hooks
SearchParametersnow accepts an optionallocalefield for multi-locale index configurationsSearchParametersnow accepts an optionalfacetfield (FacetRequest) to request facet counts and filter by facet valuesSearchResponsenow includes an optionalfacetsfield (FacetResult[]) with facet data when requestedSix new public types exported from
@sitecore-content-sdk/search:FacetRequest,FacetField,FacetFilter,FacetFilterOperator,FacetValue,FacetResultuseSearchanduseInfiniteSearchhooks in@sitecore-content-sdk/reactupdated to support the newlocaleandfacetoptions and exposefacetsin the returned state (ce89722)Patch Changes
isLanguagePreservedis true, request URL does not have locale prefix and redirect does not change locale. Adds new behavior controlled byappLocalePrefixsetting 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 forisLanguagePreservedrules.never: never include locale prefixas-needed, EXCEPT thatisLanguagePreservedfrom redirect map's checkbox would always ensure locale prefix, when set (Sitecore logic takes precedence).@sitecore-content-sdk/react@2.3.0
Minor Changes
Add locale and facet support to search package and React hooks (ce89722)
SearchParametersnow accepts an optionallocalefield for multi-locale index configurationsSearchParametersnow accepts an optionalfacetfield (FacetRequest) to request facet counts and filter by facet valuesSearchResponsenow includes an optionalfacetsfield (FacetResult[]) with facet data when requested@sitecore-content-sdk/search:FacetRequest,FacetField,FacetFilter,FacetFilterOperator,FacetValue,FacetResultuseSearchanduseInfiniteSearchhooks in@sitecore-content-sdk/reactupdated to support the newlocaleandfacetoptions and exposefacetsin the returned stateminor
@sitecore-content-sdk/searchdependency update:Add locale and facet support to search package and React hooks
SearchParametersnow accepts an optionallocalefield for multi-locale index configurationsSearchParametersnow accepts an optionalfacetfield (FacetRequest) to request facet counts and filter by facet valuesSearchResponsenow includes an optionalfacetsfield (FacetResult[]) with facet data when requestedSix new public types exported from
@sitecore-content-sdk/search:FacetRequest,FacetField,FacetFilter,FacetFilterOperator,FacetValue,FacetResultuseSearchanduseInfiniteSearchhooks in@sitecore-content-sdk/reactupdated to support the newlocaleandfacetoptions and exposefacetsin the returned state (ce89722)Patch Changes
Fix
RichTextrecreating nested DOM on parent re-renders by memoizingdangerouslySetInnerHTML, 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
AppPlaceholderin Next.js App Router. Sitecore Pages attaches chrome attributes (e.g.cursor: pointerstyling) 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.suppressHydrationWarningis 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 outerPlaceholderMetadatakey now falls back to a placeholder-name-based key (placeholder-metadata-${name}) when the route rendering has nouid.@sitecore-content-sdk/search@0.4.0
Minor Changes
Add locale and facet support to search package and React hooks (ce89722)
SearchParametersnow accepts an optionallocalefield for multi-locale index configurationsSearchParametersnow accepts an optionalfacetfield (FacetRequest) to request facet counts and filter by facet valuesSearchResponsenow includes an optionalfacetsfield (FacetResult[]) with facet data when requested@sitecore-content-sdk/search:FacetRequest,FacetField,FacetFilter,FacetFilterOperator,FacetValue,FacetResultuseSearchanduseInfiniteSearchhooks in@sitecore-content-sdk/reactupdated to support the newlocaleandfacetoptions and exposefacetsin the returned state@sitecore-content-sdk/analytics-core@2.1.2
Patch Changes
dobfield in the identity event payload between backend and sdk (9329e6e)@sitecore-content-sdk/cli@2.2.1
Patch Changes
@sitecore-content-sdk/content@2.2.2
Patch Changes
@sitecore-content-sdk/core@2.1.3
Patch Changes
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
appLocalePrefixconfig setting in AppRouter ensuring redirect locale handling works when LocaleProxy is removed (x-sc-localeis optional). (e2bac91)[Chore] Cleanup demo code (758194c)
Bot tracking support for Angular (4c907d5)
createBotTrackingMiddlewarefunction that creates an Express middleware for identifying bot requestsSXA Redirects support in Angular (07c6169)
minor
@sitecore-content-sdk/angulardependency update:sc_previewTimeon the Angular editing render endpoint for time-based Edge preview. (8b18c6e)createBotTrackingMiddlewarefunction that creates an Express middleware for identifying bot requests (4c907d5)minor
@sitecore-content-sdk/reactdependency update:Add locale and facet support to search package and React hooks
SearchParametersnow accepts an optionallocalefield for multi-locale index configurationsSearchParametersnow accepts an optionalfacetfield (FacetRequest) to request facet counts and filter by facet valuesSearchResponsenow includes an optionalfacetsfield (FacetResult[]) with facet data when requestedSix new public types exported from
@sitecore-content-sdk/search:FacetRequest,FacetField,FacetFilter,FacetFilterOperator,FacetValue,FacetResultuseSearchanduseInfiniteSearchhooks in@sitecore-content-sdk/reactupdated to support the newlocaleandfacetoptions and exposefacetsin the returned state (ce89722)minor
@sitecore-content-sdk/searchdependency update:Add locale and facet support to search package and React hooks
SearchParametersnow accepts an optionallocalefield for multi-locale index configurationsSearchParametersnow accepts an optionalfacetfield (FacetRequest) to request facet counts and filter by facet valuesSearchResponsenow includes an optionalfacetsfield (FacetResult[]) with facet data when requestedSix new public types exported from
@sitecore-content-sdk/search:FacetRequest,FacetField,FacetFilter,FacetFilterOperator,FacetValue,FacetResultuseSearchanduseInfiniteSearchhooks in@sitecore-content-sdk/reactupdated to support the newlocaleandfacetoptions and exposefacetsin the returned state (ce89722)@sitecore-content-sdk/events@2.1.2
Patch Changes
dobfield in the identity event payload between backend and sdk (9329e6e)