Releases: dart-lang/webdev
Releases · dart-lang/webdev
dwds-v14.0.0
What's Changed
- Add instructions for debugging DWDS with Flutter tools by @elliette in #1574
- Add columns to breakpoints by @annagrin in #1560
- populate the pubspec repository fields by @devoncarew in #1586
- Dart Debug Extension gracefully handles disconnection by @elliette in #1582
- Split SDK configuration validation into components by @annagrin in #1589
- Fix issues discovered when using web server device in flutter tools by @annagrin in #1588
- Fix breakpoints not hitting after changing a base in index.html. by @annagrin in #1556
- Find best locations for breakpoints, expression evaluation, and call frames. by @annagrin in #1590
- update mono_repo by @kevmoo in #1592
- Make error message in Dart Debug Extension more specific by @elliette in #1583
- Send an event notifying DWDS when the debugger is detached by @elliette in #1595
- Fix DDC compilation error for the Dart Debug Extension by @elliette in #1594
- Fix slow stepping into with deferred loaded modules by @annagrin in #1593
- Mark mono_repo outputs as generated by @natebosch in #1597
- Prepare to publish dwds 14.0.0 by @annagrin in #1596
Full Changelog: dwds-v13.1.0...dwds-v14.0.0
dwds-v13.1.0
What's Changed
- Update _fe_analyzer_shared to version ^38.0.0 by @goderbauer in #1573
- Prepare to publish dwds 13.1.0 by @annagrin in #1577
New Contributors
- @goderbauer made their first contribution in #1573
Full Changelog: dwds-v13.0.0...dwds-v13.1.0
dwds-v12.1.1
What's Changed
Full Changelog: dwds-v12.1.0...dwds-v12.1.1
dwds-v11.5.2
What's Changed
Full Changelog: dwds-v11.5.1...dwds-v11.5.2
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