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
Copy file name to clipboardExpand all lines: src/content/docs/release-notes/mediator.mdx
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,9 @@ import RN from '/src/components/ReleaseNote.astro';
10
10
### 4.9.0 - TBD
11
11
<RNtype="feature">Blazor now has a connectivity event broadcaster. Simply add `<InternetConnectivity />` to your main layout (don't add more than 1)</RN>
12
12
<RNtype="enhancement">Blazor now has a `IConnectivityEventHandler` that you can implement to receive connectivity events</RN>
13
+
<RNtype="enhancement">UseBlazor will no longer error on .NET MAUI apps. It will only register the Blazor event collector. If running in the browser, all of Blazor's infrastructure is registered</RN>
13
14
<RNtype="fix">Blazor connectivity handler was not broadcasting changes</RN>
14
-
<RNtype="fix"repo="mediator"githubNumber="39">Only release semaphore slim call, if that call passed the waitstate</RN>
15
+
<RNtype="fix"repo="mediator"githubNumber="39">Only release semaphore slim call, if that call passed the wait state</RN>
15
16
16
17
### 4.8.0 - July 18, 2025
17
18
<RNtype="enhancement">User notification exception handler will no longer try to react for subrequests</RN>
0 commit comments