Skip to content

Commit

Permalink
CHANGELOG has been changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruslan Matkovskyi committed Aug 29, 2024
1 parent e2e8332 commit 9622d4b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Our versioning strategy is as follows:

* `[templates/nextjs]` `[templates/react]` `[templates/angular]` `[templates/vue]` Fixed an issue when environment variable is undefined (not present in .env), that produced an "undefined" value in generated config file ([#1875](https://github.com/Sitecore/jss/pull/1875))
* `[templates/nextjs]` Fix embedded personalization not rendering correctly after navigation through router links. ([#1911](https://github.com/Sitecore/jss/pull/1911))
* `[sitecore-jss-nextjs]` The redirects middleware issue has been fixed for the Netlify service. ([#1899](https://github.com/Sitecore/jss/pull/1899))

### 🎉 New Features & Improvements

Expand Down Expand Up @@ -54,6 +53,12 @@ Our versioning strategy is as follows:

### 🧹 Chores

## 22.1.2

### 🐛 Bug Fixes

* `[sitecore-jss-nextjs]` Resolved an issue with redirects that was caused by the x-middleware-next header in Next.js. This header prevented the flow from being interrupted properly, resulting in redirects not functioning correctly in certain cases. ([#1899](https://github.com/Sitecore/jss/pull/1899))

## 22.1.1

### 🎉 New Features & Improvements
Expand Down

0 comments on commit 9622d4b

Please sign in to comment.