Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions .changeset/calm-bulldogs-switch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
"@heroui/use-aria-accordion-item": patch
"@heroui/use-aria-modal-overlay": patch
"@heroui/use-aria-multiselect": patch
"@heroui/use-aria-accordion": patch
"@heroui/autocomplete": patch
"@heroui/number-input": patch
"@heroui/breadcrumbs": patch
"@heroui/date-picker": patch
"@heroui/use-aria-overlay": patch
"@heroui/date-input": patch
"@heroui/pagination": patch
"@heroui/use-aria-button": patch
"@heroui/accordion": patch
"@heroui/input-otp": patch
"@heroui/use-disclosure": patch
"@heroui/use-pagination": patch
"@heroui/aria-utils": patch
"@heroui/calendar": patch
"@heroui/checkbox": patch
"@heroui/dropdown": patch
"@heroui/progress": patch
"@heroui/use-aria-link": patch
"@heroui/use-draggable": patch
"@heroui/divider": patch
"@heroui/listbox": patch
"@heroui/popover": patch
"@heroui/snippet": patch
"@heroui/tooltip": patch
"@heroui/avatar": patch
"@heroui/button": patch
"@heroui/navbar": patch
"@heroui/select": patch
"@heroui/slider": patch
"@heroui/switch": patch
"@heroui/input": patch
"@heroui/modal": patch
"@heroui/radio": patch
"@heroui/table": patch
"@heroui/toast": patch
"@heroui/card": patch
"@heroui/chip": patch
"@heroui/form": patch
"@heroui/link": patch
"@heroui/menu": patch
"@heroui/tabs": patch
"@heroui/user": patch
"@heroui/system-rsc": patch
"@heroui/system": patch
"@heroui/react": patch
---
Comment thread
wingkwong marked this conversation as resolved.

bump react-aria versions
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ export const parseDependencies = (content: string) => {
};

