Releases: dart-lang/webdev
Releases · dart-lang/webdev
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)
webdev-v2.7.5
Updates:
- Depend on the latest
package:dwds
. - Update min sdk constraint to
>=2.13.0
. - Support the latest
package:build_daemon
.
dwds-v11.2.3
Bug fixes:
- Fix race causing intermittent
Aww, snap
errors on starting debugger
with multiple breakpoints in source. - Fix needing chrome to be focus in order to wait for the isolate to
exit on hot restart.
dwds-v11.2.2
- Depend on
dds
version2.1.1
. - Depend on
vm_service
vesrion7.2.0
.