Skip to content

Commit

Permalink
Write 2.0.0 release notes enonic#675
Browse files Browse the repository at this point in the history
  • Loading branch information
pmi committed Sep 12, 2023
1 parent ca13576 commit a0605ba
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
32 changes: 31 additions & 1 deletion docs/release.adoc
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
1 change: 1 addition & 0 deletions docs/release/upgrade.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[[upgrading]]
= Upgrading
:toc: right

Expand Down

0 comments on commit a0605ba

Please sign in to comment.