Skip to content

Latest commit

 

History

History
286 lines (145 loc) · 31.1 KB

CHANGELOG.md

File metadata and controls

286 lines (145 loc) · 31.1 KB

@shopify/ui-extensions

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

Minor Changes

Patch Changes

2023.7.2

Patch Changes

2023.7.1

Patch Changes

2023.7.0

Major Changes

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.

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

  • #1057 3dff93ac Thanks @Fionoble! - Exposes Action and Block extension targets in the admin surface.

  • #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