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
* Fixed a bug where WPF apps would crash when windows with WebView2 were closed. ([Issue #640](https://github.com/MicrosoftEdge/WebView2Feedback/issues/640))
91
+
92
+
* Fixed a bug that produced simultaneous WebView creation failure (Runtime). [Issue #2703](https://github.com/MicrosoftEdge/WebView2Feedback/issues/2703)
93
+
94
+
95
+
* Fixed print settings paper size to support dimensions as small as 0.01 inches (Runtime).
96
+
97
+
* Fixed a bug where the WebView2 print dialog reset the **Scale** setting to **Fit to printable area** every time. ([Issue #2523](https://github.com/MicrosoftEdge/WebView2Feedback/issues/2523))
98
+
99
+
* Fixed a bug in the **wv2winrt** tool where a WinMD file wasn't referenced in some projects.
@@ -135,7 +201,7 @@ For full API compatibility, this version of the WebView2 SDK requires Microsoft
135
201
136
202
* Fixed an issue in service worker caching if the path was too long. ([Issue #1900](https://github.com/MicrosoftEdge/WebView2Feedback/issues/1900))
137
203
138
-
* Improved performance for wv2winrt `IMap` and `IMapView` projections into JavaScript.
204
+
* Improved performance for **wv2winrt**`IMap` and `IMapView` projections into JavaScript.
139
205
140
206
* Adding support for HWND_MESSAGE to be used as WebView2 parent window to support headless scenarios. ([Issue #202](https://github.com/MicrosoftEdge/WebView2Feedback/issues/202))
0 commit comments