-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'beta/release-next' into adding-isClearable-to-select
- Loading branch information
Showing
260 changed files
with
13,493 additions
and
2,359 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@nextui-org/theme": patch | ||
--- | ||
|
||
move circular-progress tv to progress |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@nextui-org/drawer": patch | ||
"@nextui-org/modal": patch | ||
--- | ||
|
||
Drawer styles and transition improved |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@nextui-org/select": patch | ||
"@nextui-org/input": patch | ||
--- | ||
|
||
- Fixed a UI sliding issue caused by the helper wrapper being rendered when `isInvalid` was false but `errorMessage` was present |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
--- | ||
"@nextui-org/accordion": patch | ||
"@nextui-org/alert": patch | ||
"@nextui-org/autocomplete": patch | ||
"@nextui-org/avatar": patch | ||
"@nextui-org/badge": patch | ||
"@nextui-org/breadcrumbs": patch | ||
"@nextui-org/button": patch | ||
"@nextui-org/calendar": patch | ||
"@nextui-org/card": patch | ||
"@nextui-org/checkbox": patch | ||
"@nextui-org/chip": patch | ||
"@nextui-org/code": patch | ||
"@nextui-org/date-input": patch | ||
"@nextui-org/date-picker": patch | ||
"@nextui-org/divider": patch | ||
"@nextui-org/drawer": patch | ||
"@nextui-org/dropdown": patch | ||
"@nextui-org/image": patch | ||
"@nextui-org/input": patch | ||
"@nextui-org/kbd": patch | ||
"@nextui-org/link": patch | ||
"@nextui-org/listbox": patch | ||
"@nextui-org/menu": patch | ||
"@nextui-org/modal": patch | ||
"@nextui-org/navbar": patch | ||
"@nextui-org/pagination": patch | ||
"@nextui-org/popover": patch | ||
"@nextui-org/progress": patch | ||
"@nextui-org/radio": patch | ||
"@nextui-org/ripple": patch | ||
"@nextui-org/scroll-shadow": patch | ||
"@nextui-org/select": patch | ||
"@nextui-org/skeleton": patch | ||
"@nextui-org/slider": patch | ||
"@nextui-org/snippet": patch | ||
"@nextui-org/spacer": patch | ||
"@nextui-org/spinner": patch | ||
"@nextui-org/switch": patch | ||
"@nextui-org/table": patch | ||
"@nextui-org/tabs": patch | ||
"@nextui-org/tooltip": patch | ||
"@nextui-org/user": patch | ||
"@nextui-org/react": patch | ||
"@nextui-org/system": patch | ||
"@nextui-org/system-rsc": patch | ||
"@nextui-org/theme": patch | ||
"@nextui-org/use-aria-accordion": patch | ||
"@nextui-org/use-aria-accordion-item": patch | ||
"@nextui-org/use-aria-button": patch | ||
"@nextui-org/use-aria-link": patch | ||
"@nextui-org/use-aria-menu": patch | ||
"@nextui-org/use-aria-modal-overlay": patch | ||
"@nextui-org/use-aria-multiselect": patch | ||
"@nextui-org/use-aria-toggle-button": patch | ||
"@nextui-org/use-callback-ref": patch | ||
"@nextui-org/use-clipboard": patch | ||
"@nextui-org/use-data-scroll-overflow": patch | ||
"@nextui-org/use-disclosure": patch | ||
"@nextui-org/use-draggable": patch | ||
"@nextui-org/use-image": patch | ||
"@nextui-org/use-infinite-scroll": patch | ||
"@nextui-org/use-intersection-observer": patch | ||
"@nextui-org/use-is-mobile": patch | ||
"@nextui-org/use-is-mounted": patch | ||
"@nextui-org/use-measure": patch | ||
"@nextui-org/use-pagination": patch | ||
"@nextui-org/use-real-shape": patch | ||
"@nextui-org/use-ref-state": patch | ||
"@nextui-org/use-resize": patch | ||
"@nextui-org/use-safe-layout-effect": patch | ||
"@nextui-org/use-scroll-position": patch | ||
"@nextui-org/use-ssr": patch | ||
"@nextui-org/use-theme": patch | ||
"@nextui-org/use-update-effect": patch | ||
"@nextui-org/aria-utils": patch | ||
"@nextui-org/dom-animation": patch | ||
"@nextui-org/framer-utils": patch | ||
"@nextui-org/react-rsc-utils": patch | ||
"@nextui-org/react-utils": patch | ||
"@nextui-org/shared-icons": patch | ||
"@nextui-org/shared-utils": patch | ||
"@nextui-org/test-utils": patch | ||
--- | ||
|
||
Test new runner |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@nextui-org/use-image": patch | ||
--- | ||
|
||
use-image hook logic restore to the previous one to avoid nextjs hydration issues |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@nextui-org/theme": patch | ||
--- | ||
|
||
apply tw nested group (#3544, #2324, #2959) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@nextui-org/use-image": patch | ||
--- | ||
|
||
server validation added to the use-image hook |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
"@nextui-org/use-theme": minor | ||
"@nextui-org/use-theme": patch | ||
--- | ||
|
||
introduce `use-theme` hook |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@nextui-org/calendar": patch | ||
"@nextui-org/tabs": patch | ||
"@nextui-org/shared-utils": patch | ||
--- | ||
|
||
support inert value with boolean type for react 19 (#4038) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
"@nextui-org/date-picker": minor | ||
"@nextui-org/theme": minor | ||
"@nextui-org/date-picker": patch | ||
"@nextui-org/theme": patch | ||
--- | ||
|
||
Add support for selectorButtonPlacement property (#3015) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@nextui-org/alert": patch | ||
"@nextui-org/theme": patch | ||
--- | ||
|
||
Alert styles improved |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
--- | ||
"@nextui-org/accordion": patch | ||
"@nextui-org/alert": patch | ||
"@nextui-org/autocomplete": patch | ||
"@nextui-org/avatar": patch | ||
"@nextui-org/badge": patch | ||
"@nextui-org/breadcrumbs": patch | ||
"@nextui-org/button": patch | ||
"@nextui-org/calendar": patch | ||
"@nextui-org/card": patch | ||
"@nextui-org/checkbox": patch | ||
"@nextui-org/chip": patch | ||
"@nextui-org/code": patch | ||
"@nextui-org/date-input": patch | ||
"@nextui-org/date-picker": patch | ||
"@nextui-org/divider": patch | ||
"@nextui-org/drawer": patch | ||
"@nextui-org/dropdown": patch | ||
"@nextui-org/image": patch | ||
"@nextui-org/input": patch | ||
"@nextui-org/kbd": patch | ||
"@nextui-org/link": patch | ||
"@nextui-org/listbox": patch | ||
"@nextui-org/menu": patch | ||
"@nextui-org/modal": patch | ||
"@nextui-org/navbar": patch | ||
"@nextui-org/pagination": patch | ||
"@nextui-org/popover": patch | ||
"@nextui-org/progress": patch | ||
"@nextui-org/radio": patch | ||
"@nextui-org/ripple": patch | ||
"@nextui-org/scroll-shadow": patch | ||
"@nextui-org/select": patch | ||
"@nextui-org/skeleton": patch | ||
"@nextui-org/slider": patch | ||
"@nextui-org/snippet": patch | ||
"@nextui-org/spacer": patch | ||
"@nextui-org/spinner": patch | ||
"@nextui-org/switch": patch | ||
"@nextui-org/table": patch | ||
"@nextui-org/tabs": patch | ||
"@nextui-org/tooltip": patch | ||
"@nextui-org/user": patch | ||
"@nextui-org/react": patch | ||
"@nextui-org/system": patch | ||
"@nextui-org/system-rsc": patch | ||
"@nextui-org/theme": patch | ||
"@nextui-org/use-aria-accordion": patch | ||
"@nextui-org/use-aria-accordion-item": patch | ||
"@nextui-org/use-aria-button": patch | ||
"@nextui-org/use-aria-link": patch | ||
"@nextui-org/use-aria-menu": patch | ||
"@nextui-org/use-aria-modal-overlay": patch | ||
"@nextui-org/use-aria-multiselect": patch | ||
"@nextui-org/use-aria-toggle-button": patch | ||
"@nextui-org/use-clipboard": patch | ||
"@nextui-org/use-data-scroll-overflow": patch | ||
"@nextui-org/use-disclosure": patch | ||
"@nextui-org/use-draggable": patch | ||
"@nextui-org/use-image": patch | ||
"@nextui-org/use-infinite-scroll": patch | ||
"@nextui-org/use-intersection-observer": patch | ||
"@nextui-org/use-is-mobile": patch | ||
"@nextui-org/use-pagination": patch | ||
"@nextui-org/use-real-shape": patch | ||
"@nextui-org/use-ref-state": patch | ||
"@nextui-org/use-theme": patch | ||
"@nextui-org/aria-utils": patch | ||
"@nextui-org/dom-animation": patch | ||
"@nextui-org/framer-utils": patch | ||
"@nextui-org/react-utils": patch | ||
"@nextui-org/shared-icons": patch | ||
"@nextui-org/shared-utils": patch | ||
"@nextui-org/test-utils": patch | ||
--- | ||
|
||
Beta 1 |
Oops, something went wrong.