Skip to content

Releases: sumup-oss/circuit-ui

@sumup-oss/[email protected]

19 Aug 15:30
f6c5304
Compare
Choose a tag to compare
Pre-release

Major Changes

  • #2648 f583d05 Thanks @connor-baer! - Renamed the package scope from @sumup to @sumup-oss. Replace @sumup/design-tokens with @sumup-oss/design-tokens in your package.json file, then update all imports:

    -import '@sumup/design-tokens/light.css';
    +import '@sumup-oss/design-tokens/light.css';

    Circuit UI's ESLint plugin offers the renamed-package-scope rule to automate updating the package imports.

@sumup-oss/[email protected]

19 Aug 15:30
f6c5304
Compare
Choose a tag to compare
Pre-release

Major Changes

  • #2648 f583d05 Thanks @connor-baer! - Upgraded to @sumup-oss/intl v2. If your app also depends on @sumup-oss/intl (previously called @sumup/intl), you need to upgrade it as well.

  • #2306 8be7f3b Thanks @connor-baer! - Deprecated the InputElement interface and narrowed the Input's element type to HTMLInputElement and the TextArea's element type to HTMLTextAreaElement. This affects refs and event handlers.

  • #2648 f583d05 Thanks @connor-baer! - Renamed the package scope from @sumup to @sumup-oss. Replace @sumup/circuit-ui with @sumup-oss/circuit-ui in your package.json file, then update all imports:

    -import { Button } from '@sumup/circuit-ui';
    +import { Button } from '@sumup-oss/circuit-ui';

    Circuit UI's ESLint plugin offers the renamed-package-scope rule to automate updating the package imports.

Patch Changes

@sumup/[email protected]

14 Aug 12:58
fb5312e
Compare
Choose a tag to compare

Minor Changes

  • #2649 2ced130 Thanks @ituraj! - Added Expenses icon in size 24. Added ReceiptSmart and ReceiptUnreviewed in size 24. Updated ReceiptAttached and ReceiptMissing in size 24.

@sumup/[email protected]

12 Aug 12:29
c337cfe
Compare
Choose a tag to compare

Patch Changes

@sumup/[email protected]

08 Aug 16:01
c3e196d
Compare
Choose a tag to compare

Major Changes

  • #2615 985f647 Thanks @connor-baer! - Use default parameters for default props rather than statically assigning them as defaultProps. This silences React 18.3's warning about defaultProps being deprecated and enables tree shaking the icon components (which is prevented if they have static assignments).

Minor Changes

@sumup/[email protected]

08 Aug 16:01
c3e196d
Compare
Choose a tag to compare

Minor Changes

  • #2642 d53ccb1 Thanks @connor-baer! - Switched the ImageInput's button variant from primary to secondary to improve its appearance on dark backgrounds.

@sumup/[email protected]

01 Aug 11:11
0d40401
Compare
Choose a tag to compare

Minor Changes

  • 19ae1cb Thanks @matoous! - Added the Accessibility (24px), Battery (16px), BatteryAlert (16px & 24px), ColorCorrection (24px), ColorInversion (24px), Language (24px), NoSim (24px), PrintFailed (16px & 24px), Upgrade (16px & 24px) and Volume (24px) icons.

@sumup/[email protected]

01 Aug 11:11
ee5e663
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • 9778b38 Thanks @connor-baer! - Added the Accessibility (24px), Battery (16px), BatteryAlert (16px & 24px), ColorCorrection (24px), ColorInversion (24px), Language (24px), NoSim (24px), PrintFailed (16px & 24px), Upgrade (16px & 24px) and Volume (24px) icons.

@sumup/[email protected]

01 Aug 11:11
ee5e663
Compare
Choose a tag to compare
Pre-release

Patch Changes

@sumup/[email protected]

19 Jul 15:30
325e4a2
Compare
Choose a tag to compare

Patch Changes

  • #2613 a1f877a Thanks @connor-baer! - Matched the interactive variants of the fg-normal, fg-subtle, fg-on-strong, and fg-on-strong-subtle color tokens to their default values.