|
|
@@ -1,52 +1,7 @@
|
|
|
## 2.0.0-next.8 (2022-06-12)
|
|
|
|
|
|
+Includes all fixes from v1.6.2
|
|
|
|
|
|
-#### Features
|
|
|
-
|
|
|
-* **admin-ui** Add filter inheritance control to Collection detail view ([7f1b01e](https://github.com/vendure-ecommerce/vendure/commit/7f1b01e)), closes [#1382](https://github.com/vendure-ecommerce/vendure/issues/1382)
|
|
|
-* **admin-ui** Show total items in datatables (#1580) ([e8e349c](https://github.com/vendure-ecommerce/vendure/commit/e8e349c)), closes [#1580](https://github.com/vendure-ecommerce/vendure/issues/1580)
|
|
|
-* **admin-ui** Update collection preview on filter inheritance toggle ([1a4aced](https://github.com/vendure-ecommerce/vendure/commit/1a4aced))
|
|
|
-* **admin-ui** Update to Angular v13 ([3b49d23](https://github.com/vendure-ecommerce/vendure/commit/3b49d23))
|
|
|
-* **asset-server-plugin** Update to Sharp v0.30 ([15d8e8d](https://github.com/vendure-ecommerce/vendure/commit/15d8e8d))
|
|
|
-* **core** Add indices to many-to-one relations ([01e369f](https://github.com/vendure-ecommerce/vendure/commit/01e369f)), closes [#1502](https://github.com/vendure-ecommerce/vendure/issues/1502)
|
|
|
-* **core** Added a unique index to Order.code ([aa6025d](https://github.com/vendure-ecommerce/vendure/commit/aa6025d))
|
|
|
-* **core** Collection preview handles filter inheritance ([3d2c0fb](https://github.com/vendure-ecommerce/vendure/commit/3d2c0fb))
|
|
|
-* **core** Collections can control inheritance of filters ([5d4206f](https://github.com/vendure-ecommerce/vendure/commit/5d4206f)), closes [#1382](https://github.com/vendure-ecommerce/vendure/issues/1382)
|
|
|
-* **core** Deprecation of getRepository without context argument (#1603) ([9ec2fe5](https://github.com/vendure-ecommerce/vendure/commit/9ec2fe5)), closes [#1603](https://github.com/vendure-ecommerce/vendure/issues/1603)
|
|
|
-* **core** Improve Collection tree data structure ([5e7af0d](https://github.com/vendure-ecommerce/vendure/commit/5e7af0d))
|
|
|
-* **core** Update codegen errors plugin to use object inputs ([6b9b2a4](https://github.com/vendure-ecommerce/vendure/commit/6b9b2a4))
|
|
|
-* **core** Update to NestJS v8, Apollo Server v3, GraphQL v16 ([c843860](https://github.com/vendure-ecommerce/vendure/commit/c843860))
|
|
|
-
|
|
|
-#### Fixes
|
|
|
-
|
|
|
-* **admin-ui** Fix broken filter controls in Collection detail ([fd67ac2](https://github.com/vendure-ecommerce/vendure/commit/fd67ac2))
|
|
|
-* **admin-ui** Fix merge error in collection detail component ([09fc5ef](https://github.com/vendure-ecommerce/vendure/commit/09fc5ef))
|
|
|
-* **admin-ui** Rename vdr-product-selector ([9d9275c](https://github.com/vendure-ecommerce/vendure/commit/9d9275c))
|
|
|
-* **core** Correctly populate Collections in channel ([58090bb](https://github.com/vendure-ecommerce/vendure/commit/58090bb))
|
|
|
-* **email-plugin** Relax typings of `handlers` config option ([0dfa9d0](https://github.com/vendure-ecommerce/vendure/commit/0dfa9d0))
|
|
|
-
|
|
|
-
|
|
|
-### BREAKING CHANGE
|
|
|
-
|
|
|
-* Explicit indexes have been added to many-to-one relations used throughout the data
|
|
|
-model. If you are using MySQL/MariaDB you should not notice a change from this, since they
|
|
|
-automatically add indexes to FK relations. Postgres, however, does not so this change will require
|
|
|
-a DB migration.
|
|
|
-* The Admin UI component `vdr-product-selector` has been renamed to
|
|
|
- `vdr-product-variant-selector` to more accurately represent what it does.
|
|
|
-
|
|
|
- If you are using `vdr-product-selector` if any ui extensions code, update it to use the
|
|
|
- new selector.
|
|
|
-* The data structure used to represent the tree of Collections has changed,
|
|
|
-which will require a DB migration.
|
|
|
-* The internal ErrorResult classes now take all constructors arguments
|
|
|
-as a single input object.
|
|
|
-* The internal ErrorResult classes now take all constructors arguments
|
|
|
-as a single input object.
|
|
|
-
|
|
|
-feat(core): Update codegen errors plugin to use object inputs
|
|
|
-* The new `inheritFilters` property on the Collection entity will require a DB
|
|
|
-migration.
|
|
|
## 2.0.0-next.7 (2022-05-19)
|
|
|
|
|
|
This release brings the next branch to parity with v1.6 (in addition to the new breaking changes already on the `next` release).
|