Skip to content

Latest commit

 

History

History
145 lines (97 loc) · 11.2 KB

CHANGELOG_NEXT.md

File metadata and controls

145 lines (97 loc) · 11.2 KB

2.1.0-next.7 (2023-09-29)

Features

  • admin-ui Add Persian/Farsi i18n messages (#2418) (1193863), closes #2418

Fixes

  • core Fix discount calculation error edge-case (7549aad), closes #2385

2.1.0-next.6 (2023-09-27)

Features

  • 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

Fixes

  • 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

BREAKING CHANGE

  • 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/....

2.1.0-next.5 (2023-09-18)

Features

  • 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 a vendure binary. Currently supports vendure new plugin command.
  • cli Implement plugin scaffold command (a6df4c1)
  • cli Include custom CRUD permissions with plugin scaffold (0c62b6f)

Fixes

  • 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)

2.1.0-next.4 (2023-09-08)

Fixes

  • ui-devkit Fix scaffold logic for custom providers (2f2ddb5)

2.1.0-next.3 (2023-09-08)

Fixes

  • 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

Features

  • 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)

2.1.0-next.2 (2023-08-28)

Fixes

  • core Fix resolution of facet valueList for postgres (1d8fe47)

2.1.0-next.1 (2023-08-28)

Fixes

  • 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)

Features

  • 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)

BREAKING CHANGE

2.1.0-next.0 (2023-08-11)

Includes all changes from v2.0.6, plus:

Features

  • 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

Fixes

  • admin-ui Improve RTL styles (056d205)
  • admin-ui Limit FacetValues in Facet list component (b445955), closes #1257