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.
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
Includes all changes from v2.0.6, plus:
Features
Fixes
- admin-ui Improve RTL styles (056d205)
- admin-ui Limit FacetValues in Facet list component (b445955), closes #1257