Skip to content

Commit 0757f66

Browse files
committed
Merge branch 'beta/release-next' into fix/menu-item-hidden
2 parents 41dfa3e + 341b5de commit 0757f66

File tree

257 files changed

+14698
-3745
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

257 files changed

+14698
-3745
lines changed

.changeset/angry-maps-serve.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@nextui-org/theme": patch
3+
---
4+
5+
move circular-progress tv to progress

.changeset/cold-dolls-vanish.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@nextui-org/drawer": patch
3+
"@nextui-org/modal": patch
4+
---
5+
6+
Drawer styles and transition improved
+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@nextui-org/select": patch
3+
"@nextui-org/input": patch
4+
---
5+
6+
- Fixed a UI sliding issue caused by the helper wrapper being rendered when `isInvalid` was false but `errorMessage` was present

.changeset/famous-experts-buy.md

+86
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
---
2+
"@nextui-org/accordion": patch
3+
"@nextui-org/alert": patch
4+
"@nextui-org/autocomplete": patch
5+
"@nextui-org/avatar": patch
6+
"@nextui-org/badge": patch
7+
"@nextui-org/breadcrumbs": patch
8+
"@nextui-org/button": patch
9+
"@nextui-org/calendar": patch
10+
"@nextui-org/card": patch
11+
"@nextui-org/checkbox": patch
12+
"@nextui-org/chip": patch
13+
"@nextui-org/code": patch
14+
"@nextui-org/date-input": patch
15+
"@nextui-org/date-picker": patch
16+
"@nextui-org/divider": patch
17+
"@nextui-org/drawer": patch
18+
"@nextui-org/dropdown": patch
19+
"@nextui-org/image": patch
20+
"@nextui-org/input": patch
21+
"@nextui-org/kbd": patch
22+
"@nextui-org/link": patch
23+
"@nextui-org/listbox": patch
24+
"@nextui-org/menu": patch
25+
"@nextui-org/modal": patch
26+
"@nextui-org/navbar": patch
27+
"@nextui-org/pagination": patch
28+
"@nextui-org/popover": patch
29+
"@nextui-org/progress": patch
30+
"@nextui-org/radio": patch
31+
"@nextui-org/ripple": patch
32+
"@nextui-org/scroll-shadow": patch
33+
"@nextui-org/select": patch
34+
"@nextui-org/skeleton": patch
35+
"@nextui-org/slider": patch
36+
"@nextui-org/snippet": patch
37+
"@nextui-org/spacer": patch
38+
"@nextui-org/spinner": patch
39+
"@nextui-org/switch": patch
40+
"@nextui-org/table": patch
41+
"@nextui-org/tabs": patch
42+
"@nextui-org/tooltip": patch
43+
"@nextui-org/user": patch
44+
"@nextui-org/react": patch
45+
"@nextui-org/system": patch
46+
"@nextui-org/system-rsc": patch
47+
"@nextui-org/theme": patch
48+
"@nextui-org/use-aria-accordion": patch
49+
"@nextui-org/use-aria-accordion-item": patch
50+
"@nextui-org/use-aria-button": patch
51+
"@nextui-org/use-aria-link": patch
52+
"@nextui-org/use-aria-menu": patch
53+
"@nextui-org/use-aria-modal-overlay": patch
54+
"@nextui-org/use-aria-multiselect": patch
55+
"@nextui-org/use-aria-toggle-button": patch
56+
"@nextui-org/use-callback-ref": patch
57+
"@nextui-org/use-clipboard": patch
58+
"@nextui-org/use-data-scroll-overflow": patch
59+
"@nextui-org/use-disclosure": patch
60+
"@nextui-org/use-draggable": patch
61+
"@nextui-org/use-image": patch
62+
"@nextui-org/use-infinite-scroll": patch
63+
"@nextui-org/use-intersection-observer": patch
64+
"@nextui-org/use-is-mobile": patch
65+
"@nextui-org/use-is-mounted": patch
66+
"@nextui-org/use-measure": patch
67+
"@nextui-org/use-pagination": patch
68+
"@nextui-org/use-real-shape": patch
69+
"@nextui-org/use-ref-state": patch
70+
"@nextui-org/use-resize": patch
71+
"@nextui-org/use-safe-layout-effect": patch
72+
"@nextui-org/use-scroll-position": patch
73+
"@nextui-org/use-ssr": patch
74+
"@nextui-org/use-theme": patch
75+
"@nextui-org/use-update-effect": patch
76+
"@nextui-org/aria-utils": patch
77+
"@nextui-org/dom-animation": patch
78+
"@nextui-org/framer-utils": patch
79+
"@nextui-org/react-rsc-utils": patch
80+
"@nextui-org/react-utils": patch
81+
"@nextui-org/shared-icons": patch
82+
"@nextui-org/shared-utils": patch
83+
"@nextui-org/test-utils": patch
84+
---
85+
86+
Test new runner

