forked from enonic/nextxp-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Write 2.0.0 release notes enonic#675
- Loading branch information
Showing
2 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,32 @@ | ||
= Release Notes | ||
:toc: right | ||
:toc: right | ||
|
||
== Next.XP Demo 2 | ||
|
||
=== Support for shortcuts | ||
|
||
Next.XP now supports base:shortcut content types. | ||
Note, that shortcuts are not displayed in Page Editor because there is nothing to edit. | ||
|
||
=== Support Next.js localization | ||
|
||
You can now use multi-language Next.js projects with Next.XP. | ||
Both in Content Studio and stand-alone. | ||
All that is needed for that, on top of the `i18n` section in `next.config.js`, is installing `guillotine` application (if you don't have it already) and adding a new environmental variable called `ENONIC_PROJECTS`. | ||
You can read more in the <<upgrading, upgrade section>>. | ||
|
||
=== Changes to nextjs url/secret configuration | ||
|
||
There is no more url and secret inputs in the next.xp application configuration. | ||
Instead, there is a dropdown allowing to select named configuration from the app-nextxp configuration file. | ||
Format of that file has also been changed to support that. | ||
|
||
=== Other improvements | ||
|
||
* Static generation for every locale | ||
|
||
* Static paths query is non-recursive now and queries all content in one request per-repository | ||
|
||
* You can configure different site names for different locales | ||
|
||
* All environmental variabales now have `ENONIC_` prefix to avoid collisions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
[[upgrading]] | ||
= Upgrading | ||
:toc: right | ||
|
||
|