github Sitecore/content-sdk create-content-sdk-app@2.3.1

latest releases: @sitecore-content-sdk/cli@2.2.1, @sitecore-content-sdk/events@2.1.2, @sitecore-content-sdk/angular@0.2.0...
3 hours ago

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:

    • Add loader prefetch for scRouterLink/scRichText links, so route data is already loaded by the time a user navigates.

    Controlled per-link via each directive's prefetch input, or globally via sitecore.config's angular.linkPrefetch:

    • 'eager' (default) — prefetch as soon as the link renders.
    • 'hover' — defer prefetching until the pointer dwells on the link for angular.linkPrefetch.delayMs (default 100ms).
    • 'off' — never prefetch. (84866de)
      • 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)

Don't miss a new content-sdk release

NewReleases is sending notifications on new releases.