Download Latest Version v3.7.1 source code.zip (48.6 MB)
Email in envelope

Get an email when there's a new version of Vendure Core

Home / v3.7.1
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-07-14 6.4 kB
v3.7.1 source code.tar.gz 2026-07-14 45.9 MB
v3.7.1 source code.zip 2026-07-14 48.6 MB
Totals: 3 Items   94.5 MB 2

Highlights

A maintenance patch on top of 3.7.0. It fixes a batch of core, dashboard, and @vendure/create issues, moves a stray type dependency in the email plugin into dependencies, and adds request-scoped DataLoader batching when resolving relation custom fields. Thanks to everyone who reported bugs and sent in PRs.

Core

  • Public API type dependencies delivered to consumers (#4947) — types that the public API depends on are now shipped, fixing broken consumer type resolution.
  • Hydration merges shared entity instances (#4945) — shared entity instances are merged into every hydration target, fixing stale/partial hydrated relations.
  • Non-list ID config args no longer double-encoded (closes [#2483], [#4856]) — corrects ID encoding for non-list configurable-operation args.
  • Tax-inclusive shipping cancellation (#4370) — cancelling shipping with pricesIncludeTax now uses the tax-inclusive amount.
  • Promotion condition threshold validation (#4922) — minimum threshold is now validated in promotion conditions.

Dashboard

  • Remove from group bulk action for customer group members (#4346).
  • Option groups can be removed from the product detail page (#4876).
  • Draft order editing no longer removes a line accidentally when changing quantity (#4345); modified line quantities are reflected in the refund dialog (#4917).
  • i18n — added several missing translation strings (#4074) and localised the configurable-operation selector buttons (#4914).
  • Experimental bundle mode now shares context libraries correctly (#4967).

Other

  • @vendure/create — fixed Quick Start hangs and package-manager install failures (#4946).
  • email-plugin@types/nodemailer moved into dependencies (#4942).

Performance

  • Relation custom fields are now resolved with request-scoped DataLoader batching, cutting redundant queries.

What's Changed

New Contributors

Full Changelog: https://github.com/vendurehq/vendure/compare/v3.7.0...v3.7.1

Source: README.md, updated 2026-07-14