Skip to content

Commit 8b34746

Browse files
committed
merge main and updated client.dart to fetchLibrariesForHotReload when performing hotreload
2 parents ba7942a + 5bf833d commit 8b34746

36 files changed

+2387
-1197
lines changed

dwds/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
## 24.4.0-wip
1+
## 24.3.11-wip
22

33
- Added WebSocket-based hot reload support: `reloadSources` in `ChromeProxyService` and `DevHandler` now handle hot reload requests and responses over WebSockets.
44
- Refactored the injected client to use a reusable function for handling hot reload requests and responses over WebSockets.
55

6+
## 24.3.10
7+
8+
- Disabled breakpoints on changed files in a hot reload. They currently do not
9+
map to the correct locations or are broken, so disable them for now. - [#60186](https://github.com/dart-lang/sdk/issues/60186)
10+
11+
612
## 24.3.9
713

814
- Renamed DWDS Injector parameter `enableDebuggingSupport` to `injectDebuggingSupportCode` for clearer intent.

0 commit comments

Comments
 (0)