Enhancements
Added improvements to the
Shopify custom variations
extension to accommodate adding product variants using Shopify Metafields by adding namespace and key within extension settings instead of using the predefined namespace and key method that was previously followed.Added a filter (
shipping-address-validator
) to validate shipping address form fields.Added support for media on the product description page (video and Image)
Added a filter (
app-custom-root-components
) to add root components. Documentation.@react-native-async-storage/async-storage
added as alias for@react-native-community/async-storage
to avoid build failures.Added
__appmakerFlatListProps
that can be used to pass props to FlatList which renders the blocks such as contentContainerStyle, columnWrapperStyle, etc.Added support to hide header on scroll as well as transparent header. Documentation.
Fixes
Fixed the “
Open All products
” action that previously did not fetch any product when added.Fixed hide products in PDP on
appmaker-recently-viewed
extension which was not working.Fixed price filter max value change based on the previous search query.