Skip to content

Releases: Shopify/ui-extensions

@shopify/[email protected]

05 Jan 18:07
df9a88a
Compare
Choose a tag to compare

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

@shopify/[email protected]

02 Oct 19:12
4ea1e8a
Compare
Choose a tag to compare

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

@shopify/[email protected]

02 Oct 19:12
4ea1e8a
Compare
Choose a tag to compare

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

Read more

@shopify/[email protected]

21 Aug 19:30
17b58af
Compare
Choose a tag to compare

Patch Changes

@shopify/[email protected]

21 Aug 19:30
17b58af
Compare
Choose a tag to compare

Patch Changes

@shopify/[email protected]

17 Aug 19:00
5c1c2b7
Compare
Choose a tag to compare

Patch Changes

@shopify/[email protected]

17 Aug 19:00
5c1c2b7
Compare
Choose a tag to compare

Patch Changes

@shopify/[email protected]

14 Aug 13:41
61c3b5f
Compare
Choose a tag to compare

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.

@shopify/[email protected]

14 Aug 13:41
61c3b5f
Compare
Choose a tag to compare

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/[email protected]

26 Jul 06:00
9ac9258
Compare
Choose a tag to compare

Major Changes

Minor Changes

Patch Changes

Read more