Skip to content

Releases: enonic/nextxp-demo

v3.0.0

29 Apr 13:31
@pmi pmi
Compare
Choose a tag to compare

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

  • Path params are not available in root layout #803

  • Single component is not rendered #818

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: v2.0.0...v3.0.0

v2.0.0

13 Sep 09:46
@pmi pmi
Compare
Choose a tag to compare

Changelog

Improvements

  • Added shortcut functionality commit
  • Add config for i18n and support for layer mapping #622
  • Set context locale based on the header from lib-nextxp #635
  • Fix static paths resolution to query every repo individually #650
  • Fix static content query to filter content by content type #652
  • Add static generation for all locales #637

Bugs

  • Changed callouts syntax #590
  • Revalidation doesn't work for multi-language site #689

Misc

  • Updated docs to be relevant with XP 7.13 #638
  • Update all env vars with ENONIC_ #653

v1.0.2

24 Apr 15:04
@pmi pmi
Compare
Choose a tag to compare

Changelog

Bugs

  • Revalidate request times out #573

v1.0.1

19 Apr 08:44
@pmi pmi
Compare
Choose a tag to compare

Changelog

Bugs

  • Error when starting Next server on Windows #569
  • api/revalidate endpoint has wrong signature #571

Version 0.13.1

19 Jan 13:23
@pmi pmi
Compare
Choose a tag to compare

Changelog

Bugs

  • Fix incorrect nextjs-adapter import #517

Version 0.13.0

17 Jan 16:00
@pmi pmi
Compare
Choose a tag to compare

Changelog

Improvements

  • Use StaticContent tag to skip hydration in edit mode #510
  • Pass query params from preview to content endpoint #503

Bugs

  • 2 column layout styles seem not applied in inline mode #505

Version 0.11.0

28 Nov 14:13
@pmi pmi
Compare
Choose a tag to compare

Changelog

Improvements

Refactor to use npm enonic-adapter improvement #475
Add jsessionid cookie to graphql requests improvement #462

Misc

Set default incremental revalidation value #464

Version 0.10.0

22 Nov 08:44
@pmi pmi
Compare
Choose a tag to compare

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)
  • Fixes for nextjs-demo (#424)
  • Issue with including part query in macro (#423)
  • _renderable can fail on undefined return object (#421)
  • Exclude _templates and the likes (#406)
  • Next.XP logo leads to domain root instead of site root in preview (#403)
  • Not possible to set page controllers (#394)
  • Enonic logo dissapears after revaliation in response to publish (#391)
  • Revalidate route doesn't work (#376)
  • Update app id from com.example.myproject to com.enonic.app.nextjsdemo in docs (#362)
  • 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)

v0.9.0

21 Jun 11:45
Compare
Choose a tag to compare
  • 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

Version 0.8.5

10 May 05:48
a611e08
Compare
Choose a tag to compare
  • Text component now uses image srcset by default
  • htmlArea processing now supported via RichTextView
  • Region data attributes are now only added in edit mode