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,19 @@ 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
+
**Enhancements**
62
+
63
+
* Allow control over view transition animation duration. ([2051](https://github.com/WordPress/performance/pull/2051))
64
+
* Make `plvt_inject_animation_duration()` reusable for all transition types, including default fade. ([2078](https://github.com/WordPress/performance/pull/2078))
65
+
* Make settings section title properly translatable. ([2042](https://github.com/WordPress/performance/pull/2042))
66
+
67
+
**Bug Fixes**
68
+
69
+
* 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))
0 commit comments