Skip to content

Commit

Permalink
Merge pull request #242 from AdobeDocs/release-14.0.1
Browse files Browse the repository at this point in the history
PWA-14.0.1
  • Loading branch information
glo82145 authored Jul 10, 2024
2 parents d5faeee + feb5c7a commit a8a84c7
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
2 changes: 2 additions & 0 deletions src/data/auto-generated/magento-compatibility.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@

| PWA Studio version | Magento core version|
| :---: | :---: |
| 14.0.1 | 2.4.7-beta3 |
| 14.0.0 | 2.4.7-beta3 |
| 13.3.0 | 2.4.7-beta2 |
| 13.2.0 | 2.4.7-beta1 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ This talon performs the following effects:
- Fetch all coupons associated with the cart
- Manage the updating state of the cart while a coupon is being applied or removed

**Returns:**
**Returns: ***
**Parameters**

| Name | Type | Description |
Expand All @@ -149,7 +149,7 @@ This talon performs the following effects:
| props.mutations | [`CouponCodeMutations`](#CouponCodeMutations) | GraphQL mutations for a cart's coupon code. |
| props.queries | [`CouponCodeQueries`](#CouponCodeQueries) | GraphQL queries for a cart's coupon code. |

**Example** *(Importing into your project)*
**Example** *(Importing into your project)*

```js

Expand All @@ -163,7 +163,7 @@ This talon performs the following effects:

- Manage the updating state of the cart while the mutation for setting the shipping address is in flight

**Returns:**
**Returns: ***
**Parameters**

| Name | Type | Description |
Expand All @@ -174,7 +174,7 @@ This talon performs the following effects:
| props.mutations | [`ShippingFormMutations`](#ShippingFormMutations) | GraphQL mutations for the shipping form. |
| props.queries | [`ShippingFormQueries`](#ShippingFormQueries) | GraphQL queries for the shipping form. |

**Example** *(Importing into your project)*
**Example** *(Importing into your project)*

```js

Expand All @@ -188,15 +188,15 @@ This talon performs the following effects:

- Set the shipping form visibility value based on the shipping methods associated with the cart

**Returns:**
**Returns: ***
**Parameters**

| Name | Type | Description |
| --- | --- | --- |
| props | `Object` | |
| props.queries | [`ShippingMethodsQueries`](#ShippingMethodsQueries) | GraphQL queries for shipping methods |

**Example** *(Importing into your project)*
**Example** *(Importing into your project)*

```js

Expand All @@ -211,7 +211,7 @@ This talon performs the following effects:
- Sets the value of the shipping method to a default value if there is no current method selected
- Manage the updating state of the cart while a shipping method is being applied

**Returns:**
**Returns: ***
**Parameters**

| Name | Type | Description |
Expand All @@ -222,7 +222,7 @@ This talon performs the following effects:
| props.shippingMethods | `Array.<Object>` | An array of available shipping methods |
| props.mutations | [`ShippingRadiosMutations`](#ShippingRadiosMutations) | GraphQL mutations for a shipping radio selector component. |

**Example** *(Importing into your project)*
**Example** *(Importing into your project)*

```js

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This talon performs the following effects:

- Log a GraphQL error if it occurs when getting the price summary

**Returns:**
**Returns: ***
**Parameters**

| Name | Type | Description |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,15 @@ This talon performs the following effects:
- Fetch product listing data associated with the cart
- Log any GraphQL errors to the console

**Returns:**
**Returns: ***
**Parameters**

| Name | Type | Description |
| --- | --- | --- |
| props | `Object` | |
| props.queries | [`ProductListingQueries`](#ProductListingQueries) | GraphQL queries for getting product listing data. |

**Example** *(Importing into your project)*
**Example** *(Importing into your project)*

```js

Expand All @@ -136,7 +136,7 @@ This talon performs the following effects:

- Manage the updating state of the cart while a product is being updated or removed

**Returns:**
**Returns: ***
**Parameters**

| Name | Type | Description |
Expand All @@ -147,7 +147,7 @@ This talon performs the following effects:
| props.setActiveEditItem | `function` | Function for setting the actively editing item |
| props.setIsCartUpdating | `function` | Function for setting the updating state of the cart |

**Example** *(Importing into your project)*
**Example** *(Importing into your project)*

```js

Expand All @@ -157,7 +157,7 @@ import { useProduct } from '@magento/peregrine/lib/talons/CartPage/ProductListin
This talon contains logic for a product edit modal used on a cart page.
It returns prop data for rendering an interactive modal component.

**Returns:**
**Returns: ***
**Example** *(Importing into your project)*

```js
Expand All @@ -173,7 +173,7 @@ This talon performs the following effects:
- Manage the updating state of the cart while form data is being saved
- Set the variant price on a product depending on the product's options

**Returns:**
**Returns: ***
**Parameters**

| Name | Type | Description |
Expand Down
2 changes: 0 additions & 2 deletions src/pages/tutorials/setup-storefront/file-structure/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ src
This directory contains configurations for [Storybook][] testing.
You can delete this directory if you do not need it.

[storybook]: https://storybook.js.org/docs/react/workflows/testing-with-storybook

### `ServiceWorker`

The ServiceWorker directory contains all the logic for providing [service worker features][].
Expand Down

0 comments on commit a8a84c7

Please sign in to comment.