Recent Activities
This page shows what are we working on.
-
1.1.42
-
Version 1.1.42 865342
-
perf: skip categories request on search, memoize GraphQL responses
Skip loadCategories() when search is active — results span all categories
so category IDs filter is unnecessary. Saves one GraphQL round-trip per
search keystroke.
Memoize loadCategories() — result is stable per page load, no need to
re-fetch when user clears search and categories view restores.
Memoize loadFaqs() by cache key: search|categoryIds|page|pageSize — same
query params return same data, so repeated calls (e.g. type/clear/type)
hit cache instead of network.
Fix inline event handler order: set search = e.target.value before calling
loadData() so _doLoadData reads correct search value synchronously.
Result: search input → 1 request (faqs only). Clear search → 0 requests
(both categories and faqs from cache). 3a2b32 -
fix: restore search input reactivity in Breeze compatibility mode
Replace textInput: with value + valueUpdate + explicit event binding.
Root cause: Breeze uses KO-ES5 plugin (ko.track) for reactive properties.
KO textInput binding calls eb() to write back, which requires ko.observable()
or _ko_property_writers. ES5 tracked props have neither, so textInput
could not write back the value.
Additionally, listens: { search: loadData } subscribed via _on() (custom
event bus) because search = '' (falsy) at init time, bypassing ko.getObservable
subscription path in Breeze component-ui.js:on().
Fix: value: updates ES5 setter on blur, valueUpdate: input makes it fire
on every keystroke, event: {input: loadData} explicitly triggers loadData
so debounce fires correctly regardless of listens subscription path. 41a95a
-
-
1.1.41
-
head
-
Prevent news retrieval after each cache flush ac96b7
-
-
head
-
Review pages are broken #41 38a0bb
-
Add Category Thumbnail e5bd43
-
fix loadHtml b08bb3
-
fix product short description b6df76
-
Order Page. Fix button pay plan 1ae1df
-
Widget Plans Order. Add to Cart Button. 323079
-
Fix Code Style a725f9
-
Fix Code Style fd823c
-
Add Patch Fix Product short_description be95ed
-
Add Widget Order Plans #6 229d8c
-
Add Patch Change Attribute magento_release_notes 58799d
-
Fix PHP Stan 9f9a8e
-
init cad9ea
-
-
head
-
Order button for free products (mini fix) #40 87e464
-
Reorder still have error #38 66cbc1
-
Blog page remove titlle #39 9e03c9
-
Order button for free products #40 2831a7
-
Update styles Home & Agency Page. Add Recent Blog Posts #35 #36 #37 a29f7c
-
Update some styles on home page and add block articles #35 dffda5
-
Improve deploye page #31 38f82d
-
Subscribed product link open in new window #32 37c6b1
-
Add tesimonials block #30 7c460a
-
Remove reorder link #34 445085
-
Improve deployer page #31 4898e2
-
Subscribed product tab #32 740b52
-
Add tesimonials block #30 cd8795
-
Home page changes #27 20711b
-
Labels position on product page #29 914a75
-
Home page changes #27 bc7c63
-
Category page 1 layout non anchor categories #21 e216e6
-
Text styles #28 19ac5a
-
Category page 1 layout #21 05d281
-
Category page 1 layout Fix Code Style #21 8d1f9c
-
Category page 1 layout #21 2665e3
-
Blog one column with limite #26 c03a50
-
Category page 1 layout #21 21fdab
-
Code style for blog page #13 6f22a1
-
Improve styling of reviews show label #20 0308d7
-
Improve questions design #15 fca7fb
-
Customer menu is shown in header as link when you are loged in as customer. #14 e045b6
-
Code style for blog page #13 cbbfaf
-
Contact Page Small Images & Fix Code Style 7356ee
-
Improve contact page #18 286b6d
-
Fix Code Style 281f2b
-
Fix Code Style b0b030
-
Fix Brand Style 763939
-
Features Improve image position on mobile #17 8d3cce
-
Improve review poisition on mobile #16 ef3b16
-
Replace logos on home page #22 e8bbf3
-
Improve styling of reviews #20 843e5c
-
Year from 2025 to 2026 #19 6703bf
-
Replace logos on home page #22 62480b
-
Moved search field a bit down #11 a30b61
-
Improve search #11 72dfb1
-
Mobile header improve #10 e8bc3f
-
Improve red element on product page #4 344dbd
-
Remove recently viewed & compare 934035
-
Improve red element on product page #4 8a7342
-
Fix 695480
-
Order page create #6 52fa24
-
Style Release Notes 369993
-
Improve styles for product page description #9 b5aae0
-
Product Feature. Add icon arrow. 92261d
-
Blog Update page title styling #7 d2485a
-
Style Features a1fee5
-
Blog Page. Update styling #7 fa2c92
-
Deployer page #1 711183
-
Account page. Remove unused menu items #8 6efcbc
-
-
1.8.4
-
1.8.3
-
Version 1.8.3 d53e5b
-
Configurable search field to allow to quickly find the option (#39) eda575
-
Added translation for "No results found" 50c869
-
Configurable search field (disabled by default) daffa6
-
Breeze integration 2f866a
-
Fixed to work nicely with "Group by letter" config ea6c22
-
Transform js into component 901529
-
Add translation d1e420
-
Move styles to css 074dd5
-
Script to data-mage-init 5047aa
-
Attributepages: Added search 78b8df
-
-
1.1.23
-
1.1.22
-
1.6.16
-
Version 1.6.16 15a105
-
-
1.8.3
-
Version 1.8.3 ed5f69
-