dart-sdk/CHANGELOG.md
Sam Rawlins 0075b58bb8 CHANGELOG entry for DEPRECATED_MEMBER_USE split
Change-Id: Ibf5d90a6812181f71c251f064cad6eb890975af9
Reviewed-on: https://dart-review.googlesource.com/c/89840
Reviewed-by: Siva Annamalai <asiva@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2019-01-16 18:46:54 +00:00

127 KiB

2.1.1-dev.XX.0

(Add new changes here, and they will be copied to the change section for the next dev version)

Language

Core library changes

dart:core

  • Made DateTime.parse() also recognize , as a valid decimal separator when parsing from a string. (Issue 35576)
  • Fixed a number of 'dart:html' P1 bugs:

    • Fixed HTML API's with callback typedef to correctly convert Dart function to JS function.
    • HttpStatus constants exposed in dart:html
    • Expose DomName ondblclick and dblclickEvent for Angular analyzer.
    • Fixed removeAll on classes Set should be Iterable