16 KiB
@nextui-org/input
2.1.21
Patch Changes
-
#2796
355235320Thanks @wingkwong! - Fixes the isClearable function in the input component (#2791) -
#2072
1dacf52f3Thanks @black197! - Fix #2069 keep input component's position steady
2.1.20
Patch Changes
- Updated dependencies [
eccc2f2f3]:- @nextui-org/react-utils@2.0.13
2.1.19
Patch Changes
- Updated dependencies []:
- @nextui-org/react-utils@2.0.12
2.1.18
Patch Changes
-
#2618
dc0bcf13aThanks @jrgarciadev! - v2.3.0 -
#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! - Fixed react-hook-form uncontrolled components (#1969) -
#2316
52dafd08fThanks @mrbadri! - Add RTL support to the input component -
Updated dependencies [
dc0bcf13a,dc0bcf13a]:- @nextui-org/react-utils@2.0.11
- @nextui-org/shared-icons@2.0.7
- @nextui-org/shared-utils@2.0.5
2.1.17
Patch Changes
-
#2371
e4ba43b4eThanks @wingkwong! - fixed input label overlapping issue (#2255) -
#2028
0ba165f0fThanks @jrgarciadev! - Fix #1979 labelPlacement is outside when not having a label for input, autocomplete and select components. -
#2031
436ba1cd8Thanks @jrgarciadev! - Fix #1984 input clearable feature fixed -
#2274
e6f36281cThanks @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.
2.1.16
Patch Changes
- #1928
d2bd008baThanks @jrgarciadev! - Texarea label validation added to avoid rendering the element when there is no label.
2.1.15
Patch Changes
-
#1923
9189b3fbfThanks @jrgarciadev! - Textarea style rounded full styles issues fixed, start and end content props added -
Updated dependencies [
9189b3fbf]:- @nextui-org/shared-icons@2.0.6
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
2.1.13
Patch Changes
-
#1877
44ed1056eThanks @jrgarciadev! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range -
#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
2.1.12
Patch Changes
-
#1874
38af48fafThanks @jrgarciadev! - Peer dependencies updated to avoid the peer conflicts issue. -
Updated dependencies []:
- @nextui-org/system@2.0.12
2.1.11
Patch Changes
- #1869
e84158db6Thanks @jrgarciadev! - - Select without label position fixed- Input helperWrapper slot is now relative to its parent
- Updated dependencies [
e84158db6]:- @nextui-org/theme@2.1.12
2.1.10
Patch Changes
-
25e86fb41Thanks @jrgarciadev! - New version v2.2.0 -
Updated dependencies [
25e86fb41]:- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-icons@2.0.5
- @nextui-org/shared-utils@2.0.4
2.1.9
Patch Changes
-
#1631
425a034bcThanks @jrgarciadev! - validationState prop deprecated, "isInvalid" prop adjusted, invalid checkbox and radios state improved -
Updated dependencies [
425a034bc]:- @nextui-org/theme@2.1.9
- @nextui-org/system@2.0.10
- @nextui-org/react-utils@2.0.9
2.1.8
Patch Changes
-
#1600
b1b30b797Thanks @jrgarciadev! - Fix npm deploy -
Updated dependencies [
b1b30b797]:- @nextui-org/system@2.0.9
- @nextui-org/theme@2.1.8
- @nextui-org/react-utils@2.0.8
- @nextui-org/shared-icons@2.0.4
- @nextui-org/shared-utils@2.0.3
2.1.7
Patch Changes
-
#1589
1612532eeThanks @jrgarciadev! - React aria packages upgraded -
Updated dependencies [
a3be419cb,5c30e0481,1612532ee]:- @nextui-org/theme@2.1.7
- @nextui-org/system@2.0.8
2.1.6
Patch Changes
- Updated dependencies [
7c8341035]:- @nextui-org/theme@2.1.6
2.1.5
Patch Changes
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
-
Updated dependencies [
043b8420c,641bf0885]:- @nextui-org/theme@2.1.4
- @nextui-org/system@2.0.6
2.1.3
Patch Changes
- Updated dependencies [
5702287e5]:- @nextui-org/theme@2.1.3
2.1.2
Patch Changes
-
#1458
4e94c115Thanks @jrgarciadev! - Fix dropdown trigger events and popover arrow styles -
Updated dependencies [
4e94c115]:- @nextui-org/theme@2.1.2
2.1.1
Patch Changes
- Updated dependencies [
cc839cdd]:- @nextui-org/theme@2.1.1
2.1.0
Minor Changes
-
#1313
baec5502Thanks @jrgarciadev! - New components:- Select
- Listbox
- ScrollShadow
Patch Changes
- Updated dependencies [
baec5502]:- @nextui-org/theme@2.1.0
- @nextui-org/shared-icons@2.0.3
- @nextui-org/react-utils@2.0.7
2.0.14
Patch Changes
- #1406
4e7789c1fThanks @remorses! - Input is no more always controlled, supporting mutations via ref
2.0.13
Patch Changes
- Updated dependencies []:
- @nextui-org/react-utils@2.0.6
2.0.12
Patch Changes
- Updated dependencies [
d0341020]:- @nextui-org/theme@2.0.5
2.0.11
Patch Changes
- #1369
abe1ba58Thanks @jrgarciadev! - fix #1332 undefined value removed from input value
2.0.10
Patch Changes
- Updated dependencies []:
- @nextui-org/react-utils@2.0.5
2.0.9
Patch Changes
-
#1359
a30cec48Thanks @jrgarciadev! - \n- react-aria packages upgraded to the latest version
- image storybooks fixed
- other bug fixes..
-
Updated dependencies [
a30cec48]:- @nextui-org/system@2.0.5
2.0.8
Patch Changes
- Updated dependencies [
710395f3]:- @nextui-org/system@2.0.4
2.0.7
Patch Changes
- Updated dependencies []:
- @nextui-org/react-utils@2.0.4
2.0.6
Patch Changes
-
#1323
42001647Thanks @tianenpang! - Fixed event functions call twice. -
Updated dependencies []:
- @nextui-org/react-utils@2.0.3
2.0.5
Patch Changes
- #1309
ac605eb7Thanks @jrgarciadev! - onValueChange returned value fixed, it nows return a plain string
2.0.4
Patch Changes
-
#1301
d794225cThanks @jrgarciadev! - Plugin types adapted to work with latest version of postcss -
Updated dependencies [
d794225c]:- @nextui-org/theme@2.0.4
2.0.3
Patch Changes
-
#1289
eefda8d6Thanks @jrgarciadev! - - "use client" directive removed from components that didn't need it- packages adapted to support RSC imports
- filterDomProps function was modified to enable/disabled it
-
e3e13a09Thanks @jrgarciadev! - New package created to exports system RSC-compatible functions Component exports changed to named exports -
Updated dependencies [
eefda8d6,e3e13a09]:- @nextui-org/react-utils@2.0.2
- @nextui-org/system@2.0.3
- @nextui-org/theme@2.0.3
- @nextui-org/shared-icons@2.0.2
- @nextui-org/shared-utils@2.0.2
2.0.2
Patch Changes
- Updated dependencies [
459ac5ed]:- @nextui-org/theme@2.0.2
- @nextui-org/system@2.0.2
2.0.1
Patch Changes
-
e940ec06Thanks @jrgarciadev! - Introducing NextUI v2.0 -
e940ec06Thanks @jrgarciadev! - Introducing v2 - Readmes updated -
Updated dependencies [
e940ec06,e940ec06]:- @nextui-org/shared-icons@2.0.1
- @nextui-org/shared-utils@2.0.1
- @nextui-org/react-utils@2.0.1
- @nextui-org/system@2.0.1
- @nextui-org/theme@2.0.1