const fixedVersions = {
"@internationalized/date": "3.9.0",
"@react-aria/i18n": "3.12.12",
"@internationalized/date": "3.10.0",
"@react-aria/i18n": "3.12.13",
};
6 changes: 6 additions & 0 deletions apps/docs/content/docs/components/calendar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,12 @@ Here's the example to customize `topContent` and `bottomContent` to have some pr
description: "The day that starts the week.",
default: "-"
},
{
attribute: "selectionAlignment",
type: "start | center | end",
description: "Determines the alignment of the visible months on initial render based on the current selection or current date if there is no selection.",
default: "center"
},
{
attribute: "focusedValue",
type: "DateValue",
Expand Down
36 changes: 18 additions & 18 deletions apps/docs/content/docs/components/date-input.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ in multiple formats into `ZonedDateTime` objects.

<PackageManagers
commands={{
npm: "npm install @internationalized/date@3.9.0",
yarn: "yarn add @internationalized/date@3.9.0",
pnpm: "pnpm add @internationalized/date@3.9.0",
npm: "npm install @internationalized/date@3.10.0",
yarn: "yarn add @internationalized/date@3.10.0",
pnpm: "pnpm add @internationalized/date@3.10.0",
}}
/>

Expand All @@ -129,9 +129,9 @@ in multiple formats into `ZonedDateTime` objects.

<PackageManagers
commands={{
npm: "npm install @internationalized/date@3.9.0 @react-aria/i18n@3.12.12",
yarn: "yarn add @internationalized/date@3.9.0 @react-aria/i18n@3.12.12",
pnpm: "pnpm add @internationalized/date@3.9.0 @react-aria/i18n@3.12.12",
npm: "npm install @internationalized/date@3.10.0 @react-aria/i18n@3.12.13",
yarn: "yarn add @internationalized/date@3.10.0 @react-aria/i18n@3.12.13",
pnpm: "pnpm add @internationalized/date@3.10.0 @react-aria/i18n@3.12.13",
}}
/>

Expand All @@ -153,9 +153,9 @@ in multiple formats into `ZonedDateTime` objects.

<PackageManagers
commands={{
npm: "npm install @internationalized/date@3.9.0",
yarn: "yarn add @internationalized/date@3.9.0",
pnpm: "pnpm add @internationalized/date@3.9.0",
npm: "npm install @internationalized/date@3.10.0",
yarn: "yarn add @internationalized/date@3.10.0",
pnpm: "pnpm add @internationalized/date@3.10.0",
}}
/>

Expand All @@ -177,9 +177,9 @@ in multiple formats into `ZonedDateTime` objects.

<PackageManagers
commands={{
npm: "npm install @internationalized/date@3.9.0 @react-aria/i18n@3.12.12",
yarn: "yarn add @internationalized/date@3.9.0 @react-aria/i18n@3.12.12",
pnpm: "pnpm add @internationalized/date@3.9.0 @react-aria/i18n@3.12.12",
npm: "npm install @internationalized/date@3.10.0 @react-aria/i18n@3.12.13",
yarn: "yarn add @internationalized/date@3.10.0 @react-aria/i18n@3.12.13",
pnpm: "pnpm add @internationalized/date@3.10.0 @react-aria/i18n@3.12.13",
}}
/>

Expand All @@ -200,9 +200,9 @@ in multiple formats into `ZonedDateTime` objects.

<PackageManagers
commands={{
npm: "npm install @internationalized/date@3.9.0",
yarn: "yarn add @internationalized/date@3.9.0",
pnpm: "pnpm add @internationalized/date@3.9.0",
npm: "npm install @internationalized/date@3.10.0",
yarn: "yarn add @internationalized/date@3.10.0",
pnpm: "pnpm add @internationalized/date@3.10.0",
}}
/>

Expand All @@ -223,9 +223,9 @@ in multiple formats into `ZonedDateTime` objects.

<PackageManagers
commands={{
npm: "npm install @internationalized/date@3.9.0",
yarn: "yarn add @internationalized/date@3.9.0",
pnpm: "pnpm add @internationalized/date@3.9.0",
npm: "npm install @internationalized/date@3.10.0",
yarn: "yarn add @internationalized/date@3.10.0",
pnpm: "pnpm add @internationalized/date@3.10.0",
}}
/>

Expand Down
42 changes: 24 additions & 18 deletions apps/docs/content/docs/components/date-picker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ in multiple formats into `ZonedDateTime` objects.

<PackageManagers
commands={{
npm: "npm install @internationalized/date@3.9.0",
yarn: "yarn add @internationalized/date@3.9.0",
pnpm: "pnpm add @internationalized/date@3.9.0",
npm: "npm install @internationalized/date@3.10.0",
yarn: "yarn add @internationalized/date@3.10.0",
pnpm: "pnpm add @internationalized/date@3.10.0",
}}
/>

Expand All @@ -144,9 +144,9 @@ in multiple formats into `ZonedDateTime` objects.

<PackageManagers
commands={{
npm: "npm install @internationalized/date@3.9.0 @react-aria/i18n@3.12.12",
yarn: "yarn add @internationalized/date@3.9.0 @react-aria/i18n@3.12.12",
pnpm: "pnpm add @internationalized/date@3.9.0 @react-aria/i18n@3.12.12",
npm: "npm install @internationalized/date@3.10.0 @react-aria/i18n@3.12.13",
yarn: "yarn add @internationalized/date@3.10.0 @react-aria/i18n@3.12.13",
pnpm: "pnpm add @internationalized/date@3.10.0 @react-aria/i18n@3.12.13",
}}
/>

Expand All @@ -168,9 +168,9 @@ in multiple formats into `ZonedDateTime` objects.

<PackageManagers
commands={{
npm: "npm install @internationalized/date@3.9.0",
yarn: "yarn add @internationalized/date@3.9.0",
pnpm: "pnpm add @internationalized/date@3.9.0",
npm: "npm install @internationalized/date@3.10.0",
yarn: "yarn add @internationalized/date@3.10.0",
pnpm: "pnpm add @internationalized/date@3.10.0",
}}
/>

Expand All @@ -192,9 +192,9 @@ in multiple formats into `ZonedDateTime` objects.

<PackageManagers
commands={{
npm: "npm install @internationalized/date@3.9.0 @react-aria/i18n@3.12.12",
yarn: "yarn add @internationalized/date@3.9.0 @react-aria/i18n@3.12.12",
pnpm: "pnpm add @internationalized/date@3.9.0 @react-aria/i18n@3.12.12",
npm: "npm install @internationalized/date@3.10.0 @react-aria/i18n@3.12.13",
yarn: "yarn add @internationalized/date@3.10.0 @react-aria/i18n@3.12.13",
pnpm: "pnpm add @internationalized/date@3.10.0 @react-aria/i18n@3.12.13",
}}
/>

Expand All @@ -214,9 +214,9 @@ in multiple formats into `ZonedDateTime` objects.

<PackageManagers
commands={{
npm: "npm install @internationalized/date@3.9.0 @react-aria/i18n@3.12.12",
yarn: "yarn add @internationalized/date@3.9.0 @react-aria/i18n@3.12.12",
pnpm: "pnpm add @internationalized/date@3.9.0 @react-aria/i18n@3.12.12",
npm: "npm install @internationalized/date@3.10.0 @react-aria/i18n@3.12.13",
yarn: "yarn add @internationalized/date@3.10.0 @react-aria/i18n@3.12.13",
pnpm: "pnpm add @internationalized/date@3.10.0 @react-aria/i18n@3.12.13",
}}
/>

Expand Down Expand Up @@ -252,9 +252,9 @@ in multiple formats into `ZonedDateTime` objects.

<PackageManagers
commands={{
npm: "npm install @internationalized/date@3.9.0 @react-aria/i18n@3.12.12",
yarn: "yarn add @internationalized/date@3.9.0 @react-aria/i18n@3.12.12",
pnpm: "pnpm add @internationalized/date@3.9.0 @react-aria/i18n@3.12.12",
npm: "npm install @internationalized/date@3.10.0 @react-aria/i18n@3.12.13",
yarn: "yarn add @internationalized/date@3.10.0 @react-aria/i18n@3.12.13",
pnpm: "pnpm add @internationalized/date@3.10.0 @react-aria/i18n@3.12.13",
}}
/>

Expand Down Expand Up @@ -447,6 +447,12 @@ import {I18nProvider} from "@react-aria/i18n";
description: "The day that starts the week.",
default: "-"
},
{
attribute: "selectionAlignment",
type: "start | center | end",
description: "Determines the alignment of the visible months on initial render based on the current selection or current date if there is no selection.",
default: "center"
},
{
attribute: "selectorIcon",
type: "ReactNode",
Expand Down
48 changes: 27 additions & 21 deletions apps/docs/content/docs/components/date-range-picker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ in multiple formats into `ZonedDateTime` objects.

<PackageManagers
commands={{
npm: "npm install @internationalized/date@3.9.0",
yarn: "yarn add @internationalized/date@3.9.0",
pnpm: "pnpm add @internationalized/date@3.9.0",
npm: "npm install @internationalized/date@3.10.0",
yarn: "yarn add @internationalized/date@3.10.0",
pnpm: "pnpm add @internationalized/date@3.10.0",
}}
/>

Expand All @@ -167,9 +167,9 @@ in multiple formats into `ZonedDateTime` objects.

<PackageManagers
commands={{
npm: "npm install @internationalized/date@3.9.0 @react-aria/i18n@3.12.12",
yarn: "yarn add @internationalized/date@3.9.0 @react-aria/i18n@3.12.12",
pnpm: "pnpm add @internationalized/date@3.9.0 @react-aria/i18n@3.12.12",
npm: "npm install @internationalized/date@3.10.0 @react-aria/i18n@3.12.13",
yarn: "yarn add @internationalized/date@3.10.0 @react-aria/i18n@3.12.13",
pnpm: "pnpm add @internationalized/date@3.10.0 @react-aria/i18n@3.12.13",
}}
/>

Expand All @@ -191,9 +191,9 @@ in multiple formats into `ZonedDateTime` objects.

<PackageManagers
commands={{
npm: "npm install @internationalized/date@3.9.0",
yarn: "yarn add @internationalized/date@3.9.0",
pnpm: "pnpm add @internationalized/date@3.9.0",
npm: "npm install @internationalized/date@3.10.0",
yarn: "yarn add @internationalized/date@3.10.0",
pnpm: "pnpm add @internationalized/date@3.10.0",
}}
/>

Expand All @@ -215,9 +215,9 @@ in multiple formats into `ZonedDateTime` objects.

<PackageManagers
commands={{
npm: "npm install @internationalized/date@3.9.0 @react-aria/i18n@3.12.12",
yarn: "yarn add @internationalized/date@3.9.0 @react-aria/i18n@3.12.12",
pnpm: "pnpm add @internationalized/date@3.9.0 @react-aria/i18n@3.12.12",
npm: "npm install @internationalized/date@3.10.0 @react-aria/i18n@3.12.13",
yarn: "yarn add @internationalized/date@3.10.0 @react-aria/i18n@3.12.13",
pnpm: "pnpm add @internationalized/date@3.10.0 @react-aria/i18n@3.12.13",
}}
/>

Expand All @@ -237,9 +237,9 @@ in multiple formats into `ZonedDateTime` objects.

<PackageManagers
commands={{
npm: "npm install @internationalized/date@3.9.0 @react-aria/i18n@3.12.12",
yarn: "yarn add @internationalized/date@3.9.0 @react-aria/i18n@3.12.12",
pnpm: "pnpm add @internationalized/date@3.9.0 @react-aria/i18n@3.12.12",
npm: "npm install @internationalized/date@3.10.0 @react-aria/i18n@3.12.13",
yarn: "yarn add @internationalized/date@3.10.0 @react-aria/i18n@3.12.13",
pnpm: "pnpm add @internationalized/date@3.10.0 @react-aria/i18n@3.12.13",
}}
/>

Expand All @@ -262,9 +262,9 @@ in multiple formats into `ZonedDateTime` objects.

<PackageManagers
commands={{
npm: "npm install @internationalized/date@3.9.0 @react-aria/i18n@3.12.12",
yarn: "yarn add @internationalized/date@3.9.0 @react-aria/i18n@3.12.12",
pnpm: "pnpm add @internationalized/date@3.9.0 @react-aria/i18n@3.12.12",
npm: "npm install @internationalized/date@3.10.0 @react-aria/i18n@3.12.13",
yarn: "yarn add @internationalized/date@3.10.0 @react-aria/i18n@3.12.13",
pnpm: "pnpm add @internationalized/date@3.10.0 @react-aria/i18n@3.12.13",
}}
/>

Expand All @@ -282,9 +282,9 @@ in multiple formats into `ZonedDateTime` objects.

<PackageManagers
commands={{
npm: "npm install @internationalized/date@3.9.0 @react-aria/i18n@3.12.12",
yarn: "yarn add @internationalized/date@3.9.0 @react-aria/i18n@3.12.12",
pnpm: "pnpm add @internationalized/date@3.9.0 @react-aria/i18n@3.12.12",
npm: "npm install @internationalized/date@3.10.0 @react-aria/i18n@3.12.13",
yarn: "yarn add @internationalized/date@3.10.0 @react-aria/i18n@3.12.13",
pnpm: "pnpm add @internationalized/date@3.10.0 @react-aria/i18n@3.12.13",
}}
/>

Expand Down Expand Up @@ -542,6 +542,12 @@ You can customize the `DateRangePicker` component by passing custom Tailwind CSS
description: "The day that starts the week.",
default: "-"
},
{
attribute: "selectionAlignment",
type: "start | center | end",
description: "Determines the alignment of the visible months on initial render based on the current selection or current date if there is no selection.",
default: "center"
},
{
attribute: "autoFocus",
type: "boolean",
Expand Down
6 changes: 6 additions & 0 deletions apps/docs/content/docs/components/range-calendar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,12 @@ Here's the example to customize `topContent` and `bottomContent` to have some pr
description: "The day that starts the week.",
default: "-"
},
{
attribute: "selectionAlignment",
type: "start | center | end",
description: "Determines the alignment of the visible months on initial render based on the current selection or current date if there is no selection.",
default: "center"
},
{
attribute: "focusedValue",
type: "DateValue",
Expand Down
Loading
Loading