Skip to content

v2.4.3

No due date 80% complete
### πŸ“š Documentation

- Removed unnecessary iframe-examples files from the code base by @kuri-sun in [PR #3269](https://github.com/nextui-org/nextui/pull/3269)
- Sorted component routes alphabetically by @wingkwong in [PR #3328](https://github.com/nextui-org/nextui/pull/3328)
- Improved installation guides by @wingkwong in [PR #3274](https://github.com/nex…
### πŸ“š Documentation

- Removed unnecessary iframe-examples files from the code base by @kuri-sun in [PR #3269](https://github.com/nextui-org/nextui/pull/3269)
- Sorted component routes alphabetically by @wingkwong in [PR #3328](https://github.com/nextui-org/nextui/pull/3328)
- Improved installation guides by @wingkwong in [PR #3274](https://github.com/nextui-org/nextui/pull/3274)
- Added `customEmptyContent` example to autocomplete page by @wingkwong in [PR #3294](https://github.com/nextui-org/nextui/pull/3294)


### πŸ› Fixes

- Fixed Popover on scroll by @wingkwong in [PR #3414](https://github.com/nextui-org/nextui/pull/3414)
- Fixed issue where the date picker would close immediately after pressing the selector button by @wingkwong in [PR #3283](https://github.com/nextui-org/nextui/pull/3283)
- Fixed default image height issue by @wingkwong in [PR #3327](https://github.com/nextui-org/nextui/pull/3327)
- Fixed dialog focus behaviour by @wingkwong in [PR #3311](https://github.com/nextui-org/nextui/pull/3311)
- Fixed incorrect year in `showMonthAndYearPickers` with locale by @wingkwong in [PR #3331](https://github.com/nextui-org/nextui/pull/3331)
- Fixed disable button picker in calendar if `isDisabled` is true by @wingkwong in [PR #3358](https://github.com/nextui-org/nextui/pull/3358)
- Fixed avatar icon not shown in User component by @wingkwong in [PR #3387](https://github.com/nextui-org/nextui/pull/3387)
- Fixed select closing issue after pressing selector button by @wingkwong in [PR #3374](https://github.com/nextui-org/nextui/pull/3374)
- Fixed variants for nested accordions by @wingkwong in [PR #3291](https://github.com/nextui-org/nextui/pull/3291)
- Fixed remove extra disableAnimation prop in getImageProps by @wingkwong in [PR #3260](https://github.com/nextui-org/nextui/pull/3260)
- Fixed extendVariants with defaultVariants by @wingkwong in [PR #3299](https://github.com/nextui-org/nextui/pull/3299)
- Fixed input with file type by @wingkwong in [PR #3268](https://github.com/nextui-org/nextui/pull/3268)
- Fixed missing import of `HiddenSelect` and `UseSelectProps` by @ryo-manba in [PR #3368](https://github.com/nextui-org/nextui/pull/3368)
- Fixed date-picker width clipping issue on zoom by @abhinandan-verma and @ryo-manba in [PR #3368](https://github.com/nextui-org/nextui/pull/3368)
- Fixed input field clearing error in `DateRangePicker` by @ryo-manba in [PR #3409](https://github.com/nextui-org/nextui/pull/3409)
- Fixed cursor navigation within text fields in the Accordion component by @ryo-manba in [PR #3419](https://github.com/nextui-org/nextui/pull/3419)
- Fixed radio input not correctly referencing the description by @ryo-manba in [PR #3301](https://github.com/nextui-org/nextui/pull/3301)
- Fixed calendar props on the date-range-picker component by @jrgarciadev in [PR #3258](https://github.com/nextui-org/nextui/pull/3258)
- Fixed missing `dividerProps` to Divider by @chirokas in [PR #3392](https://github.com/nextui-org/nextui/pull/3392)
- Fixed `useScrollPosition` hook to properly clear the throttle timeout when setting a new timeout by @pratyush3124
 in [PR #3315](https://github.com/nextui-org/nextui/pull/3315)
- Fixed selected background color from striped background color by @sjoerdvanBommel in [PR #3221](https://github.com/nextui-org/nextui/pull/3221)
- Fixed custom with class names storybook styles by @ankitts in [PR #3344](https://github.com/nextui-org/nextui/pull/3344)
- Fixed onSelectionChange type by @winchesHe in [PR #3336](https://github.com/nextui-org/nextui/pull/3336)
- Fixed TSC errors by @winchesHe in [PR #3362](https://github.com/nextui-org/nextui/pull/3362)

### ✨ Enhancements
- Updated linting rules and scripts in configuration files by @winchesHe in [PR #3354](https://github.com/nextui-org/nextui/pull/3354)
- Updated the `@react-aria/i18n` library to version `3.11.1` for improved internationalization support by @deval2498 in [PR #3339](https://github.com/nextui-org/nextui/pull/3339)

### πŸ”§ Chore
- Updated GitHub Actions to use the latest versions by @wingkwong in [PR #3317](https://github.com/nextui-org/nextui/pull/3317)
- Revised Bug Report Template by @wingkwong in [PR #3281](https://github.com/nextui-org/nextui/pull/3281)
- Removed `autoCapitalize` to prevent Firefox warning by @ryo-manba in [PR #3376](https://github.com/nextui-org/nextui/pull/3376)
- Added accessible names to the end icons in Input and Chip components by @ryo-manba in [PR #3300](https://github.com/nextui-org/nextui/pull/3300)
Loading