Skip to content

Commit e18d388

Browse files
committed
Update release notes for extensions and mediator
Added release note for extensions v1.2.2 fixing boolean binding on stores. Updated mediator v4.9.0 release date to July 26, 2025.
1 parent d555459 commit e18d388

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ import RN from '/src/components/ReleaseNote.astro';
1616

1717
## Extensions
1818

19+
### 1.2.2 - July 26, 2025
20+
<RN type="fix">Booleans with false were not binding properly on stores</RN>
21+
1922
### 1.2 - July 14, 2025
2023
<RN type="enhancement">ServiceAttribute now has a TryAdd property that will call the appropriate service lifetime method</RN>
2124
<RN type="enhancement">Additional SingletonAttribute, ScopedAttribute, and TransientAttribute to remove the need for multiple namespaces</RN>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import RN from '/src/components/ReleaseNote.astro';
77

88
## v4
99

10-
### 4.9.0 - TBD
10+
### 4.9.0 - July 26, 2025
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">`IContractKeyProvider` provides a new injectable and external way of providing contract keys allowing you to pull values from configuration, source generation, etc without using reflection. Our current provider works on reflection to maintain backwards compat, but we have a lot of things planned here</RN>
1313
<RN type="enhancement">Blazor now has a `IConnectivityEventHandler` that you can implement to receive connectivity events</RN>

0 commit comments

Comments
 (0)