Releases: vtex-apps/minicart
Releases · vtex-apps/minicart
v2.68.0
v2.67.2
Added
- Drawer component onVisibilityChanged property to handle open/close state
Changed
- Logic of the useViewCartPixel hook
v2.67.1
Fixed
- Fixes of i18n on readme.md accorrding to task LOC-10558.
v2.67.0
Added
- Send
vtex:viewCart
event to analytics when minicart is opened
v2.66.0
Added
- Provide
originalTotal
prop (sum of item list prices) tocheckout-summary
extension point
v2.65.0
Added
- Indonesian and Thai translations.
Fixed
- Portuguese, Spanish and Italian translations.
v2.64.0
Added
- Schema to the
checkout button
, this makes it possible to define via admin where the user will be directed after the click
v2.63.5
Fixed
- Quantity update by using item index instead of uniqueid
v2.63.4
Fixed
- Do not emit
cartChanged
pixel event if orderForm is still updating (denoted by the most recent item'sadditionalInfo
property beingundefined
)
v2.63.3
Fixed
- Brackets in
minicart-checkout-button
(documentation).