Skip to content

Releases: commercetools/merchant-center-application-kit

v22.19.0

29 Feb 11:38
ea2dccd
Compare
Choose a tag to compare

@commercetools-backend/[email protected]

@commercetools-backend/[email protected]

@commercetools-backend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Minor Changes

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Minor Changes

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

Minor Changes

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Minor Changes

  • #3414 dc2b492db Thanks @kark! - Update all App-kit components to support the upcoming new colour scheme

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

Read more

v22.18.0

23 Feb 10:09
6d55ed8
Compare
Choose a tag to compare

@commercetools-backend/[email protected]

@commercetools-backend/[email protected]

@commercetools-backend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Minor Changes

  • #3413 16de26adb Thanks @CarlosCortizasCT! - We've updated the title property type of dialog components (InfoDialog, FormDialog and ConfirmationDialog) to be a ReactNode instead of string values.
    This change is intended to enable consumers to define the title of the dialogs as a React component, thus allowing to support more use cases.

    Furthermore, given that the title property was also used as the accessible title of the dialogs (aria-label) and a ReactNode cannot be used for that, we're introducing a new aria-label property to address the accessibility requirement.
    The aria-label property is therefore required when the title property is not of type string.

    Example:

    import { InfoDialog } from '@commercetools-frontend/application-components';
    import Text from '@commercetools-uikit/text';
    import SpacingsInline from '@commercetools-uikit/spacings-inline';
    
    const CustomTitle = (
      <SpacingsInline scale="xl">
        <Text.Body>Taxes applied to order:</Text.Body>
        <Text.Body isBold>123456</Text.Body>
      </SpacingsInline>
    );
    
    <InfoDialog
      title={<CustomTitle />}
      aria-label={intl.formatMessage(messages.title)}
      isOpen={true}
      onClose={() => {}}
    >
      <p>Content</p>
    </InfoDialog>;

    There might be situations where you want to have a custom title but use the same styles the default title text has.
    For this scenario, the dialog components now export a new property called TextTitle which is a React component you can use to wrap your custom title text in order to apply the default title styles.

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

Read more

v22.17.2

15 Feb 09:32
98cffd1
Compare
Choose a tag to compare

@commercetools-backend/[email protected]

@commercetools-backend/[email protected]

@commercetools-backend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

v22.17.1

07 Feb 18:15
60ac1a4
Compare
Choose a tag to compare

@commercetools-backend/[email protected]

@commercetools-backend/[email protected]

@commercetools-backend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

v22.17.0

01 Feb 13:51
4a38eb5
Compare
Choose a tag to compare

@commercetools-backend/[email protected]

Minor Changes

@commercetools-backend/[email protected]

Minor Changes

@commercetools-backend/[email protected]

Minor Changes

@commercetools-frontend/[email protected]

Minor Changes

Patch Changes

@commercetools-frontend/[email protected]

Minor Changes

Patch Changes

@commercetools-frontend/[email protected]

Minor Changes

Patch Changes

@commercetools-frontend/[email protected]

Minor Changes

Patch Changes

@commercetools-frontend/[email protected]

Minor Changes

Patch Changes

@commercetools-frontend/[email protected]

Minor Changes

@commercetools-frontend/[email protected]

Minor Changes

@commercetools-frontend/[email protected]

Minor Changes

@commercetools-frontend/[email protected]

Minor Changes

Read more

v22.15.1

11 Jan 08:14
5621be6
Compare
Choose a tag to compare

@commercetools-backend/[email protected]

Patch Changes

@commercetools-backend/[email protected]

@commercetools-backend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

v22.15.0

08 Jan 09:09
16435c5
Compare
Choose a tag to compare

@commercetools-backend/[email protected]

@commercetools-backend/[email protected]

@commercetools-backend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Minor Changes

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

Read more

v22.14.3

14 Dec 10:37
3296632
Compare
Choose a tag to compare

@commercetools-backend/[email protected]

@commercetools-backend/[email protected]

@commercetools-backend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

v22.14.2

13 Dec 10:43
818365a
Compare
Choose a tag to compare

@commercetools-backend/[email protected]

@commercetools-backend/[email protected]

@commercetools-backend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

v22.14.1

08 Dec 08:22
5611ee6
Compare
Choose a tag to compare

@commercetools-backend/[email protected]

@commercetools-backend/[email protected]

@commercetools-backend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]

Patch Changes

@commercetools-frontend/[email protected]