Recent Activities
This page shows what are we working on.
-
head
-
Stability fixes to the `slideChange` event c04ea3
-
Cleanup event listeners when destroying slider 37b2b0
-
Automatically include `onscrollend` polyfill when needed d533de
-
Fixed broken methods chaining after `.on('breeze:load|ajax...')` eda302
-
Improve `gallery:slideChange` event so it will fire once per action f54476
-
Compatibility with slider inside gallery. #71 68530f
-
OffsetLeft is undefined for jquery collection d766ec
-
Remove tabstop from thumbnails wrapper (overflow: auto) 95a1a7
-
No need to have :focus styles on elements with tabindex=-1 aea927
-
Do not open gallery when clicking the thumbnails eb6aeb
-
Allow disabling "Skip carousel" link c86f6f
-
Disable keyboard navigation for cloned slides f28abb
-
Hide "Skip gallery" link when gallery is opened 2479e5
-
Do not place target before page title to prevent empty space (gap) a39ced
-
Ability to skip gallery, when expanded mode is used. 42b2d9
-
New gallery events: beforeUpdateData, afterUpdateData 6ab1eb
-
Show focus ring for keyboard activated item only c2d601
-
Fixed invisible (overflowed) outline inside opened gallery ec9f24
-
Remove tabindex from repeated content. Use arrows to view other images. 46ee0e
-
-
2.25.0
-
Version 2.25.0 a66480
-
New method added `.componentAsync()`:
const gallery = await $(selector).componentAsync('gallery'); f7b045 -
Reduce number of slideChange events when using 'next/prev' buttons 670cb9
-
Remove copy-paste 9e3095
-
Allow expanded gallery with stage mode to create carousel on desktop.
See #71 d82bb4 -
Use 1 col for expanded gallery to match modern fashion sites style b3fc71
-
Do not update slider if it's hidden bfd65e
-
A11y fixes 49fc74
-
Added missing `Magento_Checkout/js/empty-cart` cmp. #87 e3d3dd
-
Paypal_Braintree wants full-screen-loader. Add it as dynamic cmp. bd696f
-
Added missing `mage/validation`. #87 106904
-
Do not report about missing components that aren't in use. 7a0504
-
Added missing theme.less file 4e8186
-
Added missing message components.
Magento_Ui/js/model/messageList
Magento_Ui/js/model/messages 153bca -
Additional .then() fixes dec401
-
Ajax `.then()` now receives the data instead of response obj.
This was done to align with jquery: var items = await $.ajax();
See 3ee3d9c49e159641e4d7838a46e6ac2451656b96 c15809 -
Added missing `Magento_Customer/js/model/authentication-popup` cmp c8ce55
-
Fixed not working ajax().catch() after latest commits 0fc7d9
-
Allow using `items = await $.ajax()` - Paypal_Braintree 3ee3d9
-
Fixed .catch().always() chaining in $.ajax - Paypal_Braintree 6b243f
-
Revert "Fixed broken arrow function inside custom tags `<am-ga4>`"
This reverts commit 3a86b7aef53baad7b7548845f33f5ad5e7b530da. 1d2815 -
Fixed broken arrow function inside custom tags `<am-ga4>` 3a86b7
-
'mage/storage' should add base url if not supplied
Fixes error in Amasty_Ga4 3c56bb
-
-
v1.6.0
-
Version v1.6.0 5bec54
-
feat: add outline for radio inputs 4b3458
-
Fix: 'Very low contras' in copyright 676727
-
Fix: Very low contras in header 539794
-
Accessibility Fix: Empty Links e11d65
-
feat: Add static block to bestsellers highlight page f464a6
-
feat: Add static block to new products highlight page 39a103
-
Fix: Unescaped output detected ce2e96
-
Fix prev commit -moz -webkit order in firefox 6f6a81
-
fix qty styles for firefox d86588
-
-
v1.5.1
-
0.1.6
-
Version 0.1.6 603e3c
-
feat: Auto-select single option for wizard steps 87fab2
-
feat: Implement single and multi-select logic for wizard steps dbbb99
-
feat: Add attribute type information to smart wizard steps a1a0c9
-
feat: Add mass action to change next step for options cbc47a
-
feat: Allow creating non-filter steps and options d47f8b
-
fix(smart-wizard-popup): correct handling of selected options on 'next' and 'previous' steps e8f59b
-
-
0.1.5
-
1.3.13
-
1.3.12
-
1.1.31
-
1.1.30
-
1.0.47
-
1.0.46
-
1.0.4
-
Version 1.0.4 c6b250
-
Merge pull request #1 from kraken-chris/master
Add Missing Preference d9ebf2 -
- Maps the interface to its concrete implementation class
- Allows Magento's ObjectManager to properly instantiate the interface
- Required for modules that inject this interface via constructor dependency injection 347b18
-