Skip to content

Commit 2f366ce

Browse files
Version Packages (next)
1 parent a1448ad commit 2f366ce

File tree

5 files changed

+35
-2
lines changed

5 files changed

+35
-2
lines changed

.changeset/pre.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,18 @@
2424
"five-elephants-travel",
2525
"flat-steaks-itch",
2626
"fluffy-lobsters-sin",
27+
"four-geckos-complain",
2728
"friendly-falcons-turn",
2829
"gold-worms-worry",
2930
"great-kiwis-compare",
3031
"grumpy-coins-sip",
3132
"heavy-chairs-repeat",
33+
"hip-comics-agree",
3234
"hip-spies-lick",
3335
"hip-weeks-happen",
3436
"hot-toys-compare",
3537
"itchy-geckos-protect",
38+
"large-adults-dance",
3639
"late-books-attack",
3740
"late-feet-attack",
3841
"lazy-icons-beg",
@@ -52,8 +55,10 @@
5255
"tall-sheep-provide",
5356
"tasty-pugs-sort",
5457
"thirty-lions-yawn",
58+
"tiny-jars-knock",
5559
"tiny-suits-smile",
5660
"wise-emus-count",
61+
"witty-rabbits-collect",
5762
"yellow-moose-push"
5863
]
5964
}

packages/circuit-ui/CHANGELOG.md

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

3+
## 9.0.0-next.4
4+
5+
### Major Changes
6+
7+
- [#2741](https://github.com/sumup-oss/circuit-ui/pull/2741) [`1251f90`](https://github.com/sumup-oss/circuit-ui/commit/1251f90a4befc09a6b62fdd0f57e4e7cb9356b66) Thanks [@connor-baer](https://github.com/connor-baer)! - Changed the `PlainDateRange` type from a tuple to an object with `start` and `end` properties. This affects the Calendar component's `selection` prop. Use the new `updatePlainDateRange` helper function to update a date range when a user selects a date.
8+
9+
- [#2731](https://github.com/sumup-oss/circuit-ui/pull/2731) [`a4b5d2c`](https://github.com/sumup-oss/circuit-ui/commit/a4b5d2c95abd93afe7da3aa877172782f4f52e48) Thanks [@sirineJ](https://github.com/sirineJ)! - Marked the `ColorInput` and `PhoneNumberInput` components as stable. Update the related imports:
10+
11+
```diff
12+
- import { ColorInput, type ColorInputProps } from '@sumup-oss/circuit-ui/experimental';
13+
+ import { ColorInput, type ColorInputProps } from '@sumup-oss/circuit-ui';
14+
```
15+
16+
```diff
17+
- import { PhoneNumberInput, type PhoneNumberInputProps } from '@sumup-oss/circuit-ui/experimental';
18+
+ import { PhoneNumberInput, type PhoneNumberInputProps } from '@sumup-oss/circuit-ui';
19+
```
20+
21+
- [#2677](https://github.com/sumup-oss/circuit-ui/pull/2677) [`4a2f1a6`](https://github.com/sumup-oss/circuit-ui/commit/4a2f1a6635c8d818d3774ff16b234141e5875285) Thanks [@connor-baer](https://github.com/connor-baer)! - Removed the legacy RangePicker, RangePickerController, SingleDayPicker, CalendarTag, and CalendarTagTwoStep components. Use the updated DateInput component instead.
22+
23+
- [#2645](https://github.com/sumup-oss/circuit-ui/pull/2645) [`4f11234`](https://github.com/sumup-oss/circuit-ui/commit/4f11234159c1aa25d12d3e7521371d4e1a2bb6b9) Thanks [@connor-baer](https://github.com/connor-baer)! - Rewrote the DateInput component and replaced the native date input with a custom implementation to improve its usability and accessibility. The component now requires additional localized label props.
24+
325
## 9.0.0-next.3
426

527
### Patch Changes

packages/circuit-ui/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/circuit-ui",
3-
"version": "9.0.0-next.3",
3+
"version": "9.0.0-next.4",
44
"description": "SumUp's React UI component library",
55
"type": "module",
66
"main": "./dist/index.js",

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

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

3+
## 5.0.0-next.5
4+
5+
### Minor Changes
6+
7+
- [#2731](https://github.com/sumup-oss/circuit-ui/pull/2731) [`a4b5d2c`](https://github.com/sumup-oss/circuit-ui/commit/a4b5d2c95abd93afe7da3aa877172782f4f52e48) Thanks [@sirineJ](https://github.com/sirineJ)! - Updated the `component-lifecycle-imports` ESLint rule to handle imports of `ColorInput` and `PhoneNumberInput` as experimental components.
8+
39
## 5.0.0-next.4
410

511
### Minor Changes

packages/eslint-plugin-circuit-ui/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/eslint-plugin-circuit-ui",
3-
"version": "5.0.0-next.4",
3+
"version": "5.0.0-next.5",
44
"description": "ESLint rules to lint Circuit UI.",
55
"keywords": [
66
"sumup",

0 commit comments

Comments
 (0)