Skip to content

Commit 1561a76

Browse files
committed
Update mediator.mdx
1 parent 7059a1a commit 1561a76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/docs/release-notes/mediator.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ import RN from '/src/components/ReleaseNote.astro';
1010
### 4.9.0 - TBD
1111
<RN type="feature">Blazor now has a connectivity event broadcaster. Simply add `<InternetConnectivity />` to your main layout (don't add more than 1)</RN>
1212
<RN type="enhancement">Blazor now has a `IConnectivityEventHandler` that you can implement to receive connectivity events</RN>
13+
<RN type="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>
1314
<RN type="fix">Blazor connectivity handler was not broadcasting changes</RN>
14-
<RN type="fix" repo="mediator" githubNumber="39">Only release semaphore slim call, if that call passed the waitstate</RN>
15+
<RN type="fix" repo="mediator" githubNumber="39">Only release semaphore slim call, if that call passed the wait state</RN>
1516

1617
### 4.8.0 - July 18, 2025
1718
<RN type="enhancement">User notification exception handler will no longer try to react for subrequests</RN>

0 commit comments

Comments
 (0)