Skip to content

Releases: wunderio/next-drupal-starterkit

v3.4.0

14 Apr 06:27
0066792
Compare
Choose a tag to compare

What's Changed

  • Bump next from 14.2.25 to 14.2.26 in /next by @dependabot in #287
  • NEX-194: DDEV setup improvements: own domain for frontend, elasticsearch improvements by @vermario in #288

Full Changelog: v.3.3.0...v.3.4.0

v.3.3.0

24 Mar 09:56
f07809d
Compare
Choose a tag to compare

What's Changed

  • Remove instructions to downgrade the graphql.vscode-graphql vscode extension by @vermario in #284
  • NEX-193: Update next.js 14.2.25 by @vermario in #286

Full Changelog: v.3.2.1...v.3.3.0

v3.2.1

10 Mar 08:02
63d7db9
Compare
Choose a tag to compare

This is a minor release that includes some quality of life improvements for cypress tests, and packages updates for backend and frontend

What's Changed

  • NEX-190: Add environment variables for frontend and backend URLs in cypress tests by @vermario in #281
  • NEX-191: Update frontend dependencies by @vermario in #282
  • NEX-192: Update backend dependencies by @vermario in #283

Full Changelog: v.3.2.0...v.3.2.1

v3.2.0

17 Feb 16:04
252f9ec
Compare
Choose a tag to compare

What's Changed

In this version:

Upgrade to next-drupal 2.0

Next-drupal 2.0 is out and we can update to this new major stable version.

Content moderation setup, full preview support

We now include a setup for the page content type supporting the Workflows and Content moderation modules. Forward revisions can be created and previewed. Also,content editors can preview the page they are editing like in default Drupal by clicking on the familiar preview button, even before saving the content the first time

Latest version of core and modules

We updated to the latest available versions of Drupal core (10.x) and the contib modules that are in use in the starterkit.

Expanded cypress tests

We added more cases to the cypress test suite, covering user registration, changing of the password for an existing user, and the navigation menu.

Full Changelog: v.3.1.0...v3.2.0

v.3.1.0

11 Feb 11:51
5b49f1a
Compare
Choose a tag to compare

What's Changed

  • NEX-180: Update to drush 13, use the new recipe command to install recipe by @vermario in #272
  • NEX-183: Improve preview mechanism by adding graphql_compose_preview by @vermario in #273

Full Changelog: v3.0.1...v.3.1.0

v3.0.1

29 Dec 06:16
b0fbb36
Compare
Choose a tag to compare

What's Changed

  • NEX-178: Update next.js to 14.2.21 and dependencies by @vermario in #270
  • Updates, various small improvements to configs etc by @joshua-scott in #271

Full Changelog: v3.0.0...v3.0.1

3.0.0

22 Nov 08:39
0c3ec4b
Compare
Choose a tag to compare

New major release! 🎉

Major kudos to @jekku123 that has done 99% of the work for this! 🥇

  • Switch from "pages router" to "app router" in Next.js
  • Update to drupal 10.3.9
  • Update contrib modules
  • Update to latest version of next-drupal (beta2) both Drupal module and npm package
  • Switch to Auth.js for authentication
  • Changes to drupalClient to extend NextDrupalBase
  • Switch to next-intl
  • Refinements for the redis integration
  • Implementation of Draft Mode
  • Directory refactoring in the /next subfolder
  • Revamped search functionality using searchkit
  • Added dark mode

2.7.0

19 Nov 12:22
88a8ad9
Compare
Choose a tag to compare

What's Changed

  • Add swrDelta config option for CDNs by @joshua-scott in #266
  • Bump webpack from 5.93.0 to 5.94.0 in /next by @dependabot in #241
  • NEX-172: Fix preview of previous revisions of nodes by @vermario in #250
  • NEX-173: Redirect to current page after exiting preview by @jekku123 in #252
  • NEX-174: Do not return anything from the api preview route by @vermario in #256
  • NEX-175: Add the possibility of running npx commands in lando by @vermario in #258
  • NEX-170: Make example content even more clearly example content by @vermario in #259
  • NEX-171: Upgrade the graphql_compose contrib module to version 2.2.1 by @vermario in #261

New Contributors

Full Changelog: v2.6.0...v2.7.0

v2.6.0

10 Aug 05:52
32bd25e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.0...v2.6.0

v2.5.0

10 Jun 12:02
6370988
Compare
Choose a tag to compare

[2.5.0] 10.6.2024

  • Add DDEV support
  • Drupal 10.2.6 and Drush 1.5.2
  • Update the graphql_compose module to 2.1.0
  • Add a paragraph to display an arbitrary list of articles
  • Update npm dependencies
  • Run graphql-codegen with build/dev scripts, rather than committing the result