-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci(changesets): 📦 version packages #2029
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 24, 2023 12:40
c900953
to
f742f29
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 24, 2023 12:51
f742f29
to
7292329
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 28, 2023 13:34
7292329
to
800c5a0
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 23, 2023 15:44
800c5a0
to
18bc6ad
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
February 11, 2024 13:31
18bc6ad
to
6dfbdf6
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
February 11, 2024 13:38
6dfbdf6
to
133510d
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
February 13, 2024 00:17
4042e38
to
73bec13
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
February 13, 2024 00:42
73bec13
to
64c5327
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
February 17, 2024 18:15
64c5327
to
971b4a5
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
February 27, 2024 14:38
7726d79
to
2840e11
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
March 1, 2024 21:50
2840e11
to
c3cce3e
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
March 3, 2024 20:35
c3cce3e
to
fbab20e
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
March 3, 2024 20:49
fbab20e
to
a836c7c
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
March 3, 2024 21:00
1c1f70e
to
936a229
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
March 3, 2024 21:14
936a229
to
7f83a2c
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
March 3, 2024 21:20
7f83a2c
to
d5af6bb
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
March 3, 2024 23:40
d5af6bb
to
e08b8f8
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
March 3, 2024 23:46
e08b8f8
to
13ce558
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 main, this PR will be updated.
Releases
@nextui-org/[email protected]
Patch Changes
#2375
e12f3faa8
Thanks @kuri-sun! - autocomplete, tabIndex is not passed on inputUpdated dependencies [
e4ba43b4e
,0ba165f0f
,436ba1cd8
,e6f36281c
,0b5cde7bc
,a235e324b
,01aedcf09
]:@nextui-org/[email protected]
Patch Changes
0b5cde7bc
]:@nextui-org/[email protected]
Patch Changes
#2435
9b27da544
Thanks @kuri-sun! - Fixed the bug: isDisabled does not disable dropdownUpdated dependencies [
a235e324b
,01aedcf09
]:@nextui-org/[email protected]
Patch Changes
#2371
e4ba43b4e
Thanks @wingkwong! - fixed input label overlapping issue ([BUG] - System input="date" placeholder overlaps next-ui label #2255)#2028
0ba165f0f
Thanks @jrgarciadev! - Fix [BUG] - When the label does not exist, thelabelPlacement
of theInput
should beoutside
#1979 labelPlacement is outside when not having a label for input, autocomplete and select components.#2031
436ba1cd8
Thanks @jrgarciadev! - Fix Input component isClearable not working #1984 input clearable feature fixed#2274
e6f36281c
Thanks @Prakash7895! - Fix [BUG] - Number input label #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
fa27bccb3
Thanks @markwilson! - Fix typo in CSS variable accessor for modal transition@nextui-org/[email protected]
Patch Changes
#2393
dec7d411b
Thanks @wingkwong! - fixed inversed RTL pagination arrows ([BUG] - Inversed RTL Pagination Arrows #2292)Updated dependencies [
dec7d411b
]:@nextui-org/[email protected]
Patch Changes
#2390
a235e324b
Thanks @u3u! - AddupdatePositionDeps
prop to popover component#2032
01aedcf09
Thanks @jrgarciadev! - Fix [BUG] - Popover - isDismissable not work #2025 isDismissable prop passed to the aria-popover hook.Updated dependencies []:
@nextui-org/[email protected]
Patch Changes
0ce10269c
Thanks @wingkwong! - fix incorrect strokeWidth in circular progress ([BUG] - strokeWidth doesn't do anything on Circular Progress #1790)@nextui-org/[email protected]
Patch Changes
5be104f72
]:@nextui-org/[email protected]
Patch Changes
#2028
0ba165f0f
Thanks @jrgarciadev! - Fix [BUG] - When the label does not exist, thelabelPlacement
of theInput
should beoutside
#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]
Patch Changes
bea1e1fde
]:@nextui-org/[email protected]
Patch Changes
bea1e1fde
]:@nextui-org/[email protected]
Patch Changes
#2325
0b5cde7bc
Thanks @ali-idrizi! - allow styling Spinner's label by passing classNames to the slotUpdated dependencies []:
@nextui-org/[email protected]
Patch Changes
bea1e1fde
Thanks @friedemannsommer! - replaced "useLayoutEffect" with "useSafeLayoutEffect" in "useTooltip" hook to prevent unnecessary React warnings@nextui-org/[email protected]
Patch Changes
141887d38
,fa27bccb3
,e4ba43b4e
,e12f3faa8
,0ba165f0f
,37bed2368
,436ba1cd8
,e6f36281c
,0b5cde7bc
,e83595e06
,bea1e1fde
,dec7d411b
,a235e324b
,0ce10269c
,9b27da544
,01aedcf09
]:@nextui-org/[email protected]
Patch Changes
#2387
141887d38
Thanks @kuri-sun! - Chip with dot variant is not properly styled#2392
37bed2368
Thanks @wingkwong! - fixed incorrect RTL behaviour in toggle ([BUG] - Switch not working in RTL #2266)#2379
e83595e06
Thanks @sudongyuer! - fix(chip): fix isOneChar compound variants avoid chip malformed([BUG] [Chip] - isOneChar works incorrectly with avatar prop #2350)@nextui-org/[email protected]
Patch Changes
d8b0ef528
Thanks @sudongyuer! - fix won't display warning when placeholder ([BUG] - Select: Keys "" passed to "selectedKeys" are not present in the collection. #2346)@nextui-org/[email protected]
Patch Changes
5be104f72
Thanks @wingkwong! - fixed incorrect attribute names in clearOverflow ([Bug] use-data-scroll-overflow isEnabled prop #2010)@nextui-org/[email protected]
Patch Changes
dec7d411b
Thanks @wingkwong! - fixed inversed RTL pagination arrows ([BUG] - Inversed RTL Pagination Arrows #2292)