New Features and Enhancements
Added login hooks and moved to a new login structure. Documentation
Added a new hook (
usePage
) to fetch data from Shopify pages.Added translation (
useTranslation
) to new text component (ThemeText
).Exposed Shopify page IDs for ease of development.
Implemented the functionality to add a new product list based on the collection ID/handle.
Add support to display custom toolbar icons and control the pages where they are displayed.
Accordion block inside PDP - UI uniformity improvements.
Added filter (
app-toolbar-right-extra-components
) to add extra components in the header toolbar.Added product query inside the order fulfillment key.
Register page enhancements:
- Input transitions to the next field by default.
- Terms message fix.
Media Handling:
Deprecated old image size settings code within the Shopify extension.
Image resize functionality is added for images and media within the Shopify extension for the product detail page and product listing page.
Fixes:
Fixed image scroller's "
view more
" action not working.Fixed the “
Save Rs. X
” text on invalid coupons within the coupon list extension by hiding them.Fixed and added trim functionality for email and password fields to avoid error messages caused due to spaces.
Fixed the white screen loading issue when playing videos on the default video block.
Fixed Apple login not working in the new login UI
Fixed Error message for products changed from page not found to product not found.
Fixed the param (
isInsideCartPage
) to hide theadd-to-cart
toast when clicking to cart button from the cart page.Fixed auto refreshing of Webview cart from our end, to avoid multiple refreshes when a change is made. This can be controlled by app partners as required.
Fixed the
TextInput
overflowing in row layout on login page.