Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): update breaking changes section #4905

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
8 changes: 6 additions & 2 deletions apps/docs/content/blog/v2.7.0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,12 @@ We're building an exciting new application that will revolutionize frontend deve
## Breaking Changes

- Renamed `wrapper` slot to `tabWrapper` in Tabs component
- Deprecated `dateInputClassNames` in favor of new styling approach
- Replaced directional terms `left` & `right` with `start` & `end` for better RTL support
- Deprecated `dateInputClassNames` in favor of new styling approach. The existing styles can be moved to `classNames` instead.
- Replaced directional terms `left` & `right` with `start` & `end` for better RTL support.
- `ListboxItem`, `SelectItem` & AutocompleteItem no longer accept a `value` prop.
- Spinner component is no longer a server component. If you are using global import, you need to add `use client` directive.
- For those users using `@internationalized/date`, please bump to `3.7.0` to avoid incompatibility errors.
- For those users using `@react-aria/i18n`, please bump to `3.12.5` to avoid incompatibility errors.

## Release Changes

Expand Down