Skip to content

Releases: commercetools/ui-kit

v19.3.1

13 May 11:32
f541656
Compare
Choose a tag to compare

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

Read more

v19.3.0

08 May 08:15
af7d140
Compare
Choose a tag to compare

@commercetools-uikit/[email protected]

Patch Changes

  • #2811 a0626f7 Thanks @CarlosCortizasCT! - Fixes the themedValue helper exported from the useTheme hook so it always return the right-hand side parameter as we now want to always use the "new" themed values.

  • Updated dependencies []:

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Minor Changes

  • #2797 8c0c1c8 Thanks @kterry1! - replace the dataTableManager SelectInput with the new dropDownMenu component

Patch Changes

@commercetools-uikit/[email protected]

Minor Changes

  • #2804 4013cd3 Thanks @CarlosCortizasCT! - We've fixed two issues we had regarding floating menu position when scrolling and its height.

    We're also introducing a new property (menuMaxHeight) which allows consumers to limit the floating panel maximum height.

Patch Changes

Read more

v19.2.0

29 Apr 12:22
a3844a1
Compare
Choose a tag to compare

@commercetools-uikit/[email protected]

Minor Changes

Patch Changes

@commercetools-uikit/[email protected]

Minor Changes

Patch Changes

@commercetools-uikit/[email protected]

Minor Changes

Patch Changes

@commercetools-uikit/[email protected]

Minor Changes

@commercetools-uikit/[email protected]

Minor Changes

Patch Changes

@commercetools-uikit/[email protected]

Minor Changes

Patch Changes

@commercetools-uikit/[email protected]

Minor Changes

Patch Changes

@commercetools-uikit/[email protected]

Minor Changes

Patch Changes

@commercetools-uikit/[email protected]

Minor Changes

Patch Changes

@commercetools-uikit/[email protected]

Minor Changes

Patch Changes

@commercetools-uikit/[email protected]

Minor Changes

Patch Changes

@commercetools-uikit/[email protected]

Minor Changes

Patch Changes

@commercetools-uikit/[email protected]

Minor Changes

Patch Changes

@commercetools-uikit/[email protected]

Minor Changes

Patch Changes

@commercetools-uikit/[email protected]

Minor Changes

Patch Changes

@commercetools-uikit/[email protected]

Minor Changes

Read more

v19.1.0

17 Apr 15:52
96fe379
Compare
Choose a tag to compare

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Minor Changes

  • #2768 c2447db Thanks @CarlosCortizasCT! - Added the new DropdownMenu component which allows to display floating panels to be rendered after clicking a triggering element.

    Example:

    <DropdownMenu
      triggerElement={
        <SecondaryButton label="Filters" iconLeft={<FilterIcon />} />
      }
      menuHorizontalConstraint={6}
      menuPosition="right"
    >
      <SpacingsStack scale="m">
        <Text.Body>Store</Text.Body>
        <CheckboxInput isChecked value="store" onChange={(event) => {}}>
          Canada (FR)
        </CheckboxInput>
      </SpacingsStack>
    </DropdownMenu>

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/date-field@...

Read more

v19.0.0

22 Mar 11:46
4c7fff5
Compare
Choose a tag to compare

Important

This major version DOES NOT include any breaking change.
We published a major version by accident so we don't expect consumers to be affected when updating to this one.
Sorry for the inconveniences.

@commercetools-uikit/[email protected]

Minor Changes

  • #2758 e694890 Thanks @ddouglasz! - This change removes borders and background color from the icon button when in default or disabled state in the new theme

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Major Changes

  • #2758 e694890 Thanks @ddouglasz! - This change removes borders and background color from the icon button when in default or disabled state in the new theme

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch...

Read more

v18.5.0

18 Mar 12:14
716aff9
Compare
Choose a tag to compare

@commercetools-uikit/[email protected]

Minor Changes

  • #2742 96dbded Thanks @kark! - Styling adjustments related to the upcoming new colours schema.

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

@commercetools-uikit/[email protected]

Minor Changes

  • #2742 96dbded Thanks @kark! - Styling adjustments related to the upcoming new colours schema.

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Minor Changes

  • #2742 96dbded Thanks @kark! - Styling adjustments related to the upcoming new colours schema.

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

  • Updated dependencies [96dbded]:
    • @commercetools-uikit/des...
Read more

v18.4.0

11 Mar 17:24
739baa5
Compare
Choose a tag to compare

@commercetools-uikit/[email protected]

Minor Changes

  • #2739 dd36868 Thanks @CarlosCortizasCT! - This package now contains a CSS file with all CSS variables per theme.

    We still support the custom-properties.css file for backwards compatibility, but we now create other files based on each theme using their names as suffix.

    Pattern:

    custom-properties_<theme-name>.css
    

    Example:

    custom-properties_default.css
    

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

...

Read more

v18.3.0

29 Feb 12:18
04e6d62
Compare
Choose a tag to compare

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Minor Changes

  • #2725 75fcd4f Thanks @leventekobor! - We've included a new property in the DateTimeInput and DateTimeField components for consumers to be able to set the default time the calendar will show upon users opening it.

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Minor Changes

Read more

v18.2.0

21 Feb 12:15
a21e7ae
Compare
Choose a tag to compare

@commercetools-uikit/[email protected]

Minor Changes

  • #2720 5518760 Thanks @kark! - Implement updated color scheme across all UI-kit components

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Minor Changes

  • #2720 5518760 Thanks @kark! - Implement updated color scheme across all UI-kit components

Patch Changes

@commercetools-uikit/[email protected]

Minor Changes

  • #2720 5518760 Thanks @kark! - Implement updated color scheme across all UI-kit components

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Minor Changes

  • #2720 5518760 Thanks @kark! - Implement updated color scheme across all UI-kit components

Patch Changes

@commercetools-uikit/[email protected]

Minor Changes

  • #2720 5518760 Thanks @kark! - Implement updated color scheme across all UI-kit components

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

Read more

v18.1.0

14 Feb 14:38
a1dce3a
Compare
Choose a tag to compare

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

@commercetools-uikit/[email protected]

Patch Changes

  • Updated dependencies [78d878c]:
    • @commercetoo...
Read more