Latest Releases
These releases come straight from our repositories. Latest releases may not be published yet.
breezefront / breeze-blank
2.1.0 Jan-
2.1.0
Report (rev.1)
Package was generated and uploaded to GitHub on with the following dependencies:
swissup/module-breeze:2.1.0
swissup/module-breeze-integrations:1.2.7
swissup/theme-frontend-breeze-blank:2.1.0
Changelog (autogenerated)
swissup/module-breeze — 2.1.0 (was 2.0.0)
-
Version 2.1.0 04113d
-
Fixed missing js files in merged bundle when deploying on page refresh (dev mode) 09ea53
-
Do not allow 2 active thumbs in the gallery 8402fa
-
Allow creating multiple panzoom instances on the same page (quick view popup) 5f90d4
-
Update panzoom library 9170cc
-
Multiple magnifiers may have different options. (Quick view) 656ec7
-
Fixed possibly undetached event listeners when using turbo f5abf8
-
Remove not working dependent fields in config section 1d52fc
-
Cleanup html markup from gallery config 9ebad4
-
Magnifier. #32 5cadf1
-
Ability to read view config from any subsection 3b540c
-
Bring back bigger paddings for large screens 79fe7d
-
Ability to get image data and load full image using gallery component 20b245
-
More space for large image, especially on mobile devices 54fb6f
-
Do not remove all spinners from the element. Each causer should remove its spinner. 99c852
-
Cache image after successful load only c7254e
-
Do not load previously loaded images 3602c1
-
Zoom-in cursor for gallery image fe78da
-
Reset panzoom styles when it's disabled. a8e7f6
-
Fixed isObject check from previous commit 848135
-
Do not convert mageInit bindings if it's a view component.
Fixes AjaxPro quick view popup. c4b97a -
Improve this._on functionality
Added ability to pass element and first and event as second arguments. bbea4a -
Do not escape non-latin chars in html source. #35
Taken from:
- https://stackoverflow.com/questions/6573258/domdocument-and-special-characters
- https://stackoverflow.com/questions/8218230/php-domdocument-loadhtml-not-encoding-utf-8-correctly dd8747 -
Remove unused PageCacheConfig 56ad46
-
Fixed not selected region when editing customer address 9e994e
-
Fixed inability to save address with selected region af8501
-
Version 2.0.1 bf24be
-
Workaround to support ko scope: notation. (Amasty_Xsearch) d56867
-
Media width helpers to simplify third-party modules integrations.
See example: https://github.com/breezefront/module-breeze-amasty-xsearch/blob/master/view/frontend/web/css/breeze/_default.less#L8 687a17 -
Allow to get uiComponent from element by it's key.
Example: $(el)['Vendor_Module/component']('instance') 52cf5c -
Allow to render html template without name. 6c42d9
-
Try to parse mageInit with native JSON. Sometimes it has valid json string.
Related to Amasty_Xsearch. fe6668 -
Improve mageInit parsing. This commit allows to integrate Amasty_Xsearch.
p.s. scope check was removed as it's not needed anymore: if we can parse
mageInit - mount component with our logic, otherwise mageInit from extend-ko.js
will be used. 5b51b7
swissup/theme-frontend-breeze-blank — 2.1.0 (was 2.0.0)
-
Version 2.1.0 8e1219
-
Fixed "add to cart" alignment on touch devices when price aside name is used c62171
-
Magnifier options added 9f669f
-
Styles for image magnifier 5486a8
-
Show only one spinner at once (used in gallery + magnifier) 3bd2a1
-
Responsive embeds 80a6c5
-
Version 2.0.2 9c3d8a
-
RTL styles fixes 74f4a6
-
Version 2.0.1 5db9f0
-
Update email variables 5c099f
-
Additional entry point for custom email styles e9ea3d
-
Added missing variables for email styles 9866f9
-
-
2.0.0
Report (rev.1)
Package was generated and uploaded to GitHub on with the following dependencies:
swissup/module-breeze:2.0.0
swissup/module-breeze-integrations:1.2.7
swissup/theme-frontend-breeze-blank:2.0.0
Changelog (autogenerated)
swissup/module-breeze — 2.0.0 (was 1.13.10)
-
Version 2.0.0 f3b14f
-
Fixed broken markup when inline script has json encoded styles inside.
Closes #30 ff83db -
Update to the latest breeze theme 963267
-
Destroy on breeze:load is not needed (it was used as a fix for disabled turbo cache) 63cbbc
-
Use 'destroy' event to reset async memo 144f32
-
Fixed not working modal after using back/forward buttons b14a8a
-
Do not add anchor (#) to the url when using link to show modal popup 11e363
-
Make sure that async will work in early added scripts (inline) d6726d
-
Do not use 'unmount' event name as it may be needed in future d2268a
-
Do not use promise for define/require by default.
This allows splitting $.breezemap = component and component declaration
into separate files (Used in Swissup_BreezeMageworxAdvancedProductOptions) b67052 -
Trigger event when all elements gets unmounted db0ccb
-
Prevent slider flickering when containered style is used (turbo cache) 8e92b0
-
Do not use 'containered' logic on small screens because it's not visible
Additionally, it causes bigger LCP, especially on Moto G4 061ca6 -
Hide empty space on the slider edges when using containered mode d5463b
-
WIP: slider with visible prev and next slides on the screen c28ec9
-
Do not add close message button to the luma-based themes 5696a9
-
Sticky messages. Close message btn. ee46b3
-
Do not open menu too early 62f90d
-
Add menu hide/show delays to prevent too early close 9c6de9
-
Improved quick-view popup compatibility: init gallery on single element only ccc6bb
-
Do not add hash to the url when tab has dots in id/href b51d26
-
Fixed js error when bundle product has multiselect and back/forward button is used 89d16b
-
Scroll to tab content instead of tab title 2c5b9a
-
Fixed page reload when clicking on a link with anchor with dots a99b4a
-
Disable breeze in ajax response when request is initiated from unsupported page 976c63
-
Fixed undefined variable usage 7c8369
-
Fixed disabled qty fields at bundle product page aeaf98
-
Reload page if static version has changed (prevents js errors) 1343d7
-
Fixed small CLS when critical css is used on Luma-based theme b87aef
-
Fixed possible locked scrollbar when popup is closed 2ef116
-
Added fetchpriority to the preload link 996edd
-
Improve LCP on product page df42a4
-
Fixed jumping gallery when using critical css on Luma-based themes d40257
-
Do not redirect to homepage after logout if user navigates to another page f57842
-
Allow to add custom css classes to switcher wrapper 6438e1
-
Fix for previous commit (Sync styles with switcher when actions move to hader panel) 7d1b6e
-
Allow to move header actions into header panel (Sync styles with switchers) 95de27
-
Fixed js error when accordion is collapsed 21c8e3
-
Do not reveal scrollbar when nested popup is closed 93dba9
-
Version 1.14.4 72951a
-
Added 'mage/url' helper. This improves integration process with third-party modules. d29362
-
Magento 2.3 compatibility (secureRenderer) 7e158d
-
Version 1.14.3 e7f785
-
Fixed undefined '$localeFormatter' error on Magento < 2.4.5 01cbac
-
Version 1.14.2 2bd746
-
Search for template id without dots and slashes aebf53
-
Version 1.14.1 35f634
-
Allow to resolve urls and 'text!' using require function 297b56
-
Return promise from loadScript function 1cfa98
-
Price-utils added to breezemap 798156
-
Ability to process simple inline 'require()' scripts (need to add 'data-breeze') f7f892
-
Prevent multiple inline script calls when using back/forward e8a856
-
Improve integration process: allow to use require() in simple inline scripts 1c8aa5
-
Version 1.14.0 dc38e6
-
Allow third-party scripts (ga, chats, etc.)
Requirejs related scripts removed in layout update instructions. 4a18cd -
Ability to remove selected script if breeze is enabled b39c8e
-
Remove requirejs from layout 69bde8
-
Ability to reuse js files with simple uiComponents from Luma-based modules cc2fb6
-
Added missing translate function for 'Recent' product blocks 83e82d
-
Fixed syntax error 46713d
-
Improve ability to reuse Luma-based files. Custom aliases to use in `define` 5fdf4e
-
Define moved to separate file 97335d
-
Fixed broken gallery styles when using critical css. (Luma-based themes) bbd7d2
-
Allow to call scrollTop on the window object, like jQuery allows. ff0cf3
-
Fixed wrong scroll position on mobile devices after long tab was closed. df0a93
-
Remove redundant logic (Sync code with original component) 1354a9
-
Fixed Array to FormData serialization when sending ajax request
breezefront/theme-frontend-breeze-evolution#9 ad2583 -
Fixed logout redirect. (Magento 2.4.4-2.4.5 compatibility issue). a0af32
swissup/module-breeze-integrations — 1.2.7 (was 1.2.5)
-
Version 1.2.7 3ea693
-
Update composer.json 4e143c
-
Version 1.2.6 704e35
-
Use debounce on update checkboxes. (Fixed wrong applying discount code for siblings child.) ba1441
swissup/theme-frontend-breeze-blank — 2.0.0 (was 1.2.1)
-
Version 2.0.0 74bc66
-
Pagebuilder's tabs doesn't support mobile view. Keep horizonatal layout for them. 402201
-
Hide wishlist icon when wishlist is disabled cd8065
-
Improve secondary links placement when abs position is used a47b9a
-
ALways show abs positioned secondary actions when reveal on hover is used bd040c
-
Sync visible height between mobile and desktop when reveal on hover is used 7dd6f8
-
Ability to set icon size for abs positioned icons fdb84d
-
Align add to cart with aside items on mobile devices 13ec32
-
Fixed not working transition on add to cart button when abs position is used df2969
-
Added ability to always how hidden elements on touch devices when "reveal on hover" is used 586f4d
-
Comment accidentally uncommented example d399ff
-
Improve "reveal on hover" settings dbbe1e
-
Remove duplicate "when" condition d3f544
-
Added ability to keep "add to cart" visible on touch devices when absolute position is used 5647fa
-
Update image ratio (used for hover card styles) ba2f16
-
Reset container styles inside modal popup 7c5b0f
-
Added styles for tables created via WYSIWYG editor a124fb
-
Remove margin from product list on cms page 25b41b
-
Fixed missing styles for pager below product list widget 89f65d
-
Refactoring of less variables 639e71
-
Move listing variables to the bottom 10670b
-
Merge page related variables into single file 2ad0cb
-
Ability to change image width in list mode 235818
-
Missing image size rule added 3df750
-
Proper image sizes 3f156d
-
Update old rules for responsive sizes 207dc1
-
Removed unused image ids 62842c
-
Fixed styles for recently compared and viewed widgets inside content area 65da97
-
Simlify layout and decrease srcset sources a37c82
-
Fixed horizontal scrollbar when many menu dropdown levels available f6caf7
-
Fixed empty space near image in grid listing.
When base image is smaller than available space. 961ac4 -
WIP: simplify layout styles 045b74
-
Fixed invisible menu when dark mode is enabled e5c0c4
-
Add few luma variables and mixins aeb646
-
Remove empty space caused by invisible paypal iframe 20ca3e
-
Added missing cc form styles fea090
-
Remove margin when fields should be inlined (cc expiration date) af8a2c
-
Ability to change font-family for input fields 4e8f9e
-
Fixed not working ul.disc c9ff3c
-
Fixed not working animation with delay plus transition in firefox browser 0591e0
-
Firefox doesn't support ':has' selectors. Split them to fix not working hover. bbb0c7
-
Remove underline decoration in slider content d1b066
-
Ability to change slider arrows 29a14d
-
v-middle helper for slider 0850e9
-
Fixed not working sticky message on full-width homepage 15d735
-
Added missing 'collage-right' styles 8a5ff7
-
Max width helpers ca59c3
-
Allow to set divider thickness in pagebuilder interface 8e1806
-
Add __fixed__ modifier to autohide properties because they used for fixed position only 809505
-
Show hidden elements for focused state only of it state was caused by keyboard 64c7e7
-
Automatically hide message after 5 seconds (when fixed position is used) 6c91e8
-
Allow to discard default row-gap in pagebuilder's row on mobile devices a6f7c5
-
Fixed incorrect "add to cart" positioning for RTL languages.
breezefront/theme-frontend-breeze-evolution#14 e5a194 -
Sticky message: variables, disable on unsupported pages (cart, checkout) 930315
-
Sticky (fixed) messages c647fb
-
Do not use opaque background to allow to use sticky messages a1ac62
-
Ability to set nowrap for breadcumbs to prevent CLS on mobile devices 0af4e6
-
Login page variables 2fe225
-
Fixed horizontal scrollbar at login page when "persistent popup" is rendered 5b170e
-
Fixed empty space before product count d98e1a
-
Layered navigation variables 526890
-
More layered navigation variables 10be36
-
More toolbar variables 824a43
-
Product page review form/list variables a08697
-
Add comment about listing-grid-item__details-height variable 76f5b2
-
Use __absolute__ modifier to mark that options affects only absolutely positioned element f7f416
-
Remove double margin around add-to links at product page 00dbee
-
Prevent CLS when related products are placed on the top of the page 4467e2
-
Fixed image width and spacing below image in listing bd53a0
-
Fixed large preview image at bundle product page 20b92b
-
Improve image size and centering styles 68b8b8
-
Fixed block-titles styles inside modal popup (auth, quick-view) 794632
-
Do not hardcode image width to allow to shrink image size inside flex containers (SoldTogether) b92e8c
-
Create separate variable to control border for cart image 4bdd51
-
Ability to change review star icon cb72f5
-
Bundle product fixes 8e47ae
-
Fixed "edit" links styles at checkout page 3f9326
-
Fixed broken fotorama styles in third-party quick-view popups 2f5856
-
Prevent square spinner bg on top of rounded button d156d8
-
Added compatibility with "Image optimization based on query parameters" option ed7a52
-
Rename variables since they are not grid-related a64b84
-
Improve price styles ce6612
-
Reset "overflow gradient" when resetting hover effect 59d6cd
-
Improve bundle styles 5f02c8
-
Ability to set price label size 00c09c
-
Fixed double line-through style when msrp is used 5c2676
-
Fixed non visible focus-ring when line-clamp is used on the product name fac750
-
Eye icons added 8dec54
-
Allow to change addto icons size at product grid listing dc3642
-
Fixed not working styles for layered navigation dropdowns when 1column is used 865ad0
-
Fixed review stars alignment when product item is centered 355a88
-
Animated text-decoration-color change e4b884
-
Bundle product fixes 8a2a3b
-
Fixed not centered product name when it doesn't fit single line 53fb1c
-
Swatch variables cfda0f
-
Ability to center content inside grid item a38c46
-
Do not inherit dropdown styles for swatch tooltip 432043
-
Missing variable 322725
-
New price variables aedd08
-
More less variables a7ff0b
-
Ability to change product page area sizes 57e2ec
-
Added missing less variable f2e3e0
-
Allow to override header content position 94a5a1
-
Product sku and stock variables e58e36
-
Fixed hidden additional form block at customer edit page.
breezefront/theme-frontend-breeze-evolution#12 f3b424 -
Line height for breadcrumbs 06943d
-
Do not limit page-title width on narrow pages 70d5c8
-
New breadcrumbs variables 75e8d9
-
New tabs variables ec4e42
-
New message variables d41310
-
When recent products moved above footer, use 1column-based columns count 592a0b
-
Move reset before all styles (including modules) 7326e3
-
Fixed invisible slider arrow when buttons are dark with white text 5c063f
-
Sync login block title styles with block-content titles 2f3ba9
-
Margin above h1 when header is not first 7ecbd5
-
Fix small radius of rounded icon abde2c
-
Properly reset hidden state for 'block' elements 080609
-
Ability to disable navigation wrapping to the newline 56f8eb
-
New minicart variables 04f918
-
New variable for minicart icon 1bd231
-
Ability to disable icon c544e7
-
Fix inverted-colors-reset mixin (Used in stripes ajaxsearch dropdown) 3e4983
-
Fix for previous commit 0f9546
-
Sync mobile info heading styles with switchers 31b1bf
-
Add classes to header actions (Newest breeze module) cef053
-
Update to latest module-breeze 9fcf1e
-
Sync header actions markup with header-panel switcher (used when mobile slideout is used) 4f84a1
-
Allow to move header actions into header-panel c05ef6
-
Use margin-top for headings when content is found above 622318
-
Fixed not working nav border color. Added border variable. 7a9066
-
More variables 7ce3d4
-
Sync minicart icon color with other header icons by default dc1f93
-
Highlight links inside labels (GDPR consent) 4fa7b3
-
More variable for buttons cca566
-
Remove unused variables 7c537c
-
Fixed broken checkbox ring after latest commits 471f66
-
Remove copy-paste. Use loop instead. ef4809
-
Remove deprecated variable 227da8
-
Disable dark color scheme by default. BreezeTheme 2.0 7ce6be
-
Get rid of rgb colors. BreezeTheme 2.0 39ed54
-
Flex-wrap variable for footer newsletter 81d37a
-
Fixed incorrect tooltip icon positioning e66f5f
-
Magento 2.4.5 compatibility 2e44a9
-
Modify button colors via css props b43263
-
WIP: Allow to change button color on hover 184978
-
Do not change font for 'th' elements 8968b8
-
Rounded icons 50e449
-
More variables a8d542
-
Fixed incorrect footer padding-bottom. (Copy-paste error) cb2aa2
-
Added 'pagebuilder-column-line' component support (2.4.5) 0a0fde
-
Version 1.2.3 c8bd15
-
Fixed missing contact info in mobile slideout on non-breeze pages (cart) 17da9a
-
Added spacing above bottom toolbar (My orders page) d1e731
-
Improve icons alignment dc2aa1
-
Shorter main column height on mobile devices.
breezefront/theme-frontend-breeze-evolution#8 9e26d1 -
Added spacing between product listing and bottom toolbar 6ea474
-
Small round icon 0c5031
-
Remove duplicated variable c86dcc
-
Version 1.2.2 a9f74b
-
Removed non-existing css property 3d3195
-
breezefront / breeze
2.1.0 Jan-
2.1.0
Report (rev.1)
Package was generated and uploaded to GitHub on with the following dependencies:
swissup/module-breeze:2.1.0
swissup/module-breeze-integrations:1.2.7
Changelog (autogenerated)
swissup/module-breeze — 2.1.0 (was 2.0.0)
-
Version 2.1.0 04113d
-
Fixed missing js files in merged bundle when deploying on page refresh (dev mode) 09ea53
-
Do not allow 2 active thumbs in the gallery 8402fa
-
Allow creating multiple panzoom instances on the same page (quick view popup) 5f90d4
-
Update panzoom library 9170cc
-
Multiple magnifiers may have different options. (Quick view) 656ec7
-
Fixed possibly undetached event listeners when using turbo f5abf8
-
Remove not working dependent fields in config section 1d52fc
-
Cleanup html markup from gallery config 9ebad4
-
Magnifier. #32 5cadf1
-
Ability to read view config from any subsection 3b540c
-
Bring back bigger paddings for large screens 79fe7d
-
Ability to get image data and load full image using gallery component 20b245
-
More space for large image, especially on mobile devices 54fb6f
-
Do not remove all spinners from the element. Each causer should remove its spinner. 99c852
-
Cache image after successful load only c7254e
-
Do not load previously loaded images 3602c1
-
Zoom-in cursor for gallery image fe78da
-
Reset panzoom styles when it's disabled. a8e7f6
-
Fixed isObject check from previous commit 848135
-
Do not convert mageInit bindings if it's a view component.
Fixes AjaxPro quick view popup. c4b97a -
Improve this._on functionality
Added ability to pass element and first and event as second arguments. bbea4a -
Do not escape non-latin chars in html source. #35
Taken from:
- https://stackoverflow.com/questions/6573258/domdocument-and-special-characters
- https://stackoverflow.com/questions/8218230/php-domdocument-loadhtml-not-encoding-utf-8-correctly dd8747 -
Remove unused PageCacheConfig 56ad46
-
Fixed not selected region when editing customer address 9e994e
-
Fixed inability to save address with selected region af8501
-
Version 2.0.1 bf24be
-
Workaround to support ko scope: notation. (Amasty_Xsearch) d56867
-
Media width helpers to simplify third-party modules integrations.
See example: https://github.com/breezefront/module-breeze-amasty-xsearch/blob/master/view/frontend/web/css/breeze/_default.less#L8 687a17 -
Allow to get uiComponent from element by it's key.
Example: $(el)['Vendor_Module/component']('instance') 52cf5c -
Allow to render html template without name. 6c42d9
-
Try to parse mageInit with native JSON. Sometimes it has valid json string.
Related to Amasty_Xsearch. fe6668 -
Improve mageInit parsing. This commit allows to integrate Amasty_Xsearch.
p.s. scope check was removed as it's not needed anymore: if we can parse
mageInit - mount component with our logic, otherwise mageInit from extend-ko.js
will be used. 5b51b7
-
-
2.0.0
Report (rev.1)
Package was generated and uploaded to GitHub on with the following dependencies:
swissup/module-breeze:2.0.0
swissup/module-breeze-integrations:1.2.7
Changelog (autogenerated)
swissup/module-breeze — 2.0.0 (was 1.13.10)
-
Version 2.0.0 f3b14f
-
Fixed broken markup when inline script has json encoded styles inside.
Closes #30 ff83db -
Update to the latest breeze theme 963267
-
Destroy on breeze:load is not needed (it was used as a fix for disabled turbo cache) 63cbbc
-
Use 'destroy' event to reset async memo 144f32
-
Fixed not working modal after using back/forward buttons b14a8a
-
Do not add anchor (#) to the url when using link to show modal popup 11e363
-
Make sure that async will work in early added scripts (inline) d6726d
-
Do not use 'unmount' event name as it may be needed in future d2268a
-
Do not use promise for define/require by default.
This allows splitting $.breezemap = component and component declaration
into separate files (Used in Swissup_BreezeMageworxAdvancedProductOptions) b67052 -
Trigger event when all elements gets unmounted db0ccb
-
Prevent slider flickering when containered style is used (turbo cache) 8e92b0
-
Do not use 'containered' logic on small screens because it's not visible
Additionally, it causes bigger LCP, especially on Moto G4 061ca6 -
Hide empty space on the slider edges when using containered mode d5463b
-
WIP: slider with visible prev and next slides on the screen c28ec9
-
Do not add close message button to the luma-based themes 5696a9
-
Sticky messages. Close message btn. ee46b3
-
Do not open menu too early 62f90d
-
Add menu hide/show delays to prevent too early close 9c6de9
-
Improved quick-view popup compatibility: init gallery on single element only ccc6bb
-
Do not add hash to the url when tab has dots in id/href b51d26
-
Fixed js error when bundle product has multiselect and back/forward button is used 89d16b
-
Scroll to tab content instead of tab title 2c5b9a
-
Fixed page reload when clicking on a link with anchor with dots a99b4a
-
Disable breeze in ajax response when request is initiated from unsupported page 976c63
-
Fixed undefined variable usage 7c8369
-
Fixed disabled qty fields at bundle product page aeaf98
-
Reload page if static version has changed (prevents js errors) 1343d7
-
Fixed small CLS when critical css is used on Luma-based theme b87aef
-
Fixed possible locked scrollbar when popup is closed 2ef116
-
Added fetchpriority to the preload link 996edd
-
Improve LCP on product page df42a4
-
Fixed jumping gallery when using critical css on Luma-based themes d40257
-
Do not redirect to homepage after logout if user navigates to another page f57842
-
Allow to add custom css classes to switcher wrapper 6438e1
-
Fix for previous commit (Sync styles with switcher when actions move to hader panel) 7d1b6e
-
Allow to move header actions into header panel (Sync styles with switchers) 95de27
-
Fixed js error when accordion is collapsed 21c8e3
-
Do not reveal scrollbar when nested popup is closed 93dba9
-
Version 1.14.4 72951a
-
Added 'mage/url' helper. This improves integration process with third-party modules. d29362
-
Magento 2.3 compatibility (secureRenderer) 7e158d
-
Version 1.14.3 e7f785
-
Fixed undefined '$localeFormatter' error on Magento < 2.4.5 01cbac
-
Version 1.14.2 2bd746
-
Search for template id without dots and slashes aebf53
-
Version 1.14.1 35f634
-
Allow to resolve urls and 'text!' using require function 297b56
-
Return promise from loadScript function 1cfa98
-
Price-utils added to breezemap 798156
-
Ability to process simple inline 'require()' scripts (need to add 'data-breeze') f7f892
-
Prevent multiple inline script calls when using back/forward e8a856
-
Improve integration process: allow to use require() in simple inline scripts 1c8aa5
-
Version 1.14.0 dc38e6
-
Allow third-party scripts (ga, chats, etc.)
Requirejs related scripts removed in layout update instructions. 4a18cd -
Ability to remove selected script if breeze is enabled b39c8e
-
Remove requirejs from layout 69bde8
-
Ability to reuse js files with simple uiComponents from Luma-based modules cc2fb6
-
Added missing translate function for 'Recent' product blocks 83e82d
-
Fixed syntax error 46713d
-
Improve ability to reuse Luma-based files. Custom aliases to use in `define` 5fdf4e
-
Define moved to separate file 97335d
-
Fixed broken gallery styles when using critical css. (Luma-based themes) bbd7d2
-
Allow to call scrollTop on the window object, like jQuery allows. ff0cf3
-
Fixed wrong scroll position on mobile devices after long tab was closed. df0a93
-
Remove redundant logic (Sync code with original component) 1354a9
-
Fixed Array to FormData serialization when sending ajax request
breezefront/theme-frontend-breeze-evolution#9 ad2583 -
Fixed logout redirect. (Magento 2.4.4-2.4.5 compatibility issue). a0af32
swissup/module-breeze-integrations — 1.2.7 (was 1.2.5)
-