File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
src/content/docs/release-notes Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,17 @@ import RN from '/src/components/ReleaseNote.astro';
8
8
9
9
## Reflector
10
10
11
- ### 1.1 - TBD
11
+ ### vNext - TBD
12
12
<RN type = " enhancement" >Fallback true reflection reflector now lazy loads property reflection until it is actually needed</RN >
13
13
14
14
### 1.0 - July 3, 2025
15
15
<RN type = " feature" >Initial Public Release</RN >
16
16
17
17
## Extensions
18
18
19
+ ### vNext
20
+ <RN type = " enhancement" >DI registration now supports ` AsSelf ` which allows an implementation to be registered directly</RN >
21
+
19
22
### 1.2.2 - July 26, 2025
20
23
<RN type = " fix" >Booleans with false were not binding properly on stores</RN >
21
24
<RN type = " fix" platform = " iOS" >Secure storage would not correctly store or clear all values</RN >
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ import RN from '/src/components/ReleaseNote.astro';
7
7
8
8
## v4
9
9
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
+
10
14
### 4.9.1
11
15
<RN type = " fix" repo = " mediator" githubNumber = " 40" >Fix storage service deadlock</RN >
12
16
<RN type = " fix" >Fix another release semaphore state in storage service indexing</RN >
You can’t perform that action at this time.
0 commit comments