Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Chore] Upgrade guide tracker for released and unreleased features #1766

Merged
merged 5 commits into from
Apr 2, 2024
Merged
Changes from 1 commit
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
Next Next commit
[Chore] Upgrade guide tracker for work in progress
  • Loading branch information
art-alexeyenko committed Mar 27, 2024
commit 65a075407123cd8c2aadaa543f0a91dca0599e9b
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.MD
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@

- [ ] This PR follows the [Contribution Guide](https://github.com/Sitecore/jss/blob/dev/CONTRIBUTING.md)
- [ ] Changelog updated
- [ ] Upgrade guide entry added

## Description / Motivation
<!--- Describe your changes in detail -->
38 changes: 38 additions & 0 deletions docs/UPGRADING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Upgrade guides

This document includes the list of required changes when upgrading an existing JSS app.
Each version contains the list of files, dependencies and environment variables that need to be applied or updated. Unreleased changes are listed in [JSS Next](#jss-next).
art-alexeyenko marked this conversation as resolved.
Show resolved Hide resolved

Changes are grouped by templates and add-ons.

## JSS Next

### nextjs
art-alexeyenko marked this conversation as resolved.
Show resolved Hide resolved

### nextjs-xmcloud

### nextjs-sxa

### nextjs-multisite

### nextjs-styleguide

### react

### angular

### vue


## 21.7 (from 21.6)

* Find the list of changes in Sitecore documentation:
* [XM Cloud (to be added when published)]()
* [SXP / OnPrem](https://doc.sitecore.com/xp/en/developers/hd/21/sitecore-headless-development/upgrade-jss-apps-to-jss-21-7.html)

## 21.6 (from 21.5)

* Find the list of changes in Sitecore documentation:
* [XM Cloud](https://doc.sitecore.com/xmc/en/developers/jss/216/jss-xmc/upgrade-jss-21-5-next-js-apps-to-version-21-6.html)
* [SXP / OnPrem](https://doc.sitecore.com/xp/en/developers/hd/21/sitecore-headless-development/upgrade-jss-21-5-next-js-apps-to-version-21-6.html)

Loading