Dev - CSS adjustments for term selectize .remove element.
Dev - Added the .wp-element-button class to the filter reset button.
Dev - CSS adjustment for better price filter form height.
Dev - CSS adjustment for price slider size.
Fix - Fixed products container not found due to missing check for data-wp-router-region in router.
Dev - CSS admin adjustment for unused submit area which appeared as a white bar.
Fix - Resolved to instances of exceptions thrown related to MutationObserver.observe() called on null when no instances of price slider or term filters present in block editor.
Dev - Made Product Search Field style more resilient (search fieldn and results alignment, add to cart button flow).
Dev - Improves handling of clicks on the selectize scrollbar to avoid the dropdown closing.
Dev - The woocommerce_product_filter_footer_scripts filter avoids infinite page reload loops when WooCommerce filter blocks are mixed with the extension's filter blocks. By preemptively setting wcSettings.isRenderingPhpTemplate = false it avoids the infinite page reload when mixing filter blocks from the extension with filter blocks from WooCommerce on the same page.
Dev - Added the woocommerce_product_filter_footer_scripts filter.
Dev - Added the woocommerce_product_filter_footer_scripts_wc_settings filter.
Dev - Avoid a Javascript error when the "wc/store/query-state" store is already registered.
Fix - Solves issues with product attributes using international characters (empty archive; no filter terms shown; missing terms in index).
Add - GTIN, UPD, EAN or ISBN field data is now searchable and added as SKU and content index data. For existing data, the index needs to be rebuilt to produce results based on these identifiers.
Dev - Removed unnecessary translation function calls.
Fix - Fixed translation calls made too early for widget names.