Recent Activities
This page shows what are we working on.
-
head
-
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
-
-
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
-
-
head
-
1.1.30
-
head
-
1.0.46
-
head
-
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.7.10
-
Version 1.7.10 8689f7
-
Do not remove question when pressing "Enter" in grid filter
This fix adds `type="button"` to prevent "click" event on form submit.
Closes #34 2edf7a -
Fixed php error when data is saved in old (unparseable) format bfe01b
-
Fixed not working FAQ widget e0ce61
-
Remove unused namespace a0b1c8
-
Refactor data handling in Questions and Faq classes to use base64 encoding for JSON storage (#37) 09b99b
-
Allow multiple Day of Week with same value for opening hours config does not (close #36) eaf5d5
-
Fix mcs escape warnings d256ef
-
-
1.7.9
-
head
-
0.7.4
-
1.34.1
-
1.34.0
-
Version 1.34.0 254102
-
Hyva: prefetch is now properly takes jsbuild from fallback theme fd96b7
-
Fixed missing fcbuild-all.js 1ba41a
-
Allow using paths in the prefetch config:
Example to include two files:
Swissup_Firecheckout/js/view/additional-content
Swissup_Firecheckout/js/view/place-order a49cec -
Hyva compatible prefetch feature. Closes #100 7f207d
-