Releases: vtex-apps/add-to-cart-button
Releases · vtex-apps/add-to-cart-button
v0.26.10
Added
isLoading
property to AddToCartButton Props.- Pass
ProductContext.loadingItem
to AddToCartButtonisLoading
. - I18n pseudolanguage to implement in-context tool.
v0.26.9
Fixed
- Available and unavailable content text wasn't being translated. So, formatedIOMessage was added to AddtoCartButton.
v0.26.8
Fixed
- stopPropagation and preventDefault removed from
handleAddToCart
and added intohandleClick
inAddToCartButton.tsx
to trigger too when no variation were selected.
v0.26.7
Added
- I18n pseudolanguage to implement in-context tool.
- Disable Button when loadingItem is true.
v0.26.6
Fixed
- Now, when
isOneClickBuy
is enabled, the users are only redirected when there's confirmation that the item was added to the cart
v0.26.5
Fixed
- Crowdin configuration file.
v0.26.4
Fixed
- Rollback changes introduced by v0.26.3.
v0.26.3
Fixed
- Check position on the screen to consider as scroll/click.
v0.26.2
Fixed
- Behavior when scrolling on mobile.
v0.26.1
Fixed
- Add to cart from mobile autocomplete.