Skip to content

Commit 6000704

Browse files
Version Packages (next)
1 parent c15abee commit 6000704

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
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",
@@ -33,6 +34,7 @@
3334
"hip-weeks-happen",
3435
"hot-toys-compare",
3536
"itchy-geckos-protect",
37+
"large-adults-dance",
3638
"late-books-attack",
3739
"late-feet-attack",
3840
"lazy-icons-beg",
@@ -52,6 +54,7 @@
5254
"tall-sheep-provide",
5355
"tasty-pugs-sort",
5456
"thirty-lions-yawn",
57+
"tiny-jars-knock",
5558
"tiny-suits-smile",
5659
"wise-emus-count",
5760
"yellow-moose-push"

packages/circuit-ui/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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+
- [#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.
10+
11+
- [#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.
12+
313
## 9.0.0-next.3
414

515
### 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",

0 commit comments

Comments
 (0)