5.2.0 December 28, 2022

New Additions

  1. Adds ability to show the cart drawer if you dispatch an event Unicart::Show on window. eg.
// Show unicart with fresh cart data
window.dispatchEvent(new CustomEvent('Unicart::Show'));