Skip to content

Commit 205b816

Browse files
Version Packages (next)
1 parent 98db9cb commit 205b816

File tree

13 files changed

+135
-22
lines changed

13 files changed

+135
-22
lines changed

.changeset/pre.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,25 @@
1111
"@sumup-oss/cna-template": "6.0.0",
1212
"next-app": "2.0.0"
1313
},
14-
"changesets": []
14+
"changesets": [
15+
"angry-ears-train",
16+
"breezy-suns-impress",
17+
"cyan-knives-drop",
18+
"eight-beers-think",
19+
"gold-lemons-report",
20+
"grumpy-wombats-talk",
21+
"large-shirts-peel",
22+
"lucky-cheetahs-flow",
23+
"metal-sloths-ring",
24+
"nine-wolves-prove",
25+
"poor-ads-hunt",
26+
"rich-icons-pretend",
27+
"rich-monkeys-sneeze",
28+
"sharp-seals-leave",
29+
"silent-moles-guess",
30+
"silent-pots-rule",
31+
"smart-pumas-design",
32+
"spicy-avocados-provide",
33+
"wicked-pants-cough"
34+
]
1535
}

packages/circuit-ui/CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,51 @@
11
# @sumup-oss/circuit-ui
22

3+
## 10.0.0-next.0
4+
5+
### Major Changes
6+
7+
- [#2902](https://github.com/sumup-oss/circuit-ui/pull/2902) [`64faf5e`](https://github.com/sumup-oss/circuit-ui/commit/64faf5e24259baf925f18254e1397f43833bcf78) Thanks [@connor-baer](https://github.com/connor-baer)! - Removed the Calendar component's deprecated `calendar` prop. Support for the `gregory` calendar was removed in v9.4 since it never fully worked.
8+
9+
- [#2914](https://github.com/sumup-oss/circuit-ui/pull/2914) [`c01bb30`](https://github.com/sumup-oss/circuit-ui/commit/c01bb304a920dffdaa2baf7921d7b793f7a8ebf5) Thanks [@sirineJ](https://github.com/sirineJ)! - Renamed the Popover component to ActionMenu to better reflect its purpose.
10+
11+
- [#2922](https://github.com/sumup-oss/circuit-ui/pull/2922) [`ea6d920`](https://github.com/sumup-oss/circuit-ui/commit/ea6d920ae43be4da2701579f56b9fd15cd435c04) Thanks [@connor-baer](https://github.com/connor-baer)! - Removed the global style reset to improve compatibility with other UI libraries. If your app still requires the reset, [download](https://meyerweb.com/eric/tools/css/reset/) and include it manually.
12+
13+
- [#2947](https://github.com/sumup-oss/circuit-ui/pull/2947) [`e925c3a`](https://github.com/sumup-oss/circuit-ui/commit/e925c3a071a6b6d6412aa94028193907f2198e10) Thanks [@connor-baer](https://github.com/connor-baer)! - Required an accessible name for the SideNavigation's primary link badge to ensure it can be perceived by visually impaired users. The relevant prop has been renamed from `badge.label` to `badge.children` to match the secondary link's badge.
14+
15+
### Minor Changes
16+
17+
- [#2906](https://github.com/sumup-oss/circuit-ui/pull/2906) [`6ad9edb`](https://github.com/sumup-oss/circuit-ui/commit/6ad9edbbdebf89abd26639066687bdb2e87c66cc) Thanks [@sirineJ](https://github.com/sirineJ)! - Removed the deprecated `profileMenu` and `user` props from the TopNavigation component.
18+
19+
- [#2974](https://github.com/sumup-oss/circuit-ui/pull/2974) [`b025cf4`](https://github.com/sumup-oss/circuit-ui/commit/b025cf4cfa9a1a687623d1d23f3daf0283c0db2c) Thanks [@sirineJ](https://github.com/sirineJ)! - Marked the Timestamp component as stable.
20+
21+
```diff
22+
-import { Timestamp } from '@sumup-oss/circuit-ui/experimental';
23+
+import { Timestamp } from '@sumup-oss/circuit-ui';
24+
```
25+
26+
- [#2859](https://github.com/sumup-oss/circuit-ui/pull/2859) [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56) Thanks [@sirineJ](https://github.com/sirineJ)! - Set an explicit minimum version for TypeScript of 4.1 or higher. While this is technically a breaking change, v4.1 was released over 4 years ago, so we don't expect this to break anyone's code. Please let us know if this causes you issues.
27+
28+
- [#2859](https://github.com/sumup-oss/circuit-ui/pull/2859) [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56) Thanks [@sirineJ](https://github.com/sirineJ)! - Refactored the NotificationModal component to use the new Modal component under the hood.
29+
30+
- [#2859](https://github.com/sumup-oss/circuit-ui/pull/2859) [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56) Thanks [@sirineJ](https://github.com/sirineJ)! - Added a new hook `useScrollLock` to disable page scroll on demand.
31+
32+
- [#2859](https://github.com/sumup-oss/circuit-ui/pull/2859) [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56) Thanks [@sirineJ](https://github.com/sirineJ)! - Deprecated the `hideCloseButton` prop in the Modal and NotificationModal components. It had no effect.
33+
34+
- [#2859](https://github.com/sumup-oss/circuit-ui/pull/2859) [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56) Thanks [@sirineJ](https://github.com/sirineJ)! - Added default translations for the Modal and NotificationModal components. The `closeButtonLabel` prop is now optional.
35+
36+
- [#2916](https://github.com/sumup-oss/circuit-ui/pull/2916) [`40ceec5`](https://github.com/sumup-oss/circuit-ui/commit/40ceec53e12096c16f8089edd5591ecbaa6e277d) Thanks [@sirineJ](https://github.com/sirineJ)! - Added a Popover component that displays any given content above other content in a page upon interaction with a triggering element.
37+
38+
- [#2871](https://github.com/sumup-oss/circuit-ui/pull/2871) [`6c6e2ac`](https://github.com/sumup-oss/circuit-ui/commit/6c6e2ac3bc6dd706a2aa6e51eb27ffdd83e90c94) Thanks [@sirineJ](https://github.com/sirineJ)! - Refactored the Modal, Popover, Toggletip, DateInput, SidePanel and SideNavigation components to leverage the internal Dialog component for improved consistency and maintainability.
39+
40+
- [#2859](https://github.com/sumup-oss/circuit-ui/pull/2859) [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56) Thanks [@sirineJ](https://github.com/sirineJ)! - Refactored the Modal component to use the native `dialog` element. The Modal component can now be rendered directly in your JSX (the older `useModal` hook continues to be supported).
41+
42+
### Patch Changes
43+
44+
- [#2860](https://github.com/sumup-oss/circuit-ui/pull/2860) [`3ab5e39`](https://github.com/sumup-oss/circuit-ui/commit/3ab5e39cf1153d5879a7ae2842b56ae5bfc5469c) Thanks [@sirineJ](https://github.com/sirineJ)! - Fixed an issue with simultaneous instances of the `useScrollLock` hook.
45+
46+
- Updated dependencies [[`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56), [`b7ff643`](https://github.com/sumup-oss/circuit-ui/commit/b7ff643cbb1d190d82a164b5116808546241a528)]:
47+
- @sumup-oss/design-tokens@9.0.0-next.0
48+
349
## 9.9.1
450

551
### Patch Changes

packages/circuit-ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sumup-oss/circuit-ui",
3-
"version": "9.9.1",
3+
"version": "10.0.0-next.0",
44
"description": "SumUp's React UI component library",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -68,7 +68,7 @@
6868
"@emotion/jest": "^11.13.0",
6969
"@emotion/react": "^11.14.0",
7070
"@emotion/styled": "^11.14.0",
71-
"@sumup-oss/design-tokens": "^8.2.0",
71+
"@sumup-oss/design-tokens": "^9.0.0-next.0",
7272
"@sumup-oss/icons": "^5.7.0",
7373
"@sumup-oss/intl": "^3.1.0",
7474
"@testing-library/dom": "^10.4.0",
@@ -94,7 +94,7 @@
9494
"@emotion/is-prop-valid": "^1.2.1",
9595
"@emotion/react": "^11.11.0",
9696
"@emotion/styled": "^11.11.0",
97-
"@sumup-oss/design-tokens": ">=8.0.0",
97+
"@sumup-oss/design-tokens": ">=9.0.0-next.0",
9898
"@sumup-oss/icons": ">=5.6.0",
9999
"@sumup-oss/intl": "^3.1.0",
100100
"react": ">=18.0.0 <19.0.0",

packages/design-tokens/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @sumup-oss/design-tokens
22

3+
## 9.0.0-next.0
4+
5+
### Major Changes
6+
7+
- [#2978](https://github.com/sumup-oss/circuit-ui/pull/2978) [`b7ff643`](https://github.com/sumup-oss/circuit-ui/commit/b7ff643cbb1d190d82a164b5116808546241a528) Thanks [@connor-baer](https://github.com/connor-baer)! - Removed the `themePropType` export. Use the `Theme` type instead or (better) migrate to CSS custom properties.
8+
9+
### Minor Changes
10+
11+
- [#2859](https://github.com/sumup-oss/circuit-ui/pull/2859) [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56) Thanks [@sirineJ](https://github.com/sirineJ)! - Added "::backdrop" to the list of selectors to apply theme custom properties to. See https://developer.chrome.com/blog/css-backdrop-inheritance.
12+
313
## 8.2.0
414

515
### Minor Changes

packages/design-tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sumup-oss/design-tokens",
3-
"version": "8.2.0",
3+
"version": "9.0.0-next.0",
44
"description": "Visual primitives such as typography, color, and spacing that are shared across platforms.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.js",

packages/eslint-plugin-circuit-ui/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @sumup-oss/eslint-plugin-circuit-ui
22

3+
## 6.0.0-next.0
4+
5+
### Minor Changes
6+
7+
- [#2914](https://github.com/sumup-oss/circuit-ui/pull/2914) [`c01bb30`](https://github.com/sumup-oss/circuit-ui/commit/c01bb304a920dffdaa2baf7921d7b793f7a8ebf5) Thanks [@sirineJ](https://github.com/sirineJ)! - Added a `no-renamed-components` new ESLint rule to flag and replace renamed components.
8+
9+
### Patch Changes
10+
11+
- [#2974](https://github.com/sumup-oss/circuit-ui/pull/2974) [`b025cf4`](https://github.com/sumup-oss/circuit-ui/commit/b025cf4cfa9a1a687623d1d23f3daf0283c0db2c) Thanks [@sirineJ](https://github.com/sirineJ)! - Updated the `component-lifecycle-imports` ESlint rule to flag imports of the now stable Timestamp component from `@sumup-oss/circuit-ui/experimental`
12+
13+
- Updated dependencies [[`6ad9edb`](https://github.com/sumup-oss/circuit-ui/commit/6ad9edbbdebf89abd26639066687bdb2e87c66cc), [`b025cf4`](https://github.com/sumup-oss/circuit-ui/commit/b025cf4cfa9a1a687623d1d23f3daf0283c0db2c), [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56), [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56), [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56), [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56), [`64faf5e`](https://github.com/sumup-oss/circuit-ui/commit/64faf5e24259baf925f18254e1397f43833bcf78), [`c01bb30`](https://github.com/sumup-oss/circuit-ui/commit/c01bb304a920dffdaa2baf7921d7b793f7a8ebf5), [`ea6d920`](https://github.com/sumup-oss/circuit-ui/commit/ea6d920ae43be4da2701579f56b9fd15cd435c04), [`3ab5e39`](https://github.com/sumup-oss/circuit-ui/commit/3ab5e39cf1153d5879a7ae2842b56ae5bfc5469c), [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56), [`b7ff643`](https://github.com/sumup-oss/circuit-ui/commit/b7ff643cbb1d190d82a164b5116808546241a528), [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56), [`e925c3a`](https://github.com/sumup-oss/circuit-ui/commit/e925c3a071a6b6d6412aa94028193907f2198e10), [`40ceec5`](https://github.com/sumup-oss/circuit-ui/commit/40ceec53e12096c16f8089edd5591ecbaa6e277d), [`6c6e2ac`](https://github.com/sumup-oss/circuit-ui/commit/6c6e2ac3bc6dd706a2aa6e51eb27ffdd83e90c94), [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56)]:
14+
- @sumup-oss/circuit-ui@10.0.0-next.0
15+
- @sumup-oss/design-tokens@9.0.0-next.0
16+
317
## 5.1.1
418

519
### Patch Changes

packages/eslint-plugin-circuit-ui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sumup-oss/eslint-plugin-circuit-ui",
3-
"version": "5.1.1",
3+
"version": "6.0.0-next.0",
44
"description": "ESLint rules to lint Circuit UI.",
55
"keywords": [
66
"sumup",
@@ -31,13 +31,13 @@
3131
"@typescript-eslint/utils": "^7.16.1"
3232
},
3333
"devDependencies": {
34-
"@sumup-oss/design-tokens": "^8.0.0",
34+
"@sumup-oss/design-tokens": "^9.0.0-next.0",
3535
"@tsconfig/node18": "^18.2.4",
3636
"@typescript-eslint/rule-tester": "^7.16.1",
3737
"typescript": "^5.8.2"
3838
},
3939
"peerDependencies": {
40-
"@sumup-oss/circuit-ui": ">=9.0.0",
41-
"@sumup-oss/design-tokens": ">=8.0.0"
40+
"@sumup-oss/circuit-ui": ">=10.0.0-next.0",
41+
"@sumup-oss/design-tokens": ">=9.0.0-next.0"
4242
}
4343
}

packages/stylelint-plugin-circuit-ui/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @sumup-oss/stylelint-plugin-circuit-ui
22

3+
## 4.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56), [`b7ff643`](https://github.com/sumup-oss/circuit-ui/commit/b7ff643cbb1d190d82a164b5116808546241a528)]:
8+
- @sumup-oss/design-tokens@9.0.0-next.0
9+
310
## 3.0.0
411

512
### Major Changes

packages/stylelint-plugin-circuit-ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sumup-oss/stylelint-plugin-circuit-ui",
3-
"version": "3.0.0",
3+
"version": "4.0.0-next.0",
44
"description": "Stylelint rules to lint Circuit UI.",
55
"exports": "./dist/index.js",
66
"type": "module",
@@ -29,13 +29,13 @@
2929
"test": "vitest"
3030
},
3131
"devDependencies": {
32-
"@sumup-oss/design-tokens": "^8.0.0",
32+
"@sumup-oss/design-tokens": "^9.0.0-next.0",
3333
"@tsconfig/node18": "^18.2.4",
3434
"jest-preset-stylelint": "^7.2.0",
3535
"typescript": "^5.8.2"
3636
},
3737
"peerDependencies": {
38-
"@sumup-oss/design-tokens": ">=8.0.0",
38+
"@sumup-oss/design-tokens": ">=9.0.0-next.0",
3939
"stylelint": "^16.16.0"
4040
}
4141
}

templates/astro/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @sumup-oss/astro-template-circuit-ui
22

3+
## 4.0.1-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6ad9edb`](https://github.com/sumup-oss/circuit-ui/commit/6ad9edbbdebf89abd26639066687bdb2e87c66cc), [`b025cf4`](https://github.com/sumup-oss/circuit-ui/commit/b025cf4cfa9a1a687623d1d23f3daf0283c0db2c), [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56), [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56), [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56), [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56), [`64faf5e`](https://github.com/sumup-oss/circuit-ui/commit/64faf5e24259baf925f18254e1397f43833bcf78), [`c01bb30`](https://github.com/sumup-oss/circuit-ui/commit/c01bb304a920dffdaa2baf7921d7b793f7a8ebf5), [`ea6d920`](https://github.com/sumup-oss/circuit-ui/commit/ea6d920ae43be4da2701579f56b9fd15cd435c04), [`3ab5e39`](https://github.com/sumup-oss/circuit-ui/commit/3ab5e39cf1153d5879a7ae2842b56ae5bfc5469c), [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56), [`b7ff643`](https://github.com/sumup-oss/circuit-ui/commit/b7ff643cbb1d190d82a164b5116808546241a528), [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56), [`e925c3a`](https://github.com/sumup-oss/circuit-ui/commit/e925c3a071a6b6d6412aa94028193907f2198e10), [`40ceec5`](https://github.com/sumup-oss/circuit-ui/commit/40ceec53e12096c16f8089edd5591ecbaa6e277d), [`6c6e2ac`](https://github.com/sumup-oss/circuit-ui/commit/6c6e2ac3bc6dd706a2aa6e51eb27ffdd83e90c94), [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56)]:
8+
- @sumup-oss/circuit-ui@10.0.0-next.0
9+
- @sumup-oss/design-tokens@9.0.0-next.0
10+
311
## 4.0.0
412

513
### Major Changes

0 commit comments

Comments
 (0)