- admin-ui Add filter preset support to Collection list (cbfb402)
- admin-ui Display original quantity after order has been modified (a36c6e0)
- admin-ui Implement job queue filtering by status (baeb036)
- admin-ui Implement values pagination for Facet detail view (4cf1826), closes #1257
- admin-ui Improve naming & layout of catalog & stock locations (8452300)
- core Pass variant to ProductVariantPriceCalculationStrategy (fee995c), closes #2398
- create Allow selection of package manager (6561bb7)
- job-queue-plugin Implement default cleanup of old BullMQ jobs (6c1d7bb), closes #1425
- payments-plugin Allow custom params to be passed to Stripe API (1b29097), closes #2412
- admin-ui Correctly display job retries (d3107fd), closes #1467
- job-queue-plugin Correct behaviour of job list query with BullMQ (c148a92), closes #2120 #1327
- job-queue-plugin Correct retry setting for BullMQ jobs (972ba0e), closes #1467
-
In the Admin UI, the "stock locations" list and detail views have been moved from the "catalog" module to the "settings" module. Also, the menu item & breadcrumb for "inventory" has been renamed to "products".
This is an end-user breaking change rather than a code breaking change. Any UI extensions that link to a
/catalog/inventory/...
route will still work as there is a redirect in place to/catalog/products/...
.
- admin-ui Add image carousel to asset preview dialog (#2370) (bd834d0), closes #2370 #2129
- admin-ui Add more native React UI components (04e03f8)
- admin-ui Add useRouteParams react hook (b63fb7f)
- admin-ui Expose providers to nav menu routerLink function (1bae40e)
- admin-ui Improved control over ActionBar buttons (065a2b4)
- create Better defaults for project scaffold (fa683e7)
- cli Introduce new
@vendure/cli
package which exposes avendure
binary. Currently supportsvendure new plugin
command. - cli Implement plugin scaffold command (a6df4c1)
- cli Include custom CRUD permissions with plugin scaffold (0c62b6f)
- admin-ui Fix component for new Angular extension route API (6fe1bd0)
- admin-ui Fix creating nullable string fields (7e2c17a), closes #2343
- core Export EntityId and Money decorators (4664dee)
- ui-devkit Fix scaffold logic for custom providers (2f2ddb5)
- admin-ui Add custom field support to Customer list (97ba022)
- admin-ui Fix channel switcher icon style (7f30361)
- admin-ui Fix error when data table filters not defined (2425a33)
- admin-ui Fix styling of custom field tabs (57f47df)
- admin-ui Give all data table columns immutable ids (73a78db)
- admin-ui Use correct defaults for nullable custom fields (#2360) (88430e5), closes #2360
- core Downgrade ForbiddenError from Error to Warn log level (c186392), closes #2383
- core Fix channel association on promotion update (#2376) (e1ff2c7), closes #2376
- admin-ui Add initial React support for UI extensions (1075dd7)
- admin-ui Allow custom components in data table columns (d3474dd), closes #2347 #2353
- admin-ui Allow custom React components in data table columns (5cde775), closes #2347 #2353
- admin-ui Implement custom components in Collection data table (4ab7c1e)
- admin-ui Implement react Card component (c588a1f)
- admin-ui Implement simplified API for UI route extensions (b9ca367)
- admin-ui Improve dev mode extension point display (4678930)
- admin-ui Initial support for React UI extensions (83d5756)
- admin-ui Style improvements to table and form input borders (5287287)
- admin-ui Support for React-based custom detail components (55d9ffc)
- core Support bi-directional relations in customFields (#2365) (0313ce5), closes #2365
- ui-devkit Add experimental wrapper for shared ui providers (daf6f8c)
- core Fix resolution of facet valueList for postgres (1d8fe47)
- admin-ui Correct handling of ID filters in data tables (0e05496)
- admin-ui Data table filters react to page navigation (39832bd)
- core Fix circular dependency issue in SQLiteSearchStrategy (f2e2e32)
- admin-ui Add data table filter presets functionality (a656ef2)
- admin-ui Implement drag-and-drop reorder of filter presets (8e06705)
- admin-ui Implement filter preset renaming (8b52e6f)
- admin-ui Implement relative date filtering (d07a5f3)
- admin-ui Update to Angular v16.2 (608d5d3)
- core Update NestJS to v10, Apollo Server v4 (b675fda)
- The update of Apollo Server to v4 includes some breaking changes if you have defined any custom ApolloServerPlugins. See the Apollo migration guide for full details: https://www.apollographql.com/docs/apollo-server/migration/
Includes all changes from v2.0.6, plus:
- admin-ui Admin UI rtl with Arabic translation improvements (#2322) (44ea12b), closes #2322
- core Add
Facet.valueList
resolver for paginated values (09c7175), closes #1257 - core Add maximum coupon usage (#2331) (bdd2720), closes #2331 #2330
- email-plugin Expose template vars to template loader (#2243) (78ea016), closes #2243 #2242