Updates
April 25, 2022
- π§ Fixed price update in product listing when swithing to another configurable product variation.
- π Fixed styles of out-of-stock label in product listing when shown over the image.
- π Fixed swatches over the image after listingβs ajax refresh.
- π Added missing βdisabledβ state to swatch item filter.
April 15, 2022
- π§ Magento 2.4.4 and PHP 8.1 compatibility
April 11, 2022
- β¨ Added Paypal Express Order Review page support.
- π Tiny checkout CSS fixes.
- π§ Improved Paypal Express button stability in minicart dropdown.
- π§ Fixed missing components when deploying static content via terminal.
- π§ Fixed rare js error when using
$.async
function.
Developer experience
- π§ Much better
$.ajax
request compatibility with jQuery syntax:beforeSend
support added.context
support added.- Better handling of plain html response.
- Ability to pass request data as URL-encoded string.
March 29, 2022
In order to update from previous version, run the following command:
composer require swissup/breeze-blank -w
- β¨ Breeze Evolution theme created. See updated installation guide on how to install new theme.
- β¨ Added store contact information in top panel above the header.
- β¨ Added GoogleMaps widget support inserted with Magento Pagebuilder.
- π Much more variables in
.less
files. - π§ Fixed js bundles deployment in Commerce Cloud environment.
- π§ Fixed minor css issues with various Swissup modules.
March 10, 2022
- Updated compatibility with latest versions of Swissup modules.
March 1, 2022
- π§ Fixed js chunks deployment during
setup:static-content:deploy
command. This fixes compatibility with Magento Commerce Cloud environment. - π§ Fixed error in logs about empty less file during deployment.
- π Fixed CSS issues when menu is moved inside header.
- π Fixed dropdown styles when parent container is dark.
- π Added new LESS variables to improve cusomization abilities.
February 17, 2022
Module Updates
- π Added critical images preloading. This feature decreases time of Largest Contentful Paint. No additional actions are required to activate this feature.
- π Added βUse CSS critical pathβ config option support. Activate it at Stores > Configuration > Advanced > Developer > CSS Settings > Use CSS critical path.
- π Added js chunking mechanism that improves page load time on slow internet connections. No additional actions are required to activate this feature.
- π§ Slightly improve js and html minification.
Theme Updates
- π Improved chevron position in collapsible layered navigation filters.
- π Added ability to wrap product thumbnails to the new line instead of overflowed scrolling.
- π§ Fixed video centering at product page gallery.
February 8, 2022
- Added minimalistic email styles. Weβve took Magento/blank email structure as a base, so you will find it super easy to integrate with existing blank/luma customizations. See the tutorial on how to add email customizations from child theme.
- Improve bundle product details at order view page.
- Fixed missing options at product page for Bundle Products.
- Fixed error at homepage about unknown βnewβ attribute on fresh Magento installations.
January 28, 2022
Theme Updates
- All Swissup modules are now compatible with Breeze!
- Fixed grouped product view on mobile devices.
- Move navigation container below header to allow to use sticky menu.
- Better compatibility with third-party modules.
Module Updates
- Support for jQuery-like api in ajax requests:
$.ajax
,$.post
,$.get
. - Added support for multiple expanded tabs. This is useful when transforming tabs into accordion.
- Improved click handling inside modal popups.
- Improved SPA experience.
January 14, 2021
- Allow to create nested view components.
- Fixed js error when recaptcha is enabled in product review form.
- Fixed βgetTemplateβ error when third-party component is not available in Breeze.
- Fixed responsive images sizes on the homepage.