Releases: sumup-oss/circuit-ui
@sumup-oss/[email protected]
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 yourpackage.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]
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 theInputElement
interface and narrowed the Input's element type toHTMLInputElement
and the TextArea's element type toHTMLTextAreaElement
. This affectsref
s 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 yourpackage.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
- Updated dependencies [
f583d05
,f583d05
]:- @sumup-oss/[email protected]
- @sumup-oss/[email protected]
@sumup/[email protected]
@sumup/[email protected]
Patch Changes
- #2646
3cdcd69
Thanks @connor-baer! - Removed invalid HTML attributes from the Table component.
@sumup/[email protected]
Major Changes
- #2615
985f647
Thanks @connor-baer! - Use default parameters for default props rather than statically assigning them asdefaultProps
. This silences React 18.3's warning aboutdefaultProps
being deprecated and enables tree shaking the icon components (which is prevented if they have static assignments).
Minor Changes
- #2640
aa230ca
Thanks @Zayebatsu! - AddedGrid
andList
icons in size 24.
@sumup/[email protected]
Minor Changes
- #2642
d53ccb1
Thanks @connor-baer! - Switched the ImageInput's button variant fromprimary
tosecondary
to improve its appearance on dark backgrounds.
@sumup/[email protected]
@sumup/[email protected]
Minor Changes
9778b38
Thanks @connor-baer! - Added theAccessibility
(24px),Battery
(16px),BatteryAlert
(16px & 24px),ColorCorrection
(24px),ColorInversion
(24px),Language
(24px),NoSim
(24px),PrintFailed
(16px & 24px),Upgrade
(16px & 24px) andVolume
(24px) icons.
@sumup/[email protected]
Patch Changes
- Updated dependencies [
9778b38
]:- @sumup/[email protected]
@sumup/[email protected]
Patch Changes
- #2613
a1f877a
Thanks @connor-baer! - Matched the interactive variants of thefg-normal
,fg-subtle
,fg-on-strong
, andfg-on-strong-subtle
color tokens to their default values.