Skip to content

Commit 00ee2c2

Browse files
maaarghkFrodigo
authored andcommitted
docs: fix several oversights on 1.0.0-rc.10 breaking changes doc
1 parent 0c11fb5 commit 00ee2c2

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed
Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
# 1.0.0-rc.10 Backward incompatible changes reference
22

3-
In this document, you can see crucial breaking changes in the `1.0.0-rc.10` comparing to `1.0.0-rc.9` release. To see all changes, please take a look at the [release pull request](https://github.com/vuestorefront/magento2/pull/1110)
3+
In this document, you can see crucial breaking changes in the `1.0.0-rc.10` comparing to `1.0.0-rc.9` release. To see all changes, please take a look at the [release pull request](https://github.com/vuestorefront/magento2/pull/1202)
44

5-
| File | what and how it changed |
6-
|--------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------|
7-
| packages/api-client/src/api/productDetail/productDetailsQuery.ts | some fields have been moved to the packages/theme/modules/catalog/product/queries/getProductPriceBySku.gql.ts file |
8-
| packages/theme/components/Checkout/UserBillingAddresses.vue | File has been deleted |
9-
| packages/theme/modules/catalog/category/composables/useCategorySearch/index.ts | The search method params have been changed |
10-
| packages/theme/modules/catalog/category/composables/useFacet/index.ts | The search method params have been changed |
11-
| packages/theme/modules/catalog/pages/product.vue | the way of fetching product data has been changed |
12-
| packages/theme/modules/checkout/components/CartPreview.vue | Moved to packages/theme/modules/checkout/components/CartPreview.vue |
13-
| packages/theme/modules/checkout/components/UserShippingAddresses.vue | Moved to packages/theme/modules/checkout/components/UserShippingAddresses.vue |
14-
| packages/theme/modules/checkout/components/VsfPaymentProvider.vue | Moved to packages/theme/modules/checkout/components/VsfPaymentProvider.vue |
15-
| packages/theme/modules/checkout/components/VsfShippingProvider.vue | packages/theme/modules/checkout/components/VsfShippingProvider.vue |
16-
| packages/theme/modules/checkout/composables/useBilling/index.ts | Params of the search method have been changed |
17-
| packages/theme/modules/checkout/composables/useMakeOrder/commands/placeOrderCommand.ts | Params of the execute method have been changed |
18-
| packages/theme/modules/checkout/composables/useMakeOrder/index.ts | Params of the make method have been changed |
19-
| packages/theme/modules/checkout/composables/usePaymentProvider/commands/getAvailablePaymentMethodsCommand.ts | Params of the execute method have been changed |
20-
| packages/theme/modules/checkout/composables/useShippingProvider/commands/setShippingMethodsOnCartCommand.ts | Params of the execute method have been changed |
21-
| packages/theme/modules/customer/composables/useUserAddress/commands/createCustomerAddressCommand.ts | Params of the execute method have been changed |
22-
| packages/theme/modules/customer/composables/useUserAddress/commands/deleteCustomerAddressCommand.ts | Params of the execute method have been changed |
23-
| packages/theme/modules/customer/composables/useUserAddress/commands/updateCustomerAddressCommand.ts | Params of the execute method have been changed |
24-
| packages/theme/modules/checkout/composables/useShippingProvider/index.ts | Params of the save method have been changed |
5+
| File | what and how it changed |
6+
|--------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------|
7+
| packages/api-client/src/api/productDetail/productDetailsQuery.ts | the price_range fields have been moved to the packages/theme/modules/catalog/product/queries/getProductPriceBySku.gql.ts file |
8+
| packages/theme/components/Checkout/UserBillingAddresses.vue | Moved to packages/theme/modules/checkout/components/UserBillingAddresses.vue |
9+
| packages/theme/modules/catalog/category/composables/useCategorySearch/index.ts | The search method params have been changed |
10+
| packages/theme/modules/catalog/category/composables/useFacet/index.ts | The search method params have been changed |
11+
| packages/theme/modules/catalog/pages/product.vue | the way of fetching product data has been changed |
12+
| packages/theme/modules/checkout/components/CartPreview.vue | Moved from packages/theme/components/Checkout/CartPreview.vue |
13+
| packages/theme/modules/checkout/components/UserShippingAddresses.vue | Moved from packages/theme/components/Checkout/UserShippingAddresses.vue |
14+
| packages/theme/modules/checkout/components/VsfPaymentProvider.vue | Moved from packages/theme/components/Checkout/VsfPaymentProvider.vue |
15+
| packages/theme/modules/checkout/components/VsfShippingProvider.vue | Moved from packages/theme/components/Checkout/VsfShippingProvider.vue |
16+
| packages/theme/modules/checkout/composables/useBilling/index.ts | Params of the search method have been changed |
17+
| packages/theme/modules/checkout/composables/useMakeOrder/commands/placeOrderCommand.ts | Params of the execute method have been changed |
18+
| packages/theme/modules/checkout/composables/useMakeOrder/index.ts | Params of the make method have been changed |
19+
| packages/theme/modules/checkout/composables/usePaymentProvider/commands/getAvailablePaymentMethodsCommand.ts | Params of the execute method have been changed |
20+
| packages/theme/modules/checkout/composables/useShippingProvider/commands/setShippingMethodsOnCartCommand.ts | Params of the execute method have been changed |
21+
| packages/theme/modules/customer/composables/useUserAddress/commands/createCustomerAddressCommand.ts | Params of the execute method have been changed |
22+
| packages/theme/modules/customer/composables/useUserAddress/commands/deleteCustomerAddressCommand.ts | Params of the execute method have been changed |
23+
| packages/theme/modules/customer/composables/useUserAddress/commands/updateCustomerAddressCommand.ts | Params of the execute method have been changed |
24+
| packages/theme/modules/checkout/composables/useShippingProvider/index.ts | Params of the save method have been changed |

0 commit comments

Comments
 (0)