Releases: dart-lang/webdev
Releases · dart-lang/webdev
dwds-v13.0.0
What's Changed
- Embed Dart DevTools in Chrome DevTools by @elliette in #1502
- Disable the "Paused" overlay by @elliette in #1509
- Change debug extension panel name to Dart Debugger by @elliette in #1511
- Support lazily created SDK configurations. by @annagrin in #1510
- Update dwds changelog and version by @annagrin in #1516
- Fix flakes in tests due to race condition on finding a free port by @annagrin in #1515
- Fix flaky
debug_extension_test.dart
by @elliette in #1521 - Adds an IDE query parameter to the Dart DevTools URL by @elliette in #1522
- Add release instructions to DWDS by @elliette in #1523
- Update CONTRIBUTING doc for the Dart Debug Extension by @elliette in #1524
- Support embedded debugging experience in environments with nested Dart app ID by @elliette in #1525
- Fix issues in DevTools load time reporting by @annagrin in #1518
- Fix crash when sending events to client.js during hot restart by @annagrin in #1531
- fix lint by @kevmoo in #1534
- update to the latest mono_repo by @kevmoo in #1533
- Removed verbose printing on DevTools events, test webdev with local dwds by @annagrin in #1535
- Detect Flutter Web apps and embed inspector page for them by @elliette in #1539
- Fix error message on expression evaluation for module load error by @annagrin in #1542
- Migrate .packages to package_config by @annagrin in #1543
- Add screen field to DebuggerReady event by @annagrin in #1552
- Fix broken debugging caused by missing CallFrame.url by @annagrin in #1559
- Prep to publish dwds 13.0.0 by @annagrin in #1561
Full Changelog: dwds-v12.1.0...dwds-v13.0.0
dwds-v12.1.0
What's Changed
- Skip failing test in
test/devtools_test.dart
to unblock PRs by @elliette in #1505 - Prepare DWDS for minor bump to
v.12.1.0
by @elliette in #1503
Full Changelog: dwds-v12.0.0...dwds-v12.1.0
webdev-v2.7.8
What's Changed
- Add an option to dwds to suppress emitting debug events by @annagrin in #1467
- Fixed issues discovered in integration by @annagrin in #1469
- DWDS only sends events if it has stats by @elliette in #1470
- Fix crash on missing libraries.json by @annagrin in #1472
- Add
CONTRIBUTING.md
to DWDS by @elliette in #1471 - Shows an overlay "Paused in Dart DevTools" when paused at a breakpoint by @elliette in #1476
- Update dependencies for the Dart Debug Extension by @elliette in #1479
- Remove dead code for reading events from console by @nshahan in #1483
- Add option to launch DevTools in the same Chrome window by @elliette in #1481
- latest mono_repo by @kevmoo in #1484
- Roll forward vm_service and dds deps by @bkonyi in #1485
- Refactor
background.dart
in Dart Debug Extension by @elliette in #1478 - Enable expression evaluation by default in webdev by @annagrin in #1488
- Batch debug events sent from injected client to dwds by @annagrin in #1487
- latest build_verify by @kevmoo in #1492
- Serve DevTools from Dart SDK via DDS instead of pub by @bkonyi in #1489
- Update the Dart min SDK to
2.16.0
and prepare webdev and DWDS for release by @elliette in #1495 - updated version and built by @annagrin in #1496
- remove unneeded file by @annagrin in #1497
- Update Webdev to
v.2.7.8
by @elliette in #1498 - Update the Dart Debug Extension version to
1.24
by @elliette in #1494
Full Changelog: webdev-v2.7.7...webdev-v2.7.8
dwds-v12.0.0
What's Changed
- Show a warning in the Dart Debug Extension when a user tries to debug a sharded Dart app by @elliette in #1462
- Implement lookupResolvedPackageUris and lookupPackageUris by @annagrin in #1458
- Prepare to publsih webdev by @annagrin in #1464
- Add an option to dwds to suppress emitting debug events by @annagrin in #1467
- Fixed issues discovered in integration by @annagrin in #1469
- DWDS only sends events if it has stats by @elliette in #1470
- Fix crash on missing libraries.json by @annagrin in #1472
- Add
CONTRIBUTING.md
to DWDS by @elliette in #1471 - Shows an overlay "Paused in Dart DevTools" when paused at a breakpoint by @elliette in #1476
- Update dependencies for the Dart Debug Extension by @elliette in #1479
- Remove dead code for reading events from console by @nshahan in #1483
- Add option to launch DevTools in the same Chrome window by @elliette in #1481
- latest mono_repo by @kevmoo in #1484
- Roll forward vm_service and dds deps by @bkonyi in #1485
- Refactor
background.dart
in Dart Debug Extension by @elliette in #1478 - Enable expression evaluation by default in webdev by @annagrin in #1488
- Batch debug events sent from injected client to dwds by @annagrin in #1487
- latest build_verify by @kevmoo in #1492
- Serve DevTools from Dart SDK via DDS instead of pub by @bkonyi in #1489
- Update the Dart min SDK to
2.16.0
and prepare webdev and DWDS for release by @elliette in #1495 - updated version and built by @annagrin in #1496
- remove unneeded file by @annagrin in #1497
Full Changelog: dwds-v11.5.1...dwds-v12.0.0
webdev-v2.7.7
Full Changelog: webdev-v2.7.6...webdev-v2.7.7
dwds-v11.5.1
What's Changed
- Update CONTRIBUTING documentation for the debug extension by @elliette in #1460
- Update min SDK version to
2.15.0
by @elliette in #1463
Full Changelog: dwds-v11.5.0...dwds-v11.5.1
dwds-v11.5.0
What's Changed
- Modify JS object check for static interop by @srujzs in #1438
- Support hot restart for multi-ddr scenario by @annagrin in #1442
- Drop pkg:pedantic usage by @kevmoo in #1443
- Enable pkg:lints recommended lints by @kevmoo in #1444
- Bump vm_service to 7.4.0 by @kenzieschmoll in #1445
- ChromeProxyService implements noSuchMethod by @elliette in #1448
- Use window.navigator.vendor to detect chromium-based browsers by @annagrin in #1449
- Reliably find unused port to start extension backend http service on by @annagrin in #1451
- Don't fetch range if the object has no length by @elliette in #1453
- Include static member information for classes by @elliette in #1454
- Prep to publish dwds by @annagrin in #1456
Full Changelog: dwds-v11.4.0...dwds-v11.5.0
dwds-v11.4.0
What's Changed
- SDK master=>main default branch migration by @pq in #1408
- Add metrics for devtools IPL by @annagrin in #1404
- Change to recognize pageReady dwds event from devtools by @annagrin in #1411
- Optimize url encoding, use default port for debugger service by @annagrin in #1402
- Fix duplicated scripts and prep to publish dwds by @annagrin in #1414
- Potential partial fix for broken socket exceptions by @annagrin in #1417
- Added more analytics by @annagrin in #1420
- Return only scripts included in a library for library object by @annagrin in #1424
webdev-v2.7.6
Match latest dwds version.
dwds-v11.3.0
Prep to publish dwds (#1407)