Skip to content

Commit 752a349

Browse files
committed
Updates
1 parent 621559d commit 752a349

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,17 @@ import RN from '/src/components/ReleaseNote.astro';
88

99
## Reflector
1010

11-
### 1.1 - TBD
11+
### vNext - TBD
1212
<RN type="enhancement">Fallback true reflection reflector now lazy loads property reflection until it is actually needed</RN>
1313

1414
### 1.0 - July 3, 2025
1515
<RN type="feature">Initial Public Release</RN>
1616

1717
## Extensions
1818

19+
### vNext
20+
<RN type="enhancement">DI registration now supports `AsSelf` which allows an implementation to be registered directly</RN>
21+
1922
### 1.2.2 - July 26, 2025
2023
<RN type="fix">Booleans with false were not binding properly on stores</RN>
2124
<RN type="fix" platform="iOS">Secure storage would not correctly store or clear all values</RN>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ import RN from '/src/components/ReleaseNote.astro';
77

88
## v4
99

10+
### v4.10 - TBD
11+
<RN type="feature">Re-releasing standalone Sentry library due to AOT not being supported on MAUI via Sentry.Diagnostics</RN>
12+
<RN type="enhancement">New RuntimeEventRegistration service that you can add event handlers to at runtime dynamically</RN>
13+
1014
### 4.9.1
1115
<RN type="fix" repo="mediator" githubNumber="40">Fix storage service deadlock</RN>
1216
<RN type="fix">Fix another release semaphore state in storage service indexing</RN>

0 commit comments

Comments
 (0)