Releases: enonic/nextxp-template
Releases · enonic/nextxp-template
v3.1.0
v3.0.0
Changelog
Improvements
-
App router POC #753
-
Access data from layouts #760
-
Apply styles to demo #766
-
Redirect to default language #767
-
Support single language setup #794
-
Use nextjs links everywhere except rich texts #797
-
Use I18n and LocaleContext methods to localize static texts #802
-
Migrate to Next.xp 3 #807
Bugs
Misc
-
Move revalidate route #768
-
Move preview route and update usages of nextjs-adapter methods #773
-
Move revalidate route #768
-
Move _renderable page #785
-
Move 404 page #786
-
Move 500 page #787
Full Changelog: enonic/nextxp-demo@v2.0.0...v3.0.0
v2.0.0
Changelog
Improvements
- Added shortcut functionality commit
- Add config for i18n and support for layer mapping enonic/nextxp-demo#622
- Set context locale based on the header from lib-nextxp enonic/nextxp-demo#635
- Fix static paths resolution to query every repo individually enonic/nextxp-demo#650
- Fix static content query to filter content by content type enonic/nextxp-demo#652
- Add static generation for all locales enonic/nextxp-demo#637
Bugs
- Revalidation doesn't work for multi-language site enonic/nextxp-demo#689
Misc
- Update all env vars with ENONIC_ enonic/nextxp-demo#653
v1.0.2
v1.0.1
Changelog
Bugs
- Error when starting Next server on Windows enonic/nextxp-demo#569
- api/revalidate endpoint has wrong signature enonic/nextxp-demo#571
Version 0.13.1
Changelog
Bugs
- Fix incorrect nextjs-adapter import #517
Version 0.13.0
Changelog
Improvements
- Use StaticContent tag to skip hydration in edit mode #510
- Pass query params from preview to content endpoint #503
Misc
- Bump lib-nextjs to v0.13.0
Version 0.11.0
Changelog
Improvements
Migrate _enonicAdapter to NPM #110
Add jsessionid cookie to graphql requests improvement #462
Component reg query functions #367
Misc
Set default incremental revalidation value #464
Version 0.10.0
Changelog
Improvements
- Add support for custom element processing to RichTextView (#433)
- Split getStaticPaths and getRavaliatePaths into 2 functions (#405)
- Remove usage of macro.configAsJson (#392)
- Dynamically handle request to single component reload (#369)
- Queries should have access to the config of the content/component (#367)
- Add a component path to every component data (#325)
- Possible to change the part query (#296)
- Implement handling of edit mode in the base macro (#277)
Bugs
- GetUrl only works server side (#428)
- Issue with including part query in macro (#423)
- _renderable can fail on undefined return object (#421)
- Exclude _templates and the likes (#406)
- Not possible to set page controllers (#394)
- Revalidate route doesn't work (#376)
- Single component reload shows full page (#360)
- Querying part configQuery returns multiple parts configs on a page (#355)
- Macroes inside parts don't render (#354)
- macros don't have a preview inside the macro wizard in content studio (#313)
- Macro fails to render with "-" dash in name (#312)
- Opening a text component in nested region with other component throws errors (#311)
- Adding a empty text component breaks rendering (#310)
- Component paths get wrong index bug (#307)
Version 0.9.0
- Implement macros support in nextjs-enonic-demo #262
- Changes in BaseComponent in v0.8.3 break CharkaUI #264
- Refactor text element content processing to avoid serialization to string #271
- Create a separate var for text component query #273
- Add query support for text components #272
- Support for graphql fragments in queries #292
- Implement handling of edit mode in the base macro #277
- Use single quotes for imports everywhere #304