Skip to content

webdev-v4.0.0

Choose a tag to compare

@Markzipan Markzipan released this 10 Jul 22:08
· 7 commits to main since this release
1ed45ed

4.0.0

  • Add module-format flag for testing new DDC Library Bundle module format prior to release.
  • Fix webdev failing to compile in aot mode due to missing DDS arguments.
  • Bump dds to ^5.3.0.
  • Bump dwds to ^27.0.3.
  • Fix issue where hot restarts/reloads without local file changes would sometimes cause DDC to hang.
  • Add 'web-hot-reload' experimental feature flag.
  • Use the DDC Library Bundle module format by default.
    • If your use case depends on internal details of the old (AMD) module format, you can restore it by passing--module-format amd. The old module format will be removed in a future release, so please let us know.
  • Remove the requirement for the --canary flag when selecting the --module-format=ddc option.
  • Remove deprecated --null-safety flag. All Dart 3 compiles use sound null
    safety.