Skip to content

Releases: enonic/nextxp-template

v3.1.0

18 Oct 13:47

Choose a tag to compare

Release v3.1.0

v3.0.0

29 Apr 14:23
@pmi pmi

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: enonic/nextxp-demo@v2.0.0...v3.0.0

v2.0.0

13 Sep 10:25
@pmi pmi

Choose a tag to compare

Changelog

Improvements

Bugs

Misc

v1.0.2

24 Apr 15:06
@pmi pmi

Choose a tag to compare

Changelog

Bugs

  • Revalidate request times out #573

v1.0.1

19 Apr 08:46
@pmi pmi

Choose a tag to compare

Changelog

Bugs

Version 0.13.1

19 Jan 13:23
@pmi pmi

Choose a tag to compare

Changelog

Bugs

  • Fix incorrect nextjs-adapter import #517

Version 0.13.0

17 Jan 16:53
@pmi pmi

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

Misc

  • Bump lib-nextjs to v0.13.0

Version 0.11.0

28 Nov 14:12
@pmi pmi
2e0b900

Choose a tag to compare

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

22 Nov 08:44
@pmi pmi

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)
  • 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

21 Jun 11:51

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