Recent Activities

This page shows what are we working on.

breezefront / module-breeze

54 minutes ago success
  • head
    • Fixed a11y error. #75 757c8b

    • Show alert in console when slide width is 0. #83 93ce68

    • BC: initialize slider when it becomes visible only. 88625a

  • 2.22.3
    • Version 2.22.3 79f515

    • Replace deprecated "names" with "export" 40d130

    • Speedup registering the `window.` components when bundle is enabled
      Used in Algolia integration 262f5e

    • Allow using Luma-based components inside bundle.

      Usage:
      ```xml
      <item name="algoliaAutocomplete" xsi:type="array">
      <item name="path" xsi:type="string">Algolia_AlgoliaSearch/js/autocomplete</item>
      <item name="anonymous" xsi:type="boolean">true</item>
      </item>
      ``` f6cf1b

    • Fixed error when passing success and error callbacks to the `require` 3359a1

breezefront / module-breeze-bss-simple-detail-configurable

1 day ago error

breezefront / breeze

6 days ago success

breezefront / module-breeze-algoliasearch

6 days ago failure

breezefront / module-breeze-weltpixel-ga4

6 days ago success

breezefront / breeze-evolution

1 week ago success

breezefront / theme-frontend-breeze-evolution

1 week ago success

breezefront / breeze-blank

1 week ago success

breezefront / theme-frontend-breeze-blank

1 week ago success
  • head
  • 2.11.1
    • Version 2.11.1 cae63e

    • New variable: `brand__hover__color` d738cb

    • Remove unwanted background from slider dots f5a102

    • Ability to change button styles using hode css props:
      --button-hover-bg
      --button-secondary-hover-bg 13eef1

    • Sync icon color with secondary actions when abs position is used 39d81d

    • Fixed invalid values passed to `rgba()` function cd3de9

    • Fix broken secondary button styles after last change 19034a

    • Ability to change hovered button background using css props.

      New css props for rgb colors: --brand-hover-color, --button-hover-bg 75a100