.changeset/few-jars-flow.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
22
"@nextui-org/table": minor
33
"@nextui-org/accordion": minor
4+
"@nextui-org/alert": minor
45
"@nextui-org/autocomplete": minor
56
"@nextui-org/avatar": minor
7+
"@nextui-org/badge": minor
68
"@nextui-org/breadcrumbs": minor
79
"@nextui-org/button": minor
810
"@nextui-org/calendar": minor
@@ -11,9 +13,12 @@
1113
"@nextui-org/chip": minor
1214
"@nextui-org/date-input": minor
1315
"@nextui-org/date-picker": minor
14-
"@nextui-org/divider": minor
1516
"@nextui-org/dropdown": minor
1617
"@nextui-org/input": minor
18+
"@nextui-org/code": minor
19+
"@nextui-org/divider": minor
20+
"@nextui-org/image": minor
21+
"@nextui-org/drawer": minor
1722
"@nextui-org/kbd": minor
1823
"@nextui-org/link": minor
1924
"@nextui-org/listbox": minor
@@ -24,15 +29,21 @@
2429
"@nextui-org/popover": minor
2530
"@nextui-org/progress": minor
2631
"@nextui-org/radio": minor
32+
"@nextui-org/scroll-shadow": minor
33+
"@nextui-org/ripple": minor
2734
"@nextui-org/select": minor
2835
"@nextui-org/slider": minor
36+
"@nextui-org/skeleton": minor
37+
"@nextui-org/spacer": minor
38+
"@nextui-org/spinner": minor
2939
"@nextui-org/snippet": minor
3040
"@nextui-org/switch": minor
3141
"@nextui-org/tabs": minor
3242
"@nextui-org/tooltip": minor
3343
"@nextui-org/user": minor
3444
"@nextui-org/react": minor
3545
"@nextui-org/system": minor
46+
"@nextui-org/theme": minor
3647
"@nextui-org/system-rsc": minor
3748
"@nextui-org/use-aria-accordion": minor
3849
"@nextui-org/use-aria-accordion-item": minor
@@ -41,13 +52,14 @@
4152
"@nextui-org/use-aria-menu": minor
4253
"@nextui-org/use-aria-modal-overlay": minor
4354
"@nextui-org/use-aria-multiselect": minor
44-
"@nextui-org/use-aria-overlay": minor
4555
"@nextui-org/use-aria-toggle-button": minor
4656
"@nextui-org/use-disclosure": minor
4757
"@nextui-org/use-intersection-observer": minor
4858
"@nextui-org/use-is-mobile": minor
4959
"@nextui-org/use-pagination": minor
5060
"@nextui-org/aria-utils": minor
61+
"@nextui-org/use-ssr": minor
62+
"@nextui-org/use-theme": minor
5163
---
5264

5365
update react-aria version

.changeset/gentle-needles-rescue.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@nextui-org/use-image": patch
3+
---
4+
5+
use-image hook logic restore to the previous one to avoid nextjs hydration issues

