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/accordion@2.2.6
Patch Changes
77206bc
,5f388fc
]:@nextui-org/alert@2.2.8
Patch Changes
#4383
e15ef62
Thanks @jrgarciadev! - Fix [BUG] - Alert still shows border even with prop hideIconWrapper heroui-inc/heroui#4382hideIconWrapper
property wasn't removing the borded onAlert
component#4365
5946e90
Thanks @wingkwong! - fix alert slots & variantProps import ([BUG] - Alert component don't show available props heroui-inc/heroui#4336)#4354
fa38828
Thanks @wingkwong! - replace decrepate onClick in AlertUpdated dependencies [
77206bc
,5f388fc
]:@nextui-org/autocomplete@2.3.8
Patch Changes
b5943db
,9e8a656
,77206bc
,5f388fc
]:@nextui-org/avatar@2.2.5
Patch Changes
77206bc
,5f388fc
]:@nextui-org/badge@2.2.4
Patch Changes
77206bc
,5f388fc
]:@nextui-org/breadcrumbs@2.2.5
Patch Changes
77206bc
,5f388fc
]:@nextui-org/button@2.2.8
Patch Changes
77206bc
,5f388fc
]:@nextui-org/calendar@2.2.8
Patch Changes
#4428
c0e3dab
Thanks @wingkwong! - remove unnecessary fragment in calendar ([BUG] - [DateRangePicker] - Invalid propref
supplied toReact.Fragment
. React.Fragment can only havekey
andchildren
props. heroui-inc/heroui#4358, [BUG] - Datepicker raises Invalid propref
supplied toReact.Fragment
. React.Fragment can only havekey
andchildren
props. heroui-inc/heroui#4068)Updated dependencies [
77206bc
,5f388fc
]:@nextui-org/card@2.2.8
Patch Changes
77206bc
,5f388fc
]:@nextui-org/checkbox@2.3.7
Patch Changes
#4334
0b117e5
Thanks @wingkwong! - bump@nextui-org/theme
in peerDependenciesUpdated dependencies [
77206bc
,5f388fc
]:@nextui-org/chip@2.2.5
Patch Changes
77206bc
,5f388fc
]:@nextui-org/code@2.2.5
Patch Changes
77206bc
,5f388fc
,76a72a9
]:@nextui-org/date-input@2.3.7
Patch Changes
77206bc
,5f388fc
]:@nextui-org/date-picker@2.3.8
Patch Changes
c0e3dab
,77206bc
,5f388fc
]:@nextui-org/divider@2.2.5
Patch Changes
77206bc
,5f388fc
,76a72a9
]:@nextui-org/drawer@2.2.6
Patch Changes
77206bc
,5f388fc
]:@nextui-org/dropdown@2.3.8
Patch Changes
77206bc
,5f388fc
]:@nextui-org/form@2.1.7
Patch Changes
77206bc
,5f388fc
,afe0b52
,e15ef62
,e546124
]:@nextui-org/image@2.2.4
Patch Changes
77206bc
,5f388fc
]:@nextui-org/input@2.4.7
Patch Changes
#4366
9e8a656
Thanks @wingkwong! - label placement with file input type ([BUG] - Label of Input of type File, never goes inside heroui-inc/heroui#4364)Updated dependencies [
77206bc
,5f388fc
]:@nextui-org/input-otp@2.1.7
Patch Changes
#4411
5f388fc
Thanks @macci001! - Fix virtual keyboard to display the keys based on allowedKeys([BUG] - InputOtp keyboard on mobile heroui-inc/heroui#4408)#4417
93c9df1
Thanks @Peterl561! - fixed isRequired not showing error when validationBehavior=native is not explicitly set#4338
2f55ecb
Thanks @macci001! - Change ensures that the input value does not accept any disallowed characters when the value prop contains them ([BUG] -InputOtp
does not workallowedKeys
when using React Hook Form heroui-inc/heroui#4329)Updated dependencies [
77206bc
,5f388fc
]:@nextui-org/kbd@2.2.5
Patch Changes
77206bc
,5f388fc
,76a72a9
]:@nextui-org/link@2.2.6
Patch Changes
77206bc
,5f388fc
]:@nextui-org/listbox@2.3.8
Patch Changes
#4369
b5943db
Thanks @EReguero! - fix listbox section items prop in html element ([BUG] - <Listbox dynamicCollections /> heroui-inc/heroui#4277)Updated dependencies [
77206bc
,5f388fc
]:@nextui-org/menu@2.2.8
Patch Changes
77206bc
,5f388fc
]:@nextui-org/modal@2.2.6
Patch Changes
77206bc
,5f388fc
]:@nextui-org/navbar@2.2.6
Patch Changes
#4406
de0e277
Thanks @macci001! - Resolving the issue preventing the navbar from opening([BUG] - Navbar Mobile Menu Can Not Be Opened heroui-inc/heroui#4345)Updated dependencies [
77206bc
,5f388fc
]:@nextui-org/pagination@2.2.7
Patch Changes
77206bc
,5f388fc
]:@nextui-org/popover@2.3.8
Patch Changes
77206bc
,5f388fc
]:@nextui-org/progress@2.2.5
Patch Changes
77206bc
,5f388fc
]:@nextui-org/radio@2.3.7
Patch Changes
#4334
0b117e5
Thanks @wingkwong! - bump@nextui-org/theme
in peerDependenciesUpdated dependencies [
77206bc
,5f388fc
]:@nextui-org/ripple@2.2.6
Patch Changes
77206bc
,5f388fc
]:@nextui-org/scroll-shadow@2.3.4
Patch Changes
77206bc
,5f388fc
]:@nextui-org/select@2.4.8
Patch Changes
f7e1b17
Thanks @Peterl561! - fixed validationBehavior=native showing browser ui error for select component ([BUG] - AddvalidationBehavior
support for Select heroui-inc/heroui#3913)fixed select not committing error message when validationBehavior=native
b5943db
,77206bc
,5f388fc
,f7e1b17
]:@nextui-org/skeleton@2.2.4
Patch Changes
77206bc
,5f388fc
]:@nextui-org/slider@2.4.6
Patch Changes
77206bc
,5f388fc
]:@nextui-org/snippet@2.2.9
Patch Changes
77206bc
,5f388fc
]:@nextui-org/spacer@2.2.5
Patch Changes
77206bc
,5f388fc
,76a72a9
]:@nextui-org/spinner@2.2.5
Patch Changes
77206bc
,5f388fc
,76a72a9
]:@nextui-org/switch@2.2.7
Patch Changes
#4334
0b117e5
Thanks @wingkwong! - bump@nextui-org/theme
in peerDependenciesUpdated dependencies [
77206bc
,5f388fc
]:@nextui-org/table@2.2.7
Patch Changes
77206bc
,5f388fc
,0b117e5
]:@nextui-org/tabs@2.2.6
Patch Changes
77206bc
,5f388fc
]:@nextui-org/tooltip@2.2.6
Patch Changes
77206bc
,5f388fc
]:@nextui-org/user@2.2.5
Patch Changes
77206bc
,5f388fc
]:@nextui-org/react@2.6.9
Patch Changes
b5943db
,c0e3dab
,9e8a656
,5f388fc
,0b117e5
,afe0b52
,f7e1b17
,e15ef62
,93c9df1
,e546124
,5946e90
,2f55ecb
,de0e277
,fa38828
]:@nextui-org/system@2.4.5
Patch Changes
76a72a9
]:@nextui-org/system-rsc@2.3.5
Patch Changes
76a72a9
Thanks @shlyamster! - Fix data type returned by the extendVariants function ([BUG] - Component created fromextendVariants
cannot be used as a JSX component heroui-inc/heroui#4269)@nextui-org/theme@2.4.4
Patch Changes
#4394
afe0b52
Thanks @macci001! - Fixing the input in card to not become invisible on hover and making time-input and date-input consistent to other inputs.#4383
e15ef62
Thanks @jrgarciadev! - Fix [BUG] - Alert still shows border even with prop hideIconWrapper heroui-inc/heroui#4382hideIconWrapper
property wasn't removing the borded onAlert
component#4373
e546124
Thanks @Peterl561! - menu base use overflow-clip to fix listbox section sticky ([BUG] -SelectSection
heading cannot besticky
anymore heroui-inc/heroui#4335)Updated dependencies [
77206bc
,5f388fc
]:@nextui-org/use-aria-button@2.2.4
Patch Changes
77206bc
,5f388fc
]:@nextui-org/use-aria-link@2.2.4
Patch Changes
77206bc
,5f388fc
]:@nextui-org/use-aria-multiselect@2.4.3
Patch Changes
f7e1b17
Thanks @Peterl561! - fixed validationBehavior=native showing browser ui error for select component ([BUG] - AddvalidationBehavior
support for Select heroui-inc/heroui#3913)fixed select not committing error message when validationBehavior=native
@nextui-org/use-data-scroll-overflow@2.2.2
Patch Changes
77206bc
,5f388fc
]:@nextui-org/use-infinite-scroll@2.2.2
Patch Changes
77206bc
,5f388fc
]:@nextui-org/use-pagination@2.2.3
Patch Changes
77206bc
,5f388fc
]:@nextui-org/use-real-shape@2.1.2
Patch Changes
@nextui-org/aria-utils@2.2.6
Patch Changes
77206bc
,5f388fc
]:@nextui-org/framer-utils@2.1.5
Patch Changes
77206bc
,5f388fc
]:@nextui-org/react-utils@2.1.2
Patch Changes
77206bc
,5f388fc
]:@nextui-org/shared-utils@2.1.2
Patch Changes
#4327
77206bc
Thanks @s524797336! - fix process is not defined#4411
5f388fc
Thanks @macci001! - Fix virtual keyboard to display the keys based on allowedKeys([BUG] - InputOtp keyboard on mobile heroui-inc/heroui#4408)