59 KiB
@heroui/theme
2.4.24
Patch Changes
-
#5963
b89ba08Thanks @wingkwong! - fix(table): virtualized table in firefox by replacing Spacer with css (#2108, #5479) -
#5909
8921dc4Thanks @hasegawa-101! - fix Safari autofill styling for dark mode readability in NumberInput & Input components (#4657) -
#5816
b38a2cfThanks @wingkwong! - fix tab cursor (#5790, #5809) -
#5815
1782961Thanks @Vishesh-Verma-07! - Fix spinner animation (#5794) -
#5893
fd9dd2aThanks @hasegawa-101! - Fix bordered focus styles overridden by hover styles (#5585) -
#5846
a819f2aThanks @adbjo! - responsive tab cursor (#5943) -
#5916
bc4c982Thanks @hasegawa-101! - fixed skeleton shimmer animation not respecting disableAnimation prop (#5915)
2.4.23
Patch Changes
-
#5752
c322411Thanks @wingkwong! - fix: broken--visual-viewport-height(#5731) -
#5705
6eba109Thanks @wingkwong! - fix tabs in modal (#5657) -
Updated dependencies [
0d95d7f]:- @heroui/shared-utils@2.1.12
2.4.22
Patch Changes
- #5672
f9bf3e3Thanks @wingkwong! - bump tailwind-variants version
2.4.21
Patch Changes
-
#5607
928383bThanks @luislh-dev! - use peer-data-[filled=true]:pointer-events-none to disable clear button interaction when input is disabled and has content -
#5638
3ba7d29Thanks @IsDyh01! - fix after setting the maximum width at DropdownMenu, if there is a description, an ellipsis will not appear if the text is too long (#5564) -
#5628
743505fThanks @IsDyh01! - set stepperButton height when lablePlacement=outside (#5622) -
#5635
6b86a41Thanks @wingkwong! - chore: bump tailwind-variants version -
Updated dependencies [
e2aed2e]:- @heroui/shared-utils@2.1.11
2.4.20
Patch Changes
-
#5531
2f414a8Thanks @wingkwong! - use outline-solid outline-transparent to perverse focus ring styles (#5530) -
#5538
139fc94Thanks @wingkwong! - bump tailwind-variants version -
#5512
a83e3fbThanks @wingkwong! - vertically center alert icon / endContent (#2678)
2.4.19
Patch Changes
- #5486
8ddc6e7Thanks @wingkwong! - useoutline-hiddenwhich is equivalent tooutline-nonein v3 (#5485)
2.4.18
Patch Changes
-
e489af8Thanks @jrgarciadev! - ## Consolidated ChangesMajor Update
- TailwindCSS v4
Bug Fixes & Improvements
Theme & Styling
- fix rotate transition (#5441)
- fix incorrect target theme (#5469)
- fixed missing radius styles in th and td in Table (#4988)
- fixed transition (#5409)
- fix text selection in table (#5413)
- Fix transition scale (#5271)
- fix outline styles (#5266)
Components
Toast
- Renaming loadingIcon to loadingComponent
- Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096)
- Remove the bottom extension of the toast (#5231)
- Enable programmatically closing a toast with a specific key (#5084)
Slider
- introduce
getTooltipValueprop for custom tooltip value (#4741) - fixed slider component NaN values when min and max are the same value (#5014)
Select
- add
isClearableandonClearprop to Select component (#2239)
Calendar
- Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117)
Input
- fix
Inputaccessibility label duplication (#5150)
Date Input
- add 'outside-top' prop to input (#3058)
Table
- support custom sort icon in Table (#5223)
- remove
removeWrapperfrom virtualized table (#4995)
Autocomplete
- do not render selector button if selector icon is null (#5423)
Image & Avatar
- fixed image src double fetch issue (#3847)
System & Core
- add useInputLabelPlacement
- remove
@heroui/aria-utilsdependency
Hooks & Utilities
- fix use-theme logic
- Fix skeleton animate
- bump RA versions
- Draggable modal will be scrollable in mobile devices (#5280)
- refactor: overlay & interactOutside
-
Updated dependencies [
e489af8]:- @heroui/shared-utils@2.1.10
2.4.18-beta.7
Patch Changes
-
#5466
87f8a12Thanks @wingkwong! - add back RA deps (overlays & utils) -
Updated dependencies [
87f8a12]:- @heroui/shared-utils@2.1.10-beta.7
2.4.18-beta.6
Patch Changes
-
#5454
7d23120Thanks @Priyadharshini0101! - fix text selection in table (#5413) -
#5449
2d76d32Thanks @winchesHe! - fix rotate transition (#5441)
2.4.18-beta.5
Patch Changes
-
3275e8cThanks @wingkwong! - trigger beta release -
Updated dependencies [
3275e8c]:- @heroui/shared-utils@2.1.10-beta.6
2.4.18-beta.4
Patch Changes
-
#5062
be697f7Thanks @kaishuige! - fixed missing radius styles in th and td in Table (#4988) -
#5245
e1a0d9dThanks @Vishvsalvi! - Remove the bottom extenstion of the toast (#5231) -
#4785
bd5ad76Thanks @abhinav700! - addisClearableandonClearprop to Select component (#2239)
2.4.18-beta.3
Patch Changes
-
#5421
f62f49cThanks @winchesHe! - fix outline styles (#5266) -
#5417
6086ab0Thanks @wingkwong! - fixed transition (#5409) -
#4919
ecffb26Thanks @macci001! - Renaming loadingIcon to loadingComponent. -
1bca3f9Thanks @wingkwong! - sync 2.7.11 release -
Updated dependencies [
1bca3f9]:- @heroui/shared-utils@2.1.10-beta.5
2.4.18-beta.2
Patch Changes
-
#5401
a2c4745Thanks @wingkwong! - remove@heroui/aria-utilsdependency -
Updated dependencies [
a2c4745]:- @heroui/shared-utils@2.1.10-beta.4
2.4.18-beta.1
Patch Changes
-
#5398
9c3e4d9Thanks @wingkwong! - remove RA dependencies (overlays & utils) -
Updated dependencies [
9c3e4d9]:- @heroui/shared-utils@2.1.10-beta.3
2.4.18-beta.0
Patch Changes
-
#5392
0001ab7Thanks @wingkwong! - bump RA versions -
#5284
2bf0a42Thanks @winchesHe! - Fix transition scale (#5271) -
#5274
a8ef824Thanks @winchesHe! - TailwindCSS v4 -
#4775
851d411Thanks @abhinav700! - add 'outside-top' prop to input (#3058) -
#5274
a8ef824Thanks @winchesHe! - Fix skeleton animate -
Updated dependencies [
0001ab7,a8ef824,a8ef824]:- @heroui/shared-utils@2.1.10-beta.2
2.4.17
Patch Changes
-
#5350
ace931bThanks @Vishvsalvi! - Consistent helperWrapper padding (#5338) -
#5349
ff4b1b2Thanks @anuj-kuralkar! - fixed inconsistent isInvalid styling between Input, InputOtp and DateInput in faded variant (#5339) -
#5362
0d217e4Thanks @wingkwong! - consistent type imports
2.4.16
Patch Changes
- #5252
ee4d2ebThanks @Vishvsalvi! - Fixed the clear button rendering for smaller devices (#5069)
2.4.15
Patch Changes
-
b9e94a2Thanks @jrgarciadev! - add default value for custom theme properties (#5194)v2.7.7
-
Updated dependencies [
b9e94a2]:- @heroui/shared-utils@2.1.9
2.4.14
Patch Changes
-
#5170
f223e1fThanks @Nathanael-Shermett! - Utilizehover-opacityin Link & Breadcrumb component (#5169) -
#5179
99a5bc2Thanks @wingkwong! - fixed input-otp variants on segment background -
Updated dependencies [
500ed77]:- @heroui/shared-utils@2.1.8
2.4.13
Patch Changes
-
#5147
2420acfThanks @wingkwong! - fix select styles for label & helper text (#5413) -
#5087
14fc373Thanks @wingkwong! - fixed slider display whenhideThumbistrue(#5085) -
#5098
de2e47cThanks @wingkwong! - fix input with type=color style (#5083) -
#5034
afdd892Thanks @macci001! - Making toast compatible with RA upgrade. Changing the type of description prop to ReactNode(#5033).
2.4.12
Patch Changes
-
#4968
e9c67faThanks @wingkwong! - fixed stepper button pseudo height in number-input (#4920) -
#5001
6f94545Thanks @macci001! - Toast should be above the modal(#4898).
2.4.11
Patch Changes
-
v2.7.4
-
Updated dependencies []:
- @heroui/shared-utils@2.1.7
2.4.10
Patch Changes
- #4922
2774a1bThanks @wingkwong! - fix broken start & end content in breadcrumb (#4921)
2.4.9
Patch Changes
-
Fix v2.7.0 release
-
Updated dependencies []:
- @heroui/shared-utils@2.1.6
2.4.8
Patch Changes
-
Fix v2.7.0 release
-
Updated dependencies []:
- @heroui/shared-utils@2.1.5
2.4.7
Patch Changes
-
f51d645Thanks @jrgarciadev! - New spinner variant "simple" -
09241faThanks @jrgarciadev! - Toasts styles improved -
4ff87caThanks @jrgarciadev! - v2.7.0- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
-
Updated dependencies [
4ff87ca]:- @heroui/shared-utils@2.1.4
2.4.6
Patch Changes
-
#4594
7ebe0e6Thanks @jrgarciadev! - Org name changed -
#4587
f7e5d20Thanks @wingkwong! - add missing shadow none (#4586) -
Updated dependencies [
7ebe0e6]:- @heroui/shared-utils@2.1.3
2.4.5
Patch Changes
- #4447
a83388aThanks @wingkwong! - fix the alignment when only alert children is provided
2.4.4
Patch Changes
-
#4394
afe0b52Thanks @macci001! - Fixing the input in card to not become invisible on hover and making time-input and date-input consistent to other inputs. -
#4383
e15ef62Thanks @jrgarciadev! - Fix #4382hideIconWrapperproperty wasn't removing the borded onAlertcomponent -
#4373
e546124Thanks @Peterl561! - menu base use overflow-clip to fix listbox section sticky (#4335) -
Updated dependencies [
77206bc,5f388fc]:- @heroui/shared-utils@2.1.2
2.4.3
Patch Changes
- #4314
5598806Thanks @jrgarciadev! - Fix build
2.4.2
Patch Changes
- #4311
03abf1dThanks @jrgarciadev! - Fix #4252 #4260 interactive elements were not working properly
2.4.1
Patch Changes
-
d6eee4aThanks @jrgarciadev! - v2.6.2 -
Updated dependencies [
d6eee4a]:- @heroui/shared-utils@2.1.1
2.4.0
Minor Changes
-
5786897Thanks @jrgarciadev! - This release includes several improvements and bug fixes:- Updated react-aria version across all components
- Improved Drawer styles and transitions
- Fixed missing peer dependencies for framer-motion
- Fixed menu item classNames functionality
- Added isClearable prop to Textarea component
- Fixed label placement issues in Input and Select components
- Improved table keyboard navigation with new isKeyboardNavigationDisabled prop
- Fixed UI sliding issues with helper wrapper in Input and Select
- Updated use-image hook to avoid Next.js hydration issues
- Replaced RTL-specific styles with logical properties
- Fixed textarea label squish issue
- Bumped tailwind-merge version
- Applied tw nested group fixes
- Fixed fullWidth variant in input and select components
- Moved circular-progress tv to progress
- Changed ListboxItem key to optional
- Fixed autocomplete clear button behavior
- Updated Select label placement logic
- Added missing framer-motion peer dependencies
- Removed layoutNode prop from Table due to react-aria update
- Virtualization added to Autocomplete
Patch Changes
-
#4206
44958bfThanks @vinroger! - Fix should not export list item internal variables type -
#4206
44958bfThanks @vinroger! - Virtualization support added to Listbox and Menu -
Updated dependencies [
5786897]:- @heroui/shared-utils@2.1.0
2.3.0-beta.18
Patch Changes
-
#4172
004c4a4b3Thanks @jrgarciadev! - introduceisClearableto Textarea component (#2348, #2112) -
#4141
922c4a567Thanks @wingkwong! - revise label font size for lg (#3073)
2.3.0-beta.17
Patch Changes
2.3.0-beta.16
Patch Changes
- #4156
d37007c69Thanks @winchesHe! - Fix menu item classNames not work (#4119)
2.3.0-beta.15
Patch Changes
-
9869f2b91Thanks @wingkwong! - bump version -
Updated dependencies [
9869f2b91]:- @heroui/shared-utils@2.0.9-beta.8
2.3.0-beta.14
Patch Changes
- #4105
256d46277Thanks @winchesHe! - Add truncate class to the list item to avoid overflow the wrapper
2.3.0-beta.13
Patch Changes
- #3321
341b5de79Thanks @winchesHe! - move circular-progress tv to progress
2.3.0-beta.12
Patch Changes
- #4094
b9d5d4925Thanks @jrgarciadev! - Virtualization support added to Listbox & Autocomplete
2.3.0-beta.11
Patch Changes
-
#4092
528668db8Thanks @jrgarciadev! - Test new runner -
Updated dependencies [
528668db8]:- @heroui/shared-utils@2.0.9-beta.7
2.3.0-beta.10
Patch Changes
-
#4086
f69fe47b5Thanks @jrgarciadev! - Pnpm clean -
Updated dependencies [
f69fe47b5]:- @heroui/shared-utils@2.0.9-beta.6
2.3.0-beta.9
Patch Changes
-
#4083
35058262cThanks @jrgarciadev! - Fix build -
Updated dependencies [
35058262c]:- @heroui/shared-utils@2.0.9-beta.5
2.3.0-beta.8
Patch Changes
- #4073
70dc75983Thanks @jrgarciadev! - Alert compoentn styles improved
2.3.0-beta.7
Patch Changes
- #4071
31349c178Thanks @jrgarciadev! - Alert styles improved
2.3.0-beta.6
Patch Changes
- #4054
0f55c491bThanks @jrgarciadev! - Alert design improved
2.3.0-beta.5
Patch Changes
- Updated dependencies [
5339b2571]:- @heroui/shared-utils@2.0.9-beta.4
2.3.0-beta.4
Patch Changes
2.3.0-beta.3
Patch Changes
-
#4010
ef432eb53Thanks @jrgarciadev! - framer-motion alpha version added -
Updated dependencies [
ef432eb53]:- @heroui/shared-utils@2.0.9-beta.3
2.3.0-beta.2
Patch Changes
-
#4008
7c1c0dd8fThanks @jrgarciadev! - React 19 added to peerDeps -
Updated dependencies [
7c1c0dd8f]:- @heroui/shared-utils@2.0.9-beta.2
2.3.0-beta.1
Patch Changes
-
#3990
cb5bc4c74Thanks @jrgarciadev! - Beta 1 -
Updated dependencies [
cb5bc4c74]:- @heroui/shared-utils@2.0.9-beta.1
2.3.0-beta.0
Minor Changes
- #3732
67ea2f65eThanks @ryo-manba! - update react-aria version
Patch Changes
-
#3869
0cf91395cThanks @macci001! - fix label placement in input and select -
#3768
781b85566Thanks @macci001! - fix the fullWidth variant in input and select component. (#3745) -
#3912
38a54ab49Thanks @sanuj21! - remove the pseudo cancel btn from input (#3907) -
#3868
af3c4f706Thanks @macci001! - replace the use of RTL-specific styles with logical properties. -
#3657
ae73de1a6Thanks @wingkwong! - bumptailwind-mergeversion (#3614) -
#3909
ad6393ab3Thanks @wingkwong! - apply tw nested group (#3544, #2324, #2959) -
#3523
3f0d81b56Thanks @wingkwong! - replaced lodash with native approaches -
#3248
cb1b3135bThanks @ryo-manba! - Add support for selectorButtonPlacement property (#3015) -
#3938
a5cac4561Thanks @ShrinidhiUpadhyaya! - added stripe color gradients for progress (#1933) -
#3982
d90ad05b1Thanks @jrgarciadev! - introduced Alert component (#2250) -
#3927
a0d7141dbThanks @ShrinidhiUpadhyaya! - separator icon RTL support in Breadcrumbs component (#2486) -
#3523
3f0d81b56Thanks @wingkwong! - framer motion optimization (#3340) -
#3861
8a33eabb2Thanks @ShrinidhiUpadhyaya! - show margin only with label in Switch component (#3791) -
#3764
559436d46Thanks @wingkwong! - add missingdata-[hover=true]:for ghost button with danger color -
Updated dependencies [
3f0d81b56,3f0d81b56]:- @heroui/shared-utils@2.0.9-beta.0
2.2.11
Patch Changes
- #3754
5517a0578Thanks @wingkwong! - remove tw nested group (rollback PR3658)
2.2.10
Patch Changes
-
#3658
5b5a9746eThanks @wingkwong! - applied tw nested group (#3544, #2324, #2959) -
#2110
bc0f72fc2Thanks @black197! - fix(theme): use data-hover instead of hover (#2095) -
#3486
324fd6d3cThanks @awesome-pro! - fixed the shadow clipping of card inside listbox or menubox item (#3480) -
#2038
deb15078cThanks @amirhhashemi! - Improved RTL support for the input component -
#3000
81da063d6Thanks @chirokas! - Improve clear button pointer events, keyboard reopen issue on mobile -
#3217
9d6bcb580Thanks @chirokas! - Fix skeleton overflow issue (#3214 #3670) -
#2684
142f394cbThanks @HydenLiu! - set the min-height of base height to 100dvh where size equalsfull(#2681) -
#2097
06b97d05aThanks @amirhhashemi! - Improved RTL support for the table component -
#2041
6f44cd6a9Thanks @amirhhashemi! - Improved RTL support for the select component -
#3691
3e06ef64cThanks @wingkwong! - adjust modal position when keyboard appears (#2837) -
#2946
59ea6b745Thanks @rockey2020! - export default-layout in theme -
#3656
55c92981eThanks @ameybh! - fixed arrow keys order when html has dir="rtl" (#3641, #3642) -
#3552
97f233b34Thanks @awesome-pro! - fixed the double click need in chrome for checkbox, switch and radiobuttons (#3528) -
#3663
46cc01908Thanks @macci001! - The color of the selected value in SELECT component wastext-foreground-500instead oftext-default-foreground. Also label slot in SELECT component's UNDERLINE had no effect of color variant. The change includes the fix for the mentioned issues (#3659). -
#3738
54bd9cdd6Thanks @rileybutterfield! - Updates the text colors for the flat variant in the theme so that elements using this variant are accessible (#3738) -
#2044
fe30dc8ccThanks @amirhhashemi! - Improved RTL support for the pagination component
2.2.9
Patch Changes
- #3512
2d2d300a1Thanks @wingkwong! - fix conflicting versions in npm
2.2.8
Patch Changes
-
#3499
59428b183Thanks @wingkwong! - Fixed button scaling whendisableAnimationistrue(#3489) -
#3495
8b193072eThanks @abhinandan-verma! - fixed the issue of double scrollbar in modal with insidescrollBehavior(#3942) -
#3505
1fdbf2ad2Thanks @abhinandan-verma! - Fixed the calendarContent width as per visible month -
#3491
46edcca95Thanks @abhinandan-verma! - fixed the slow color change of sortable table header during theme change (#3488)
2.2.7
Patch Changes
-
#3221
b4c046fe8Thanks @sjoerdvanBommel! - Differentiate selected bg color from striped bg color (#1602) -
#3291
e9a6a162eThanks @wingkwong! - Fixed variants for nested accordions (#3285) -
#3268
93f178781Thanks @wingkwong! - revised styles and logic for input with file type (#2397, #2311, #2965) -
#3430
2333c3987Thanks @abhinandan-verma! - fixed the input background change by autofill in Chrome (#1346)
2.2.6
Patch Changes
-
#2900
75d122317Thanks @chirokas! - Fix #2886 TableColumn align prop fixed, style improved. -
#3174
dbb4b8ee5Thanks @wingkwong! - Fix input display with hidden type (#3170)
2.2.5
Patch Changes
- #3126
43bef0718Thanks @wingkwong! - add missing pointer event after data loaded (#3125)
2.2.4
Patch Changes
-
#2883
76f4dd8e7Thanks @wingkwong! - Revise slider styles (#2880) -
#2915
e3afa4789Thanks @jrgarciadev! - Thecnutility was moved thethemepackage and updated to support NextUI custom classes. -
#3010
77e85e665Thanks @wingkwong! - revise isInvalid input styles (#3007) -
#3018
1109baea6Thanks @wingkwong! - fix incorrect tailwind classnames -
#2990
ad08010feThanks @wingkwong! - remove unnecessary origin-bottom in button -
#2973
e34c5e307Thanks @wingkwong! - AdddestroyInactiveTabPanelprop for Tabs component (#1562) -
#2906
c83ff382bThanks @ShrinidhiUpadhyaya! - Fixed hiding of unavailable dates in RangeCalendar (#2890) -
#2929
422770cc6Thanks @jrgarciadev! - Add support for disabling the animations globally. -
#2972
5f735a989Thanks @wingkwong! - add pointer-events-none to skeleton base (#1714) -
#2949
0108d06d3Thanks @novsource! - Removed scrolling display during month change animation (#2945) -
#2986
8988981c5Thanks @wingkwong! - set overflow visible after skeleton loaded (#2125) -
#2781
648edad77Thanks @mrbadri! - Fixed incorrect margin on labels for RTL required inputs. (#2780)
2.2.3
Patch Changes
-
#2508
31934017aThanks @khatabakhsh! - Improved styling for radio button labels, including adjustments for different screen sizes and support for right-to-left (RTL) languages. (#2507) -
#2660
25484f866Thanks @sossost! - Fixed slider component vertical mark y position focus (#2658) -
#2668
6b96ea9c9Thanks @caebwallace! - Fix custom slot styling with twMerge set to true (#2153)
2.2.2
Patch Changes
- #2784
183a4a6cfThanks @jrgarciadev! - FixisDisabledprop warning on NextUI components that don't support this property, it is also fixed for non-NextUI components.
2.2.1
Patch Changes
- #2744
158c2aa00Thanks @jrgarciadev! - Refactor calendar cell tab index, add calendar default width
2.2.0
Minor Changes
- #2618
dc0bcf13aThanks @jrgarciadev! - v2.3.0
Patch Changes
-
#2538
0359bf308Thanks @wingkwong! - Fixed missing disableAnimation behavior in skeleton -
#2618
dc0bcf13aThanks @jrgarciadev! - - Calendar component added- objectToDeps function applied all across components
useMeasurehook addeduseIntersectionObserverhook addedframer-transitionsrenamed toframer-utilsResizablePanelcomponent added toframer-utilstest-utilsupdated
-
#2618
dc0bcf13aThanks @jrgarciadev! - Support slots in AvatarGroup -
#2522
c5049edfdThanks @wingkwong! - Fixed unexpected props on a DOM element (#2474) -
#2677
4dd2605acThanks @u3u! - Fix: remove conflicting transition utilities (close #1502) -
#2702
2829d4afaThanks @wingkwong! - Changed the HSL rounding to 2 decimal places (#2697)
2.1.18
Patch Changes
-
#2387
141887d38Thanks @kuri-sun! - Chip with dot variant is not properly styled -
#2392
37bed2368Thanks @wingkwong! - fixed incorrect RTL behaviour in toggle (#2266) -
#2379
e83595e06Thanks @sudongyuer! - fix(chip): fix isOneChar compound variants avoid chip malformed(#2350)
2.1.17
Patch Changes
- #1951
0f5cce5d6Thanks @jrgarciadev! - Fix #1933 TV Function refactored to support twMerge false opts.
2.1.16
Patch Changes
- #1923
9189b3fbfThanks @jrgarciadev! - Textarea style rounded full styles issues fixed, start and end content props added
2.1.15
Patch Changes
- #1914
7f6218b97Thanks @jrgarciadev! - Fix #1910 multiline select fixed, style improved.
2.1.14
Patch Changes
-
#1901
6a6d426b1Thanks @jrgarciadev! - - Label position changed for Select and Input, this avoids to break the layout when having long descriptions and no placeholder- Input/Select styles improved, label opacity removed
-
#1902
85a820eefThanks @jrgarciadev! - Fix #1893,endContentprop fixed. -
#1905
11ef4365dThanks @jrgarciadev! - Input/Select text size changed for sm size.
2.1.13
Patch Changes
-
#1884
acba2cf8fThanks @jrgarciadev! - Input, Textarea, Select, Autocomplete and Textarea helper wrapper styles fixed -
#1891
e728a8967Thanks @jrgarciadev! - - Input/Autocomplete/Textarea/Select styles adapted to custom default color, label truncate added -
#1876
71807e883Thanks @jrgarciadev! - Theme plugin optimization applied to make it faster
2.1.12
Patch Changes
- #1869
e84158db6Thanks @jrgarciadev! - - Select without label position fixed- Input helperWrapper slot is now relative to its parent
2.1.11
Patch Changes
- #1865
1fd5049f5Thanks @jrgarciadev! - Fix multiline select and inputs with description/errorMessage
2.1.10
Patch Changes
25e86fb41Thanks @jrgarciadev! - New version v2.2.0
2.1.9
Patch Changes
- #1631
425a034bcThanks @jrgarciadev! - validationState prop deprecated, "isInvalid" prop adjusted, invalid checkbox and radios state improved
2.1.8
Patch Changes
- #1600
b1b30b797Thanks @jrgarciadev! - Fix npm deploy
2.1.7
Patch Changes
-
#1563
a3be419cbThanks @jrgarciadev! - Fix #1561 Select bottom space removed when having helper components
2.1.6
Patch Changes
- #1558
7c8341035Thanks @jrgarciadev! - Pagination changeset
2.1.5
Patch Changes
-
#1555
d61428d9eThanks @jrgarciadev! - Tailwind variants upgraded to the latest version v0.1.14 -
4db10a47eThanks @jrgarciadev! - Pagination changes reverted
2.1.4
Patch Changes
-
#1543
043b8420cThanks @jrgarciadev! - Fix #1492 \n- Select and Input spaces fixed on helper wrapper
- New select wrapper added
mainWrapperwhich contains the helperWrapper and the trigger slots - Outside input with start content fixed
2.1.3
Patch Changes
- #1501
5702287e5Thanks @jrgarciadev! - Fix Popover/Tooltip arrow color
2.1.2
Patch Changes
- #1458
4e94c115Thanks @jrgarciadev! - Fix dropdown trigger events and popover arrow styles
2.1.1
Patch Changes
- #1455
cc839cddThanks @jrgarciadev! - Fix select close when clicking the label
2.1.0
Minor Changes
-
#1313
baec5502Thanks @jrgarciadev! - New components:- Select
- Listbox
- ScrollShadow
2.0.5
Patch Changes
- #1384
d0341020Thanks @jrgarciadev! - Fix #1382 navbar with search input example, input main wrapper h-full class applied
2.0.4
Patch Changes
- #1301
d794225cThanks @jrgarciadev! - Plugin types adapted to work with latest version of postcss
2.0.3
Patch Changes
e3e13a09Thanks @jrgarciadev! - New package created to exports system RSC-compatible functions Component exports changed to named exports
2.0.2
Patch Changes
-
459ac5edThanks @jrgarciadev! - - ModalOutside scroll fixed on mobile devices
- Dropdown
Next.js key destructuring warning fixed
2.0.1
Patch Changes
-
e940ec06Thanks @jrgarciadev! - Introducing NextUI v2.0 -
e940ec06Thanks @jrgarciadev! - Introducing v2 - Readmes updated