.changeset/happy-parrots-search.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@nextui-org/theme": patch
3+
---
4+
5+
apply tw nested group (#3544, #2324, #2959)

.changeset/kind-insects-end.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@nextui-org/use-image": patch
3+
---
4+
5+
server validation added to the use-image hook

.changeset/light-needles-behave.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@nextui-org/use-theme": minor
2+
"@nextui-org/use-theme": patch
33
---
44

55
introduce `use-theme` hook

.changeset/moody-rabbits-shop.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@nextui-org/calendar": patch
3+
"@nextui-org/tabs": patch
4+
"@nextui-org/shared-utils": patch
5+
---
6+
7+
support inert value with boolean type for react 19 (#4038)

.changeset/neat-donkeys-accept.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
"@nextui-org/date-picker": minor
3-
"@nextui-org/theme": minor
2+
"@nextui-org/date-picker": patch
3+
"@nextui-org/theme": patch
44
---
55

66
Add support for selectorButtonPlacement property (#3015)

.changeset/new-cougars-collect.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@nextui-org/alert": patch
3+
"@nextui-org/theme": patch
4+
---
5+
6+
Alert styles improved

.changeset/plenty-scissors-love.md

+77
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
---
2+
"@nextui-org/accordion": patch
3+
"@nextui-org/alert": patch
4+
"@nextui-org/autocomplete": patch
5+
"@nextui-org/avatar": patch
6+
"@nextui-org/badge": patch
7+
"@nextui-org/breadcrumbs": patch
8+
"@nextui-org/button": patch
9+
"@nextui-org/calendar": patch
10+
"@nextui-org/card": patch
11+
"@nextui-org/checkbox": patch
12+
"@nextui-org/chip": patch
13+
"@nextui-org/code": patch
14+
"@nextui-org/date-input": patch
15+
"@nextui-org/date-picker": patch
16+
"@nextui-org/divider": patch
17+
"@nextui-org/drawer": patch
18+
"@nextui-org/dropdown": patch
19+
"@nextui-org/image": patch
20+
"@nextui-org/input": patch
21+
"@nextui-org/kbd": patch
22+
"@nextui-org/link": patch
23+
"@nextui-org/listbox": patch
24+
"@nextui-org/menu": patch
25+
"@nextui-org/modal": patch
26+
"@nextui-org/navbar": patch
27+
"@nextui-org/pagination": patch
28+
"@nextui-org/popover": patch
29+
"@nextui-org/progress": patch
30+
"@nextui-org/radio": patch
31+
"@nextui-org/ripple": patch
32+
"@nextui-org/scroll-shadow": patch
33+
"@nextui-org/select": patch
34+
"@nextui-org/skeleton": patch
35+
"@nextui-org/slider": patch
36+
"@nextui-org/snippet": patch
37+
"@nextui-org/spacer": patch
38+
"@nextui-org/spinner": patch
39+
"@nextui-org/switch": patch
40+
"@nextui-org/table": patch
41+
"@nextui-org/tabs": patch
42+
"@nextui-org/tooltip": patch
43+
"@nextui-org/user": patch
44+
"@nextui-org/react": patch
45+
"@nextui-org/system": patch
46+
"@nextui-org/system-rsc": patch
47+
"@nextui-org/theme": patch
48+
"@nextui-org/use-aria-accordion": patch
49+
"@nextui-org/use-aria-accordion-item": patch
50+
"@nextui-org/use-aria-button": patch
51+
"@nextui-org/use-aria-link": patch
52+
"@nextui-org/use-aria-menu": patch
53+
"@nextui-org/use-aria-modal-overlay": patch
54+
"@nextui-org/use-aria-multiselect": patch
55+
"@nextui-org/use-aria-toggle-button": patch
56+
"@nextui-org/use-clipboard": patch
57+
"@nextui-org/use-data-scroll-overflow": patch
58+
"@nextui-org/use-disclosure": patch
59+
"@nextui-org/use-draggable": patch
60+
"@nextui-org/use-image": patch
61+
"@nextui-org/use-infinite-scroll": patch
62+
"@nextui-org/use-intersection-observer": patch
63+
"@nextui-org/use-is-mobile": patch
64+
"@nextui-org/use-pagination": patch
65+
"@nextui-org/use-real-shape": patch
66+
"@nextui-org/use-ref-state": patch
67+
"@nextui-org/use-theme": patch
68+
"@nextui-org/aria-utils": patch
69+
"@nextui-org/dom-animation": patch
70+
"@nextui-org/framer-utils": patch
71+
"@nextui-org/react-utils": patch
72+
"@nextui-org/shared-icons": patch
73+
"@nextui-org/shared-utils": patch
74+
"@nextui-org/test-utils": patch
75+
---
76+
77+
Beta 1

0 commit comments

Comments
 (0)