github-actions
released this
15 Sep 12:04
·
36 commits
to canary
since this release
What's Changed
π Fixes
- fix(dropdown): respect closeOnSelect prop on DropdownItem by @gtoxlili and @wingkwong in #2598
- fix(system-rsc): missing
StringToBoolean<keyof V[K]>[]
by @wingkwong in #3559 - fix(modal): modal position when keyboard appears by @wingkwong in #3691
- fix(utilities): gregorian year offset for persian by @wingkwong in #3691
- fix(theme): double click issue on checkbox, toggle and radio by @awesome-pro in #3552
- fix(theme): make skeleton invisible after data loaded by @chirokas in #3217
- fix(autocomplete): ignore pointer events when the clear button is hidden by @chirokas in #3000
- fix(autocomplete): highlight item in AutocompleteSection during keyboard navigation by @chirokas in #3726
- fix(link): deprecated onClick warning on using onPress by @awesome-pro and @wingkwong in #3569
- fix(navbar): allow height prop to accept number type and fix broken menu by @FacundoTenuta in #3601
- fix(calendar): arrows changing order when html has
dir="rtl"
by @ameybh in #3656 - fix(input): prevent clearable when input is readonly by @wingkwong in #3643
- fix(hooks): ensure exposed functions wrap by useCallback by @AnYiEE in #3607
- fix(select): prevent select from closing instantly when clicking on label of select by @sohan01fw in #3568
- fix(theme): color discrepancy in select by @macci001 in #3663
- fix(theme): card shadow clipping when inside listbox item by @awesome-pro in #3486
- fix(input): add hover and focus to input when label placement is outside-left by @ShrinidhiUpadhyaya in #2958
- fix(theme): use data-hover instead of hover (#2110) by @black197 in #2110
- fix(system): missing useHref logic by @wingkwong in #2943
- fix(select): missing onChange when there are more than 300 items by @wingkwong in #3598
- fix(theme): update flat variant text colors to be accessible by @rileybutterfield in #3738
- fix(theme): set the min-height of base height to 100dvh where size equals "full" by @HydenLiu and @wingkwong in #2684
- fix(hook): re-attached scroll event behavior in
useScrollPosition
by @vetan2 and @wingkwong in #3247
π§ Chore / Refactor
- chore(deps): upgrade pnpm to v9 by @wingkwong in #3589
- chore(theme): export default-layout @rockey2020 in #2946
- chore(storybook): remove overriding and unused code by @awesome-pro in #3566
- chore(storybook): add commands to run tests and storybook in StrictMode by @chirokas in #3352
- chore(ci): update github action versions by @robinsmith-source and @wingkwong in #2439
- refactor(input): improve RTL support for input component by @amirhhashemi and @wingkwong in #2038
- refactor(select): improve RTL support for select component by @amirhhashemi and @wingkwong in #2041
- refactor(pagination): improve RTL support for pagination component by @amirhhashemi and @wingkwong in #2044
- refactor(deps): remove react copy from react-rsc-utils bundle by @wingkwong in #3597
- refactor(table): improve RTL support for table component by @amirhhashemi and @wingkwong in #2097
π Docs
- fix(docs): typo in home page by @Jay-Karia in #3615
- fix(docs): typo in override styles doc by @BlueZ-95 in #3611
- fix(docs): improve logic for react import by @awesome-pro in #3582
- fix(docs): missing slots section in badge and card page by @awesome-pro in #3580
- fix(docs): typo in snippet page by @hanxiao790 in #3555
- fix(docs): change breakpoint to md by @ShrinidhiUpadhyaya in #2630
- fix(docs): remove unwanted generic from PaginationItemRenderProps by @matheusrocha89 in #3729
- fix(docs): component link by @wingkwong in #3737
- fix(docs): Floating components clipping in hero section by @awesome-pro in #3432
- feat(docs): add tanstack router to the routing section by @kuri-sun in #3271
- feat(docs): add ts example for infinite pagination by @kuri-sun in #2718
- feat(docs): add package manager options by @macci001 in #3731
- chore(docs): add global css import to root layout by @elibullockpapa and @wingkwong in #2688
New Contributors
- @gtoxlili made their first contribution in #2598
- @Jay-Karia made their first contribution in #3615
- @BlueZ-95 made their first contribution in #3611
- @AnthonyPaulO made their first contribution in #3533
- @hanxiao790 made their first contribution in #3555
- @FacundoTenuta made their first contribution in #3601
- @ameybh made their first contribution in #3656
- @rockey2020 made their first contribution in #2946
- @AnYiEE made their first contribution in #3607
- @sohan01fw made their first contribution in #3568
- @macci001 made their first contribution in #3663
- @atharva-upadhye made their first contribution in #2795
- @elibullockpapa made their first contribution in #2688
- @amirhhashemi made their first contribution in #2038
- @matheusrocha89 made their first contribution in #3729
- @rileybutterfield made their first contribution in #3738
- @vetan2 made their first contribution in #3247
Full Changelog: https://github.com/nextui-org/nextui/compare/@nextui-org/[email protected]...@nextui-org/[email protected]