Skip to content

Commit 521e272

Browse files
committed
Merge branch 'release-next' into dev
2 parents 1880978 + 4c1047d commit 521e272

69 files changed

Lines changed: 750 additions & 375 deletions

Some content is hidden

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

.changeset/dont-mutate-meta.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/express-flush-stream-headers.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-cf-sourcemaps.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/route-lazy-fouc.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/stabilize-create-remix-stub.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/stale-apples-reply.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/start-view-transition.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

.changeset/use-matches-type.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

contributors.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@
9797
- colinhacks
9898
- confix
9999
- coryhouse
100+
- courtyenn
101+
- craigayre
100102
- craigglennie
101103
- crismali
102104
- CSFlorin
@@ -119,6 +121,7 @@
119121
- developit
120122
- devongovett
121123
- dgurns
124+
- dg1234uk
122125
- dhargitai
123126
- dhmacs
124127
- dima-takoy
@@ -230,6 +233,7 @@
230233
- janhoogeveen
231234
- Jannis-Morgenstern
232235
- jasonadelia
236+
- jawkha
233237
- jaydiablo
234238
- jca41
235239
- jdeniau
@@ -502,6 +506,7 @@
502506
- squidpunch
503507
- staylor
504508
- stephanerangaya
509+
- stephenwade
505510
- SufianBabri
506511
- supachaidev
507512
- Synvox
@@ -537,6 +542,7 @@
537542
- vimutti77
538543
- vincecao
539544
- visormatt
545+
- viveleroi
540546
- vkrol
541547
- vlindhol
542548
- vmosyaykin
@@ -560,6 +566,7 @@
560566
- yomeshgupta
561567
- youbicode
562568
- youngvform
569+
- yusuke99
563570
- zachdtaylor
564571
- zainfathoni
565572
- zayenz
@@ -585,3 +592,4 @@
585592
- robbtraister
586593
- TrySound
587594
- rogepi
595+
- fredericoo

docs/components/form.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ This is recommended over [`<form>`][form_element]. When the `action` prop is omi
7777

7878
The `unstable_viewTransition` prop enables a [View Transition][view-transitions] for this navigation by wrapping the final state update in `document.startViewTransition()`. If you need to apply specific styles for this view transition, you will also need to leverage the [`unstable_useViewTransitionState()`][use-view-transition-state].
7979

80-
<docs-warn>
80+
<docs-warning>
8181
Please note that this API is marked unstable and may be subject to breaking changes without a major release.
82-
</docs-warn>
82+
</docs-warning>
8383

8484
## Notes
8585

0 commit comments

Comments
 (0)