github vendure-ecommerce/vendure v3.4.3

22 hours ago

3.4.3 (2025-10-02)

This release includes a very important dependency fix, which solves an issue that prevents @vendure/core from successfully installing.

The reason for this was a recent new version of one of our dependencies - @nestjs/graphql - which in the latest minor, 13.2.0, updated the underlying Apollo Server version. This caused a series of conflicts with other dependencies ultimately leading to an infinite loop when attempting to install Vendure.

In addition to this fix, there are a lot of updates to the new React dashboard.

Fixes

  • core Ensure surcharges relation is loaded in assignToChannels (#3812) (9d58978), closes #3812
  • core Set apollo dependency to fix hung install (28a9831)
  • dashboard Add bulk actions to product variants table (c3f1d1b)
  • dashboard Add missing columns to product variants table (0577e24)
  • dashboard Clear temp dir on compilation (a0bbe09)
  • dashboard Fix asset detail preview display (03b03ac)
  • dashboard Fix asset focal point positioning (d574be4)
  • dashboard Fix display of collection children column (946409d)
  • dashboard Fix position of bulk actions when in sheet (2902e30)
  • dashboard Fix runtime issue caused by dependency bundling (7d3b2b4)
  • dashboard Implement entity duplicator dialog (0328d46)
  • dashboard Improve layout of permissions grid (#3827) (5c3ae0f), closes #3827

Features

What's Changed

New Contributors

Full Changelog: v3.4.2...v3.4.3

Don't miss a new vendure release

NewReleases is sending notifications on new releases.