Recent Activities

This page shows what are we working on.

swissup / theme-frontend-argentobreeze-business

5 hours ago success

breezefront / theme-frontend-breeze-blank

7 hours ago success
  • head
    • Fixed danger, success, and info background helpers 1a0bc1

    • Equal spacing around breadcrumb separator 04b12b

    • No need to declare inverted brand color by default c0c89e

  • 3.0.0
    • Version 3.0.0 07a928

    • Ability to change border-radius for both list and grid modes 497477

    • Cleanup deprecated variables 57a0a7

    • Use transparent input bg by default
      Works better across whole site: regular forms, modals, slideouts, sections with custom bg 151844

    • Allow configuring columns count for all screen sizes using editor 9c9ad5

    • Allow configuring columns count using theme editor 5469a6

    • No gray bg when using out of stock filter and background on page fafec1

    • Update deprecations ab9f85

    • Get rid of all background-color vars e956db

    • Update deprecations 67882c

    • Reset `@focus-ring__color` in email styles 4e85af

    • Brand colors compatible with evolution theme b71165

    • Brand colors slots for custom themes e930ca

    • Update deprecated variables b407fd

    • Refactor `danger|success|info` colors into components f3646d

    • Prevent overflowed focus ring inside scrollable container a38f2d

    • Allow changing listing item background using theme editor aeeed9

    • Revert latest BC 56027d

    • Allow `:extend()`-ing from `.h1-h6` 42c602

    • Simplify base listing styles 8b0c2d

    • Update deprecated variables 1d60cc

    • Show the actual css values in less variables d19bea

    • Update deprecated classes dc9eca

    • Update deprecated variables 967a78

    • Fixed ability to transform secondary button into primary 676c21

    • Remove `@deprecated__` vars fc0630

    • Improve secondary links color when using `--page-bg` 7b0e85

    • Copy editor from evolution theme eec42f

    • Revert "Transition was skipped error"

      This reverts commit ceb0c464312bda7a8e666579018aef57ec0adffa. 551dc9

    • Transition was skipped error: `view-transition` styles must be in css
      Style moved from breeze module ceb0c4

    • Ability to reuse `--scrollbar-` variables in other modules 668e3f

    • Space-between style for pagebuilder banner 4dcc1f

    • Fixed incorrect color inside nav dropdown when header__dark is used cee0b5

breezefront / module-breeze-theme-editor

7 hours ago success
  • head
    • test(preview): integration tests for CSS selector chain

      Covers full chain from field config to CSS output:
      L1 prepareData → selectorAttr
      L2 render → data-selector in HTML
      L3 extractFieldData → fieldData.selector from DOM
      L4 setVariable + _updateStyles → correct CSS block per selector f38415

    • fix(preview): propagate data-selector to all field templates

      Previous fix stored selector in changes but data-selector attr
      was missing from all HTML templates — extractFieldData always
      read undefined → fell back to :root.

      - base renderer prepareData exposes selectorAttr helper string
      - all 15 field templates emit data-selector via selectorAttr ff1115

    • fix(preview): respect CSS selector in live preview

      Preview always wrote all vars to :root, ignoring the 'selector'
      config field. PHP CssGenerator already groups vars by selector
      correctly — preview now does the same.

      - changes shape: { varName: { value, selector } }
      - _updateStyles groups by selector, emits one block per selector
      - field-renderers emits data-selector attr for non-root fields
      - field-handlers reads data-selector into fieldData
      - _loadFromLocalStorage migrates old flat string entries to new shape
      - palette/font-injected vars hardcoded to :root (correct by design) 55f6ac

  • 1.0.4
    • Version 1.0.4 90b692

    • fix: add missing suggestPublicationTitle, test real module instead of local mirrors bbbc9c

swissup / ajaxsearch

7 hours ago success

swissup / module-ajaxsearch

7 hours ago success

swissup / theme-frontend-swissuplabs

8 hours ago success

swissup / geoip

8 hours ago success

swissup / module-geoip

8 hours ago success

swissup / ribbon-print

12 hours ago success
  • 0.1.3
    • Adjusted desktop style, Version 0.1.3 f62245

  • 0.1.2
    • Version 0.1.2 8f29be

    • Added styles for flags on mobile ae86cd

    • Update README with composer installation command

      Add installation instructions for ribbon-print package 83ecdf

    • Add installation instructions for ribbon-print b01bc7

    • Update package name in composer.json to swissup/ribbon-print a0bcaa

swissup / module-seo-xml-sitemap

1 day ago success
  • head
    • Feature/product min lastmod (#6)

      * Refactor Category plugin for improved type safety and code clarity. Drop Magento2.1.x support.

      * Add product options configuration and date handling in admin settings

      * Add forced minimal lastmod date handling for products in sitemap

      * Refactor Category plugin to use Helper for image include policy retrieval

      * Add strict types and improve type safety in Data helper methods

      * Refactor XML configuration for sitemap settings by modularizing into separate files for categories, pages, other links, and advanced settings.

      * Address Copilot comments 1fc7bc

    • Address Copilot comments f7bf57

    • Refactor XML configuration for sitemap settings by modularizing into separate files for categories, pages, other links, and advanced settings. 55e24f

    • Add strict types and improve type safety in Data helper methods 782f41

    • Refactor Category plugin to use Helper for image include policy retrieval 386e7d

    • Add forced minimal lastmod date handling for products in sitemap e69cb2

    • Add product options configuration and date handling in admin settings 372385

    • Refactor Category plugin for improved type safety and code clarity. Drop Magento2.1.x support. d7935f