BigBox 3.x continues accessibility improvements of the theme, the developer experience, and deepens 3rd party plugin integrations.
Breaking Changes
- WordPress 5.0 minimum requirement.
- WordPress 5.0+ minimum requirement.
- Update
app/integrations/woocommerce/template-hooks.php
andapp/integrations/woocommerce/template-hooks.php
to adjust output order of product price, sale, stock, etc in WooCommerce product loop. - Update
resources/views/integrations/woocommerce/order/order-details.php
to remove duplicate order notes. - Hide “Sale Flash” by default. Now available in a Customizer setting.
- Hide “Inventory count” by default. Now available in a Customizer setting.
- Update default font weight to 400 (from 500).
- Remove attempts to style classic editor.
New
- Output all colors in inline CSS instead of external stylesheet.
- Support JSX transforms via
wp.element
. - Additional support for Table block “Striped” styles.
- Additional support for CoBlocks plugin.
- Additional support for WooCommerce Product Blocks.
- WooCommerce 3.5.3 support.
- Remove
placeholder
input attributes. - Add ARIA landmarks.
- Allow price, rating, stock information, sale flash, short description, and “more options” in the product catalog to be hidden via the Customizer.
- Use primary site color for input
:focus
border color. - Add accessible
labels
for FacetWP checkbox and radio facets. - WooCommerce 3.6.0 compatibility.
- Allow image lazyload script to load in the footer.
- Further WooCommerce Blocks style improvements.
Full Changelog
[3.1.0] – 2018-02-15
New
- Add ARIA landmarks.
- Allow price, rating, stock information, sale flash, short description, and “more options” in the product catalog to be hidden via the Customizer.
- Use primary site color for input
:focus
border color. - Add accessible
labels
for FacetWP checkbox and radio facets. - WooCommerce 3.6.0 compatibility.
- Allow image lazyload script to load in the footer.
- Further WooCommerce Blocks style improvements.
Fix
- Ensure dynamic colors are applied to elements left out in 3.0.0 update.
- Ensure “No results found” shows when no results are available in FacetWP.
- Don’t attempt to open offcanvas drawers when using content skip links.
- Hide “First Page” and “Last Page” links in FacetWP pagination.
- Ensure :focus outline is visible on WooCommerce image gallery items.
[3.0.0] – 2018-02-04
Breaking
- WordPress 5.0+ minimum requirement.
- Update
app/integrations/woocommerce/template-hooks.php
andapp/integrations/woocommerce/template-hooks.php
to adjust output order of product price, sale, stock, etc in WooCommerce product loop. - Update
resources/views/integrations/woocommerce/order/order-details.php
to remove duplicate order notes. - Hide “Sale Flash” by default. Now available in a Customizer setting.
- Hide “Inventory count” by default. Now available in a Customizer setting.
- Update default font weight to 400 (from 500).
- Remove attempts to style classic editor.
New
- Output all colors in inline CSS instead of external stylesheet.
- Support JSX transforms via
wp.element
. - Additional support for Table block “Striped” styles.
- Additional support for CoBlocks plugin.
- Additional support for WooCommerce Product Blocks.
- WooCommerce 3.5.3 support.
- Remove
placeholder
input attributes.
Fix
- Button sizing between small, default, and large are more obvious.
- Heading and block spacing consistency.
- Only show Previous/Next pagination buttons on mobile devices.
Update Today
Update to the latest version from your WordPress dashboard or download manually from your account.