For the latest Dart news, visit our new blog at  https://medium.com/dartlang .
Today's release of the Dart SDK and Editor is the first beta release, and contains performance and productivity improvements across the platform. This latest release helps Dart developers automate code evolution, produce smaller JavaScript code and deploy Dart web apps.   The major additions and changes to the platform include:      dart2js     Added support for dart:typed_data    Improved type inferrer by using union types and keeping track of side effects    Implemented sharing of code mixed into multiple classes    More coverage for handling of generic type    Performance improvements     20% faster on Richards, 10% faster on DeltaBlue, 8% faster on Tracer     Significant progress on mirrors support (work in progress)     Dart VM     DeltaBlue: 40% faster than M4    Tracer: 33% faster than M4    Full SIMD acceleration    Reduced initial snapshot size     improves startup time for new isolates     Improved stability of debugging experience     Editor     A new 20% faster Analyzer...