mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
chore(docs): update breaking changes section (#4905)
This commit is contained in:
parent
7da53c4c5b
commit
d69f5fbaf9
@ -286,8 +286,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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user