Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/blue-meteors-fail.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/cold-shoes-do.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/empty-years-spend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-meteors-bathe.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/humble-numbers-smile.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/itchy-books-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/locales-ensure-noncase.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/search-locale-facets.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/six-deer-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-pianos-eat.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/yummy-ends-retire.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @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](https://github.com/sitecore/content-sdk/commit/8b18c6e6c2cc3546028f5408655ca263435d7507))
- Bot tracking support for Angular ([4c907d5](https://github.com/sitecore/content-sdk/commit/4c907d5f6aac9870a7c40fd993f1f70ddce4802f))
- Expose `createBotTrackingMiddleware` function that creates an Express middleware for identifying bot requests
- SXA Redirects support in Angular ([07c6169](https://github.com/sitecore/content-sdk/commit/07c6169d94098a2bc2f491ef61de4d253b52b098))

### Patch Changes

- [Chore] Cleanup demo code ([758194c](https://github.com/sitecore/content-sdk/commit/758194c5352b02735bc7dfd29f021597ce763889))

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sitecore-content-sdk/angular",
"version": "0.1.0",
"version": "0.2.0",
"installConfig": {
"hoistingLimits": "none"
},
Expand Down Expand Up @@ -67,7 +67,7 @@
"dependencies": {
"@ngx-translate/core": "^17.0.0",
"@sitecore-content-sdk/analytics-core": "^2.1.1",
"@sitecore-content-sdk/content": "^2.2.1",
"@sitecore-content-sdk/content": "^2.2.2",
"@sitecore-content-sdk/core": "^2.1.2",
"@sitecore-content-sdk/events": "^2.1.1",
"@sitecore-content-sdk/personalize": "^2.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/content/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sitecore-content-sdk/content

## 2.2.2

### Patch Changes

- [SXA Redirects] Refactor redirects logic to be reusable across frameworks ([6f8e423](https://github.com/sitecore/content-sdk/commit/6f8e423028bdf8a74a2fc4b8cb084961d755b73f))
- Redirect Proxy not matching encoded URLs with unicode characters in Redirect Map ([6563736](https://github.com/sitecore/content-sdk/commit/6563736fb3fdcd5885f88fcfe20c15d0800efbd7))

## 2.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sitecore-content-sdk/content",
"version": "2.2.1",
"version": "2.2.2",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"sideEffects": false,
Expand Down
35 changes: 35 additions & 0 deletions packages/create-content-sdk-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# 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](https://github.com/sitecore/content-sdk/commit/3a21c1285ac924b2e5a0de164e3e0443e587c7f7))
- Add `redirects.localeInPath` so App Router redirect locale handling works when LocaleProxy is removed (`x-sc-locale` is optional). `true`/`false` control path prefixes; default `null` keeps the `x-sc-locale` header fallback (non-breaking). App Router templates set `true`. ([e2bac91](https://github.com/sitecore/content-sdk/commit/e2bac910e40a6a22e8fa9fcb73f79f143a5fcf46))
- [Chore] Cleanup demo code ([758194c](https://github.com/sitecore/content-sdk/commit/758194c5352b02735bc7dfd29f021597ce763889))
- Bot tracking support for Angular ([4c907d5](https://github.com/sitecore/content-sdk/commit/4c907d5f6aac9870a7c40fd993f1f70ddce4802f))
- Expose `createBotTrackingMiddleware` function that creates an Express middleware for identifying bot requests
- SXA Redirects support in Angular ([07c6169](https://github.com/sitecore/content-sdk/commit/07c6169d94098a2bc2f491ef61de4d253b52b098))
- minor `@sitecore-content-sdk/angular` dependency update:
- Support optional `sc_previewTime` on the Angular editing render endpoint for time-based Edge preview. ([8b18c6e](https://github.com/sitecore/content-sdk/commit/8b18c6e6c2cc3546028f5408655ca263435d7507))
- Bot tracking support for Angular
- Expose `createBotTrackingMiddleware` function that creates an Express middleware for identifying bot requests ([4c907d5](https://github.com/sitecore/content-sdk/commit/4c907d5f6aac9870a7c40fd993f1f70ddce4802f))
- SXA Redirects support in Angular ([07c6169](https://github.com/sitecore/content-sdk/commit/07c6169d94098a2bc2f491ef61de4d253b52b098))
- 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](https://github.com/sitecore/content-sdk/commit/ce897227369d7cdccf3cbb79b621c67585f7aff6))

- 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](https://github.com/sitecore/content-sdk/commit/ce897227369d7cdccf3cbb79b621c67585f7aff6))

## 2.3.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/create-content-sdk-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-content-sdk-app",
"version": "2.3.0",
"version": "2.3.1",
"description": "Sitecore Content SDK initializer",
"bin": "./dist/index.js",
"scripts": {
Expand Down Expand Up @@ -39,10 +39,10 @@
},
"devDependencies": {
"@sitecore-content-sdk/analytics-core": "^2.1.1",
"@sitecore-content-sdk/angular": "~0.1.0",
"@sitecore-content-sdk/angular": "~0.2.0",
"@sitecore-content-sdk/cli": "^2.2.0",
"@sitecore-content-sdk/events": "^2.1.1",
"@sitecore-content-sdk/nextjs": "^2.2.1",
"@sitecore-content-sdk/nextjs": "^2.3.0",
"@sitecore-content-sdk/personalize": "^2.1.0",
"@stylistic/eslint-plugin": "^5.2.2",
"@types/chai": "^5.2.2",
Expand Down
32 changes: 32 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# @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](https://github.com/sitecore/content-sdk/commit/ce897227369d7cdccf3cbb79b621c67585f7aff6))

- 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](https://github.com/sitecore/content-sdk/commit/ce897227369d7cdccf3cbb79b621c67585f7aff6))

### Patch Changes

- [SXA Redirects] Refactor redirects logic to be reusable across frameworks ([6f8e423](https://github.com/sitecore/content-sdk/commit/6f8e423028bdf8a74a2fc4b8cb084961d755b73f))
- Add `redirects.localeInPath` so App Router redirect locale handling works when LocaleProxy is removed (`x-sc-locale` is optional). `true`/`false` control path prefixes; default `null` keeps the `x-sc-locale` header fallback (non-breaking). App Router templates set `true`. ([e2bac91](https://github.com/sitecore/content-sdk/commit/e2bac910e40a6a22e8fa9fcb73f79f143a5fcf46))
- [SXA Redirects] Ensure locales are compared case-insensitively ([6f8e423](https://github.com/sitecore/content-sdk/commit/6f8e423028bdf8a74a2fc4b8cb084961d755b73f))
- [App router] Locale always attached on redirect when `isLanguagePreserved` is true, request URL does not have locale prefix and redirect does not change locale ([6563736](https://github.com/sitecore/content-sdk/commit/6563736fb3fdcd5885f88fcfe20c15d0800efbd7))
- Redirect Proxy not matching encoded URLs with unicode characters in Redirect Map ([6563736](https://github.com/sitecore/content-sdk/commit/6563736fb3fdcd5885f88fcfe20c15d0800efbd7))

## 2.2.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sitecore-content-sdk/nextjs",
"version": "2.2.1",
"version": "2.3.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"sideEffects": false,
Expand Down Expand Up @@ -90,10 +90,10 @@
},
"dependencies": {
"@babel/parser": "^7.27.2",
"@sitecore-content-sdk/content": "^2.2.1",
"@sitecore-content-sdk/content": "^2.2.2",
"@sitecore-content-sdk/core": "^2.1.2",
"@sitecore-content-sdk/events": "^2.1.1",
"@sitecore-content-sdk/react": "^2.2.1",
"@sitecore-content-sdk/react": "^2.3.0",
"recast": "^0.23.11",
"regex-parser": "^2.3.1"
},
Expand Down
22 changes: 22 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @sitecore-content-sdk/react

## 2.3.0

### Minor Changes

- Add locale and facet support to search package and React hooks ([ce89722](https://github.com/sitecore/content-sdk/commit/ce897227369d7cdccf3cbb79b621c67585f7aff6))

- `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](https://github.com/sitecore/content-sdk/commit/ce897227369d7cdccf3cbb79b621c67585f7aff6))

## 2.2.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sitecore-content-sdk/react",
"version": "2.2.1",
"version": "2.3.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"sideEffects": false,
Expand Down Expand Up @@ -78,9 +78,9 @@
"react-dom": "^19.2.1"
},
"dependencies": {
"@sitecore-content-sdk/content": "^2.2.1",
"@sitecore-content-sdk/content": "^2.2.2",
"@sitecore-content-sdk/core": "^2.1.2",
"@sitecore-content-sdk/search": "^0.3.0",
"@sitecore-content-sdk/search": "^0.4.0",
"fast-deep-equal": "^3.1.3"
},
"description": "",
Expand Down
13 changes: 13 additions & 0 deletions packages/search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @sitecore-content-sdk/search

## 0.4.0

### Minor Changes

- Add locale and facet support to search package and React hooks ([ce89722](https://github.com/sitecore/content-sdk/commit/ce897227369d7cdccf3cbb79b621c67585f7aff6))

- `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
Loading
Loading