v4.5.0
What's Changed
🚀 Enhancement
- feat: Subscriptions components by @acasazza in #379
- feat: Add new hooks
useCommerceLayer
by @acasazza in #384 - feat: Add
externalPrice
attribute intolineItem
prop by @acasazza in #386 - feat: Add MFE components by @acasazza in #389
- feat: Add MyIdentityLink and
use client
to each file. by @acasazza in #392 - feat: Add new hook
useCustomerContainer
, exposecreateOrder
andaddToCart
onuseOrderContainer
by @acasazza in #406 - feat: Add labels customization on AvailabilityTemplate by @acasazza in #408
🐛 Bug Fix
- fix: Remove
_create_subscription
after placing the order. by @acasazza in #394 - fix: Place order by Adyen. by @acasazza in #395
- fix: Use customer payment source to place an order by @acasazza in #397
- fix: Remove
return_url
and addoff_session
atttribute on stripe payments resource by @acasazza in #400 - fix: Move
off_session
attribute intooptions
object by @acasazza in #401 - fix: Restore
return_url
for stripe payments resource. by @acasazza in #404 - fix: Select shipping methods. by @acasazza in #405
- fix: Show payments brand with new stripe integration by @acasazza in #398
- fix: Merge custom styles and types by @Randagio13 in #402
New Contributors
- @Randagio13 made their first contribution in #402
Full Changelog: v4.4.4...v4.5.0