Releases: wunderio/next-drupal-starterkit
v3.4.0
v.3.3.0
v3.2.1
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
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
v3.0.1
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
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
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
What's Changed
- Cleanup and simplify Drupal clients by @joshua-scott in #231
- Bump ws from 8.17.0 to 8.17.1 in /next by @dependabot in #232
- Bump braces from 3.0.2 to 3.0.3 in /drupal by @dependabot in #233
- Update npm packages + Storybook config by @joshua-scott in #234
- Caching Search results by @micahsuomi in #235
- NEX-101: Improve data fetching and error handling by @joshua-scott in #236
- NEX-101: Sitemap.xml improvements by @joshua-scott in #237
- NEX-104: Add Redis for frontend caching by @vermario in #182
- NEX-165: Add patch to graphql_compose to allow for nodes with unpublished translations by @vermario in #239
- NEX-164: Upgrade to drupal 10.3.2, update contrib modules by @vermario in #240
New Contributors
- @micahsuomi made their first contribution in #235
Full Changelog: v2.5.0...v2.6.0
v2.5.0
[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