Skip to content

Releases: commercelayer/commercelayer-react-components

v4.0.0-beta.2

02 Nov 18:10
f965742
Compare
Choose a tag to compare
v4.0.0-beta.2 Pre-release
Pre-release

4.0.0-beta.2 (2022-11-02)

Features

  • Fix LineItemsContainer export (f965742)

v4.0.0-beta.1

02 Nov 16:22
537bed6
Compare
Choose a tag to compare
v4.0.0-beta.1 Pre-release
Pre-release

What's Changed

  • feat: Add Paypal provided by Adyen by @acasazza in #248
  • feat: Add Klarna payment provided by Adyen. Resolve #252 by @acasazza in #255
  • fix: Place order for Paypal and Klarna provided by Adyen by @acasazza in #256
  • fix: Place order behavior for credit card provided by Adyen dropin by @acasazza in #257
  • fix: Authorization error when placing the order with Adyen by @acasazza in #258
  • fix: Show FRAUD credit card error for Adyen by @acasazza in #259
  • fix: Infinite loop if the card brand is not defined by Adyen and add styles configuration for the dropin by @acasazza in #260
  • fix: Add credit card label as default by @acasazza in #261
  • fix: Set live env on the Adyen dropin by @acasazza in #262
  • feat: Preselect payment method if there is only one by @acasazza in #263
  • feat: Expose payment source when preselecting a payment method by onClick prop by @acasazza in #264
  • fix: Loading preselect payment method by @acasazza in #265
  • fix: Reload payment method by @acasazza in #266
  • fix: Reload payment method by @acasazza in #267
  • feat: My Account components by @acasazza in #246

BREAKING CHANGES:

  • Remove ItemContainer, VariantContainer, VariantSelector, QuantitySelector, SkuOptionsContainer, SkuOption, and SkuOptionInput. Add props quantity, lineItem, add lineItemOption to AddToCartButton

Full Changelog: v4.0.0-alpha.13...v4.0.0-beta.1

v4.0.0-alpha.13

02 Nov 15:03
Compare
Choose a tag to compare
v4.0.0-alpha.13 Pre-release
Pre-release

4.0.0-alpha.13 (2022-11-02)

Features

  • Add new component LineItemField. Resolve #242. (9d0171a)
  • Remove ItemContainer, VariantContainer, VariantSelector, QuantitySelector, SkuOptionsContainer, SkuOption, and SkuOptionInput. Add props quantity, lineItem, add lineItemOption to AddToCartButton. Resolve #293. (5f446aa)

v4.0.0-alpha.12

17 Oct 14:45
Compare
Choose a tag to compare
v4.0.0-alpha.12 Pre-release
Pre-release

4.0.0-alpha.12 (2022-10-17)

Bug Fixes

  • Remove loader prop from OrderContainer and Adyen authorizations (9f5b37e)
  • Show order detail with status equal to cancelled. Resolve #294. (c5ce235)

v3.15.5

13 Oct 15:17
86f3e3a
Compare
Choose a tag to compare

3.15.5 (2022-10-13)

Bug Fixes

  • Cover all types of user interactions with Adyen drop-in (86f3e3a)

v3.15.4

12 Oct 17:02
cfd23c9
Compare
Choose a tag to compare

3.15.4 (2022-10-12)

Bug Fixes

  • Show Adyen dropin errors and clean requests (cfd23c9)

v3.15.3

11 Oct 09:05
Compare
Choose a tag to compare

3.15.3 (2022-10-11)

Bug Fixes

  • Avoid redirect to the old payment source when the user cancels the 3DS flow with the Adyen dropin (d2c3173)

v4.0.0-alpha.11

07 Oct 08:19
Compare
Choose a tag to compare
v4.0.0-alpha.11 Pre-release
Pre-release

4.0.0-alpha.11 (2022-10-07)

Features

  • Add new prop loader to OrderContainer (dcb640f)
  • Add new prop quantity to AddToCartButton (f005be7)

v4.0.0-alpha.9

05 Oct 10:08
Compare
Choose a tag to compare
v4.0.0-alpha.9 Pre-release
Pre-release

4.0.0-alpha.9 (2022-10-05)

Bug Fixes

  • Payment gateways exports (f620cb5)

Features

  • Add new ParcelsCount component. Resolve #283. (4601ee9)
  • Add new ShipmentsCount component. Resolve #284. (cfb2f9f)
  • Add prop filterBy to Parcels component. Resolve #285. (c203c4b)
  • Add throw errors if components are outsite of ShipmentsContainer (0eed292)

v4.0.0-alpha.10

05 Oct 17:20
Compare
Choose a tag to compare
v4.0.0-alpha.10 Pre-release
Pre-release

4.0.0-alpha.10 (2022-10-05)

Features

  • Add new ParcelLineItems component (009c25d)