You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -56,6 +56,24 @@ Contributions are always welcome! Learn more about how to get involved in the [C
56
56
57
57
== Changelog ==
58
58
59
+
= 1.1.0 =
60
+
61
+
**Features**
62
+
63
+
* Add view transitions for WP Admin. ([2038](https://github.com/WordPress/performance/pull/2038))
64
+
65
+
**Enhancements**
66
+
67
+
* Allow control over view transition animation duration. ([2051](https://github.com/WordPress/performance/pull/2051))
68
+
* Make `plvt_inject_animation_duration()` reusable for all transition types, including default fade. ([2078](https://github.com/WordPress/performance/pull/2078))
69
+
* Make settings section title properly translatable. ([2042](https://github.com/WordPress/performance/pull/2042))
70
+
71
+
**Bug Fixes**
72
+
73
+
* Inform the user if the current theme explicitly supports view transitions with its own configuration, and add a UI control to make overriding that configuration via settings optional. ([2037](https://github.com/WordPress/performance/pull/2037))
74
+
* Set default view transition duration to 400 for better alignment with browser default. ([2081](https://github.com/WordPress/performance/pull/2081))
0 commit comments