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)
- Expose
createBotTrackingMiddlewarefunction that creates an Express middleware for identifying bot requests
- Expose
-
SXA Redirects support in Angular (07c6169)
-
minor
@sitecore-content-sdk/angulardependency update:- Add loader prefetch for
scRouterLink/scRichTextlinks, so route data is already loaded by the time a user navigates.
Controlled per-link via each directive's
prefetchinput, or globally viasitecore.config'sangular.linkPrefetch:'eager'(default) — prefetch as soon as the link renders.'hover'— defer prefetching until the pointer dwells on the link forangular.linkPrefetch.delayMs(default 100ms).'off'— never prefetch. (84866de)- Support optional
sc_previewTimeon the Angular editing render endpoint for time-based Edge preview. (8b18c6e) - Bot tracking support for Angular
- Expose
createBotTrackingMiddlewarefunction that creates an Express middleware for identifying bot requests (4c907d5) - SXA Redirects support in Angular (07c6169)
- Support optional
- Add loader prefetch for
-
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 configurations -
SearchParametersnow accepts an optionalfacetfield (FacetRequest) to request facet counts and filter by facet values -
SearchResponsenow includes an optionalfacetsfield (FacetResult[]) with facet data when requested -
Six new public types exported from
@sitecore-content-sdk/search:FacetRequest,FacetField,FacetFilter,FacetFilterOperator,FacetValue,FacetResult -
useSearchanduseInfiniteSearchhooks 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 configurations -
SearchParametersnow accepts an optionalfacetfield (FacetRequest) to request facet counts and filter by facet values -
SearchResponsenow includes an optionalfacetsfield (FacetResult[]) with facet data when requested -
Six new public types exported from
@sitecore-content-sdk/search:FacetRequest,FacetField,FacetFilter,FacetFilterOperator,FacetValue,FacetResult -
useSearchanduseInfiniteSearchhooks in@sitecore-content-sdk/reactupdated to support the newlocaleandfacetoptions and exposefacetsin the returned state (ce89722)
-