Releases: nextui-org/nextui
@nextui-org/[email protected]
Patch Changes
-
#2028
0ba165f0f
Thanks @jrgarciadev! - Fix #1979 labelPlacement is outside when not having a label for input, autocomplete and select components. -
Updated dependencies [
d8b0ef528
,0b5cde7bc
,a235e324b
,01aedcf09
]:- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
@nextui-org/[email protected]
Patch Changes
- Updated dependencies [
5be104f72
]:- @nextui-org/[email protected]
@nextui-org/[email protected]
What's Changed
- docs(listbox): fix ListboxSection Props typo by @Simon-He95 in #1962
- fix(docs): wrong tooltip classNames type by @nanwy in #1960
- fix(scroll-shadow): typo in scroll-shadow.stories.tsx by @jrgarciadev in #1982
- Fix Autocomplete & Select docs with correct reference to
disableSelectorIconRotation
by @djsiddz in #1990 - fix(input): label placement outside when label is missing by @jrgarciadev in #2028
- fix(input): clearable feature by @jrgarciadev in #2031
- fix(popover): isDismissable prop passed to aria popover hook by @jrgarciadev in #2032
- Update introduction.mdx (3) by @LutherTS in #2046
- fix: broken contributing md links by @wingkwong in #2048
- [MINOR FIX] Fixed path in demo-code-modal.tsx by @pranshugupta54 in #2088
- Refactor/add sponsors section by @jrgarciadev in #2132
- docs(accordion): fix typo by @robinsmith-source in #2133
- components/tooltip replace "useLayoutEffect" with "useSafeLayoutEffect" by @friedemannsommer in #2021
- docs(modal): fix radius property by @robinsmith-source in #2156
- Chore/add pro banner by @jrgarciadev in #2308
- Chore/add pro banner by @jrgarciadev in #2309
- docs: dix typo in table docs by @alexander-densley in #2319
- docs(checkboxGroup): add attribute label by @Simon-He95 in #2295
- docs: typo by @Simon-He95 in #2294
- docs(modal): Update documentation's default backdrop value by @andrevitalb in #2285
- fix: fix missing imports in navbar by @navedqb in #2281
- docs(autocomplete): fix typo by @minddust in #2252
- docs(components): Fix duplicate table prop disableAnimation. by @kght6123 in #2246
- docs(components): radioGroup component link for Storybook does not work by @kuri-sun in #2335
- chore(storybook): improve preview.tsx by @sudongyuer in #2332
- fix: plop template error by @sudongyuer in #2333
- docs(components): tabs component link for storybook does not work by @kuri-sun in #2344
- docs(components): table component link for storybook does not work by @kuri-sun in #2342
- docs(components): tooltip delays inverted by @kuri-sun in #2338
- fix(spinner): pass classNames.label to slot by @ali-idrizi in #2325
- chore: typo by @sudongyuer in #2353
- Update spinner.mdx by @AkifhanIlgaz in #2355
- fix(components): input label overlapping issue by @wingkwong in #2371
- Added note for installing React. by @awhitford in #2369
- fix(docs): typos by @wingkwong in #2373
- fix(docs): development setup in CONTRIBUTEING.md by @lalalazero in #1673
- docs(modal): update documentation to include dismiss properties by @ryo-manba in #2217
- fix(components): number input label #2268 fixed by @Prakash7895 in #2274
- Fix: Added few missing imports by @mohitchandel in #2401
- chore (Spinner): Fixed Typo In Core Component Script spinner.ts by @ShibaniDcosta in #2400
- fix(docs): hydration error (#2388) by @sudongyuer in #2389
- fix(components): rtl styles in toggle by @wingkwong in #2392
- fix: pagination RTL by @wingkwong in #2393
- fix(docs): accordion itemClasses by @wingkwong in #2406
- fix: sematic typos by @wingkwong in #2408
- fix(components): incorrect strokeWidth by @wingkwong in #2410
- fix(docs): keep navbar layout consistent by @wingkwong in #2412
- fix(hooks): incorrect attribute names in clearOverflow by @wingkwong in #2050
- docs(components): type error on tab components by @kuri-sun in #2416
- fix: #2382 typo in modal transition CSS variable access by @markwilson in #2426
- feat: featurebase integration by @wingkwong in #2425
- Fix/sidebar and pro banner space by @jrgarciadev in #2438
- fix(components): isdisabled does not disable dropdown by @kuri-sun in #2435
- feat: add
updatePositionDeps
prop to popover component by @u3u in #2390 - fix(theme): chip with dot variant is not properly padded when having … by @kuri-sun in #2387
- fix(chip): avoid chip malformed (#2350) by @sudongyuer in #2379
- fix: won't display warning in when placeholder (#2346) by @sudongyuer in #2377
- fix: added missing ChipProps import by @nitipat21 in #2205
- fix: Invalid command by @Aruelius in #2201
- fix: update dev script to only run pnpm sb by @ryo-manba in #2218
- fix: dup // fix on a link for edit this page on github by @Kinfe123 in #2237
- docs(autocomplete): fix missing defaultItems property by @robinsmith-source in #2185
- docs(components): fixed Custom Implementation sample for button component missing onClear type by @kght6123 in #2256
- fix(components): accordion component throws "validateDOMNesting" erro… by @kuri-sun in #2169
- docs(components): accordion controlled example shows errors by @kuri-sun in #2339
- fix(components): autocomplete, tabIndex is not passed on input by @kuri-sun in #2375
- ci(changesets): 📦 version packages by @github-actions in #2029
New Contributors
- @nanwy made their first contribution in #1960
- @djsiddz made their first contribution in #1990
- @LutherTS made their first contribution in #2046
- @wingkwong made their first contribution in #2048
- @pranshugupta54 made their first contribution in #2088
- @robinsmith-source made their first contribution in #2133
- @friedemannsommer made their first contribution in #2021
- @alexander-densley made their first contribution in #2319
- @andrevitalb made their first contribution in #2285
- @minddust made their first contribution in #2252
- @kght6123 made their first contribution in #2246
- @kuri-sun made their first contribution in #2335
- @sudongyuer made their first contribution in #2332
- @ali-idrizi made their first contribution in #2325
- @AkifhanIlgaz made their first contribution in #2355
- @awhitford made their first contribution in #2369
- @lalalazero made their first contribution in #1673
- @Prakash7895 made their first contribution in #2274
- @mohitchandel made their first contribution in #2401
- @ShibaniDcosta made their first contribution in #2400
- @markwilson made their first contribution in #2426
- @u3u made their first contribution in #2390
- @nitipat21 made their first contribution in #2205
- @Aruelius made their first contribution in #2201
- @Kinfe123 made their first contribution in #2237
Full Changelog: https://github.com/nextui-org/nextui/compare/@nex...
@nextui-org/[email protected]
Patch Changes
- #2410
0ce10269c
Thanks @wingkwong! - fix incorrect strokeWidth in circular progress (#1790)
@nextui-org/[email protected]
Patch Changes
-
#2390
a235e324b
Thanks @u3u! - AddupdatePositionDeps
prop to popover component -
#2032
01aedcf09
Thanks @jrgarciadev! - Fix #2025 isDismissable prop passed to the aria-popover hook. -
Updated dependencies []:
- @nextui-org/[email protected]
@nextui-org/[email protected]
Patch Changes
-
#2393
dec7d411b
Thanks @wingkwong! - fixed inversed RTL pagination arrows (#2292) -
Updated dependencies [
dec7d411b
]:- @nextui-org/[email protected]
@nextui-org/[email protected]
Patch Changes
- #2426
fa27bccb3
Thanks @markwilson! - Fix typo in CSS variable accessor for modal transition
@nextui-org/[email protected]
Patch Changes
-
#2371
e4ba43b4e
Thanks @wingkwong! - fixed input label overlapping issue (#2255) -
#2028
0ba165f0f
Thanks @jrgarciadev! - Fix #1979 labelPlacement is outside when not having a label for input, autocomplete and select components. -
#2031
436ba1cd8
Thanks @jrgarciadev! - Fix #1984 input clearable feature fixed -
#2274
e6f36281c
Thanks @Prakash7895! - Fix #2268, when using a number input and with a 0 for the initial value, the label (default or labelPlacement='inside') does not animate to the correct position. Even when the user is setting the value to 0, the label does not alter its state unless a number other than 0 is inputted.
@nextui-org/[email protected]
Patch Changes
-
#2435
9b27da544
Thanks @kuri-sun! - Fixed the bug: isDisabled does not disable dropdown -
Updated dependencies [
a235e324b
,01aedcf09
]:- @nextui-org/[email protected]
- @nextui-org/[email protected]
@nextui-org/[email protected]
Patch Changes
- Updated dependencies [
0b5cde7bc
]:- @nextui-org/[email protected]
- @nextui-org/[email protected]