Skip to content

Latest commit

 

History

History
361 lines (196 loc) · 45.9 KB

File metadata and controls

361 lines (196 loc) · 45.9 KB

@shopify/ui-extensions-react

2024.10.2

Patch Changes

2024.10.1

Patch Changes

2024.10.0

Minor Changes

Patch Changes

2024.4.0

Minor Changes

Patch Changes

2024.1.0

Major Changes

  • #1585 70f9bdc1 Thanks @jamesvidler! - The purchase.checkout.shipping-option-list.render-before and purchase.checkout.shipping-option-list.render-after will be duplicated for possible types of delivery groups (One Time Purchase and Subscription). You can use the new target or useDeliveryGroupTarget() React hook to access the delivery group the extension is attached to.

Minor Changes

Patch Changes

2023.10.0

Major Changes

  • #1296 a8e16322 Thanks @MitchLillie! - Bump @remote-ui/core and @remote-ui/react versions.

    Warning: Extensions using @shopify/ui-extensions-react must now use react ^18.0.0 or greater.

    Extensions are also expected to reconcile their own react version.

    In order to use the latest version of @shopify/ui-extensions-react, you should modify your package.json to resemble the following:

    {
      ...
      "dependencies": {
        "react": "^18.0.0",
        "@shopify/ui-extensions": "2023.10.x",
        "@shopify/ui-extensions-react": "2023.10.x",
        "react-reconciler": "0.29.0"
      },
      "devDependencies": {
        "@types/react": "^18.0.0"
      }
    }
    

Minor Changes

Patch Changes

2023.7.2

Patch Changes

2023.7.1

Patch Changes

2023.7.0

Minor Changes

Patch Changes

2023.4.3

Patch Changes

  • #1216 9052b155 Thanks @jamesvidler! - PickupLocationsApi and PickupPointsApi now return a isLocationFormVisible property as opposed to locationFormVisible. ShippingMethodDetailsApi now gurantees a target (ShippingOption) will be returned.

  • Updated dependencies [9052b155]:

    • @shopify/ui-extensions@2023.4.3

2023.4.2

Patch Changes

2023.4.1

Minor Changes

Patch Changes

2023.4.0

Minor Changes

  • #1064 266c13c0 Thanks @Fionoble! - Added new admin components: Box, BlockStack, Checkbox, Form, InlineStack, TextArea

  • #774 feaab61b Thanks @carolopolo! - Changes typing of description prop of <CustomerSegmentationTemplate/> from string to string | string[]

Patch Changes

2022.10.6

Patch Changes

2022.10.5

Patch Changes

  • #661 2bef7a10 Thanks @lemonmade! - Bring in @shopify/checkout-ui-extensions@0.22.0

  • Updated dependencies [2bef7a10]:

    • @shopify/ui-extensions@2022.10.5