Skip to content

Commit 6fa48b2

Browse files
authored
v2.0.0-stable
1 parent 6af6f48 commit 6fa48b2

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ https://www.autoitscript.com/forum/topic/213375-webview2autoit-autoit-webview2-c
5454

5555

5656
---
57-
5857
### ⚖️ License
5958

6059
This project is provided "as-is". You are free to use, modify, and distribute it for both personal and commercial projects.
@@ -63,8 +62,6 @@ This project is provided "as-is". You are free to use, modify, and distribute it
6362
<p align="center">
6463
<img src="https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png" width="100%">
6564
</p>
66-
67-
6865
## 🚀 What's New in v2.0.0-stable - Professional Naming & Absolute Stability
6966

7067
This stable release marks the transition to a professional, standardized COM architecture and introduces high-performance infrastructure for production-grade applications.
@@ -98,7 +95,6 @@ A redesigned diagnostic system for easier debugging of complex workflows.
9895
Bulk extraction methods (`GetFrameUrls`, `GetFrameNames`) allow for high-speed metadata retrieval from complex multi-frame layouts, essential for advanced web scraping.
9996

10097
---
101-
10298
#### 🖼️ IFrame HTML Extraction
10399

104100
We implemented a robust system to track and extract HTML from iframes, including cross-origin ones.
@@ -147,11 +143,11 @@ When enabled, the console will show entries like: 
147143

148144
To ensure stability for existing scripts not using the UDF, the following legacy ProgIDs are still supported through a compatibility layer:
149145

150-
| Legacy Object | Legacy ProgID | v2.0 Standardized ProgID |
151-
| :--- | :--- | :--- |
152-
| `WebViewManager` | `NetWebView2.Manager` | `NetWebView2Lib.WebView2Manager` |
153-
| `WebViewBridge` | `NetWebView2Lib.WebViewBridge` | `NetWebView2Lib.WebView2Bridge` |
154-
| `JsonParser` | `NetJson.Parser` | `NetWebView2Lib.WebView2Parser` |
146+
| Legacy Object | Legacy ProgID | v2.0 Standardized ProgID |
147+
| :--------------- | :----------------------------- | :------------------------------- |
148+
| `WebViewManager` | `NetWebView2.Manager` | `NetWebView2Lib.WebView2Manager` |
149+
| `WebViewBridge` | `NetWebView2Lib.WebViewBridge` | `NetWebView2Lib.WebView2Bridge` |
150+
| `JsonParser` | `NetJson.Parser` | `NetWebView2Lib.WebView2Parser` |
155151

156152
> [!NOTE]
157153
> Objects created with legacy ProgIDs will function exactly the same but will report their legacy class names via `ObjName()`.
@@ -162,7 +158,6 @@ To ensure stability for existing scripts not using the UDF, the following legacy
162158
<img src="https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png" width="100%">
163159
</p>
164160

165-
166161
## 📖 NetWebView2Lib Version 2.0.0-stable (Quick Reference)
167162

168163
### WebView2Manager (ProgId: NetWebView2Lib.WebView2Manager)

0 commit comments

Comments
 (0)