Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to canary, this PR will be updated.
Releases
@nextui-org/autocomplete@2.1.8
Patch Changes
#3788
2e82f165a
Thanks @abhinav700! - Clicking the clear button clears the selected value without closing the dropdown. (fix(autocomplete): popover should remain open after clicking clear button nextui-org/nextui#3788)#3845
780ba4316
Thanks @alexnguyennz! - Return null if there are items for exit animation on popover close to work#2186
557f10f5e
Thanks @juliesaia! - automatically focus first non-disabled itemUpdated dependencies [
a2e562b03
,606f75726
]:@nextui-org/date-picker@2.1.9
Patch Changes
#3773
a4ab02006
Thanks @macci001! - Fixes getCalendarProps to propagate the classNames in the calendarProps. ([BUG] - DatePicker calanderProps classnames not working nextui-org/nextui#3769)Updated dependencies []:
@nextui-org/image@2.0.33
Patch Changes
06c4b2f76
Thanks @wingkwong! - add missingw
togetWrapperProps
dependency ([BUG] - Image width not updating max-width nextui-org/nextui#3801)@nextui-org/input@2.2.6
Patch Changes
606f75726
Thanks @ryxxn! - clear button should not receive focus when input is disabled.@nextui-org/listbox@2.1.28
Patch Changes
#3883
a2e562b03
Thanks @ryo-manba! - change ListboxItem key to optional ([BUG] - Select with numeric keys are not supported nextui-org/nextui#3880)Updated dependencies []:
@nextui-org/select@2.2.8
Patch Changes
#3853
488a18f52
Thanks @macci001! - update label placement in Select to useshouldLabelBeOutside
instead ofisOutsideLeft
, resolving multiline label placement issues ([BUG] - Label placement - "outside" conflicts with Multiline property in Select element nextui-org/nextui#3841).Updated dependencies [
a2e562b03
]:@nextui-org/react@2.4.9
Patch Changes
0cf91395c
,a2e562b03
,2e82f165a
,488a18f52
,781b85566
,a4ab02006
,38a54ab49
,af3c4f706
,780ba4316
,557f10f5e
,a0d7141db
,06c4b2f76
,8a33eabb2
,606f75726
,559436d46
]:@nextui-org/theme@2.2.12
Patch Changes
#3869
0cf91395c
Thanks @macci001! - fix label placement in input and select#3768
781b85566
Thanks @macci001! - fix the fullWidth variant in input and select component. ([BUG] - fullWidth prop of Select component does nothing nextui-org/nextui#3745)#3912
38a54ab49
Thanks @sanuj21! - remove the pseudo cancel btn from input ([BUG] - Two(instead of one) clear icons pop up from<Input />
nextui-org/nextui#3907)#3868
af3c4f706
Thanks @macci001! - replace the use of RTL-specific styles with logical properties.#3927
a0d7141db
Thanks @ShrinidhiUpadhyaya! - separator icon RTL support in Breadcrumbs component ([BUG] - Lack of RTL Support in breadcrumbs nextui-org/nextui#2486)#3861
8a33eabb2
Thanks @ShrinidhiUpadhyaya! - show margin only with label in Switch component ([BUG] - SWITCH Component Width Excessely nextui-org/nextui#3791)#3764
559436d46
Thanks @wingkwong! - add missingdata-[hover=true]:
for ghost button with danger color