Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Side by Side Diff: CHANGELOG.md

Issue 1059773002: pkg/html: support latest csslib (Closed) Base URL: https://github.com/dart-lang/html5lib.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # changelog 1 # changelog
2 2
3 This file contains highlights of what changes on each version of the html 3 This file contains highlights of what changes on each version of the html
4 package. 4 package.
5 5
6 #### Pub version 0.12.0+1
7 * Support `csslib` version `0.12.0`.
8
6 #### Rename to package:html 0.12.0 9 #### Rename to package:html 0.12.0
7 * package has been renamed to `html` 10 * package has been renamed to `html`
8 11
9 #### Pub version 0.12.0 12 #### Pub version 0.12.0
10 * switch from `source_maps`' `Span` class to `source_span`'s 13 * switch from `source_maps`' `Span` class to `source_span`'s
11 `SourceSpan` class. 14 `SourceSpan` class.
12 15
13 #### Pub version 0.11.0+2 16 #### Pub version 0.11.0+2
14 * expand the version constraint for csslib. 17 * expand the version constraint for csslib.
15 18
16 #### Pub version 0.10.0+1 19 #### Pub version 0.10.0+1
17 * use a more recent source_maps version. 20 * use a more recent source_maps version.
18 21
19 #### Pub version 0.10.0 22 #### Pub version 0.10.0
20 * fix how document fragments are added in NodeList.add/addAll/insertAll. 23 * fix how document fragments are added in NodeList.add/addAll/insertAll.
21 24
22 #### Pub version 0.9.2-dev 25 #### Pub version 0.9.2-dev
23 * add Node.text, Node.append, Document.documentElement 26 * add Node.text, Node.append, Document.documentElement
24 * add Text.data, deprecate Node.value and Text.value. 27 * add Text.data, deprecate Node.value and Text.value.
25 * deprecate Node.$dom_nodeType 28 * deprecate Node.$dom_nodeType
26 * added querySelector/querySelectorAll, deprecated query/queryAll. 29 * added querySelector/querySelectorAll, deprecated query/queryAll.
27 This matches the current APIs in dart:html. 30 This matches the current APIs in dart:html.
OLDNEW
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698