mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
* fix(components): handle RTL in onNext and onPrevious in use-pagination.ts * fix(components): invert forward icon for RTL * fix(hooks): invert pagination logic for RTL * chore(root): add changeset for pagination RTL change * fix(hooks): add isRTL to hook dependency * fix(components): add isRTL to hook dependency * fix(components): incorrect isDisabled logic * refactor(hooks): remove isRTL dependency from paginationRange * chore(deps): add @react-aria/i18n
7 lines
122 B
Markdown
7 lines
122 B
Markdown
---
|
|
"@nextui-org/pagination": patch
|
|
"@nextui-org/use-pagination": patch
|
|
---
|
|
|
|
fixed inversed RTL pagination arrows (#2292)
|