Skip to content

Commit 05444d4

Browse files
authored
Merge pull request #2027 from WordPress/prepare/view-transitions-experimental-launch
Prepare View Transitions for launch as part of Performance Lab program
2 parents de82990 + c25ce29 commit 05444d4

File tree

5 files changed

+12
-1
lines changed

5 files changed

+12
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Plugin | Slug | Experimental | Lin
2121
[Performant Translations][3] | `performant-translations` | No | [Source][11], [Issues][19], [PRs][27]
2222
[Speculative Loading][4] | `speculation-rules` | No | [Source][12], [Issues][20], [PRs][28]
2323
[Enhanced Responsive Images][6] | `auto-sizes` | Yes | [Source][14], [Issues][22], [PRs][30]
24+
[View Transitions][37] | `view-transitions` | Yes | [Source][38], [Issues][39], [PRs][40]
2425
[Web Worker Offloading][8] | `web-worker-offloading` | Yes | [Source][16], [Issues][24], [PRs][32]
2526

2627
[1]: https://wordpress.org/plugins/dominant-color-images/
@@ -32,6 +33,7 @@ Plugin | Slug | Experimental | Lin
3233
[7]: https://wordpress.org/plugins/image-prioritizer/
3334
[8]: https://wordpress.org/plugins/web-worker-offloading/
3435
[33]: https://wordpress.org/plugins/optimization-detective/
36+
[37]: https://wordpress.org/plugins/view-transitions/
3537

3638
[9]: https://github.com/WordPress/performance/tree/trunk/plugins/dominant-color-images
3739
[10]: https://github.com/WordPress/performance/tree/trunk/plugins/webp-uploads
@@ -42,6 +44,7 @@ Plugin | Slug | Experimental | Lin
4244
[15]: https://github.com/WordPress/performance/tree/trunk/plugins/image-prioritizer
4345
[16]: https://github.com/WordPress/performance/tree/trunk/plugins/web-worker-offloading
4446
[34]: https://github.com/WordPress/performance/tree/trunk/plugins/optimization-detective
47+
[38]: https://github.com/WordPress/performance/tree/trunk/plugins/view-transitions
4548

4649
[17]: https://github.com/WordPress/performance/issues?q=is%3Aopen+label%3A%22%5BPlugin%5D+Image+Placeholders%22
4750
[18]: https://github.com/WordPress/performance/issues?q=is%3Aopen+label%3A%22%5BPlugin%5D+Modern+Image+Formats%22
@@ -52,6 +55,7 @@ Plugin | Slug | Experimental | Lin
5255
[23]: https://github.com/WordPress/performance/issues?q=is%3Aopen+label%3A%22%5BPlugin%5D+Image+Prioritizer%22
5356
[24]: https://github.com/WordPress/performance/issues?q=is%3Aopen%20label%3A%22%5BPlugin%5D%20Web%20Worker%20Offloading%22
5457
[35]: https://github.com/WordPress/performance/issues?q=is%3Aopen%20label%3A%22%5BPlugin%5D%20Optimization%20Detective%22
58+
[39]: https://github.com/WordPress/performance/issues?q=is%3Aopen%20label%3A%22%5BPlugin%5D%20View%20Transitions%22
5559

5660
[25]: https://github.com/WordPress/performance/pulls?q=is%3Apr+is%3Aopen+label%3A%22%5BPlugin%5D+Image+Placeholders%22
5761
[26]: https://github.com/WordPress/performance/pulls?q=is%3Apr+is%3Aopen+label%3A%22%5BPlugin%5D+Modern+Image+Formats%22
@@ -62,5 +66,6 @@ Plugin | Slug | Experimental | Lin
6266
[31]: https://github.com/WordPress/performance/pulls?q=is%3Apr+is%3Aopen+label%3A%22%5BPlugin%5D+Image+Prioritizer%22
6367
[32]: https://github.com/WordPress/performance/pulls?q=is%3Apr+is%3Aopen+label%3A%22%5BPlugin%5D+Web%20Worker%20Offloading%22
6468
[36]: https://github.com/WordPress/performance/pulls?q=is%3Apr+is%3Aopen+label%3A%22%5BPlugin%5D+Optimization%20Detective%22
69+
[40]: https://github.com/WordPress/performance/pulls?q=is%3Apr+is%3Aopen+label%3A%22%5BPlugin%5D+View%20Transitions%22
6570

6671
Note that the plugin names sometimes diverge from the plugin slugs due to scope changes. For example, a plugin's purpose may change as some of its features are merged into WordPress core.

plugins.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"optimization-detective",
88
"performance-lab",
99
"speculation-rules",
10+
"view-transitions",
1011
"web-worker-offloading",
1112
"webp-uploads"
1213
]

plugins/performance-lab/load.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ function perflab_get_standalone_plugin_data(): array {
116116
'speculation-rules' => array(
117117
'constant' => 'SPECULATION_RULES_VERSION',
118118
),
119+
'view-transitions' => array(
120+
'constant' => 'VIEW_TRANSITIONS_VERSION',
121+
'experimental' => true,
122+
),
119123
'web-worker-offloading' => array(
120124
'constant' => 'WEB_WORKER_OFFLOADING_VERSION',
121125
'experimental' => true,

plugins/performance-lab/readme.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The feature plugins which are currently featured by this plugin are:
2323
* [Performant Translations](https://wordpress.org/plugins/performant-translations/)
2424
* [Speculative Loading](https://wordpress.org/plugins/speculation-rules/)
2525
* [Enhanced Responsive Images](https://wordpress.org/plugins/auto-sizes/) _(experimental)_
26+
* [View Transitions](https://wordpress.org/plugins/view-transitions/) _(experimental)_
2627
* [Web Worker Offloading](https://wordpress.org/plugins/web-worker-offloading/) _(experimental)_
2728

2829
These plugins can also be installed separately from installing Performance Lab, but having the Performance Lab plugin also active will ensure you find out about new performance features as they are developed.

plugins/view-transitions/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ Contributions are always welcome! Learn more about how to get involved in the [C
5353

5454
= 1.0.0 =
5555

56-
* Initial release.
56+
* Initial release. ([1997](https://github.com/WordPress/performance/issues/1997))

0 commit comments

Comments
 (0)