Skip to content

Commit d06b8f8

Browse files
authored
v2.2.0-alpha
1 parent 63cb193 commit d06b8f8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ This project is provided "as-is". You are free to use, modify, and distribute it
6767
</p>
6868

6969

70-
# 🚀 What's New in v2.2.0-alpha - Event Object Refactoring
70+
## 🚀 What's New in v2.2.0-alpha - Event Object Refactoring
7171

7272
This release marks a major architectural milestone for the library by introducing **Event Object Refactoring**. Key events have been transitioned from passing raw data (strings) to passing full **COM-visible objects**, granting developers absolute control over the application's navigation flow.
7373

74-
## ⚡ Key Features & Enhancements
74+
### ⚡ Key Features & Enhancements
7575

7676
### 1. Advanced Navigation Control (`IWebView2NavigationStartingEventArgs`)
7777

@@ -86,7 +86,7 @@ Navigation is no longer a passive process. With the new `Args` object, you can p
8686
- **`NavigationId`**: A unique identifier for precise request tracking across complex web sessions.
8787

8888

89-
### 2. Event Object Refactoring & API Maturity
89+
#### 2. Event Object Refactoring & API Maturity
9090

9191
We are moving away from "Raw Parameter" callbacks toward an **Object-Oriented Event Model**.
9292

@@ -95,7 +95,7 @@ We are moving away from "Raw Parameter" callbacks toward an **Object-Oriented Ev
9595
- **Future-Proofing**: Adding new metadata in future WebView2 updates will no longer break existing user code, as new properties will simply be appended to the existing object.
9696

9797

98-
## 🏗️ Architectural Inheritance & Refactoring
98+
### 🏗️ Architectural Inheritance & Refactoring
9999

100100
Building on the foundation of v2.1.0, this version further strengthens the **Event Wrapper** hierarchy:
101101

0 commit comments

Comments
 (0)