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

Side by Side Diff: CHANGELOG.md

Issue 1907013002: Expand the version constraint to allow using csslib 0.13.x. (Closed) Base URL: https://github.com/dart-lang/html.git@master
Patch Set: Created 4 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.2+2
7 * Support `csslib` versions `0.13.x`.
8
6 #### Pub version 0.12.2+1 9 #### Pub version 0.12.2+1
7 * Exclude `.packages` file from the published package. 10 * Exclude `.packages` file from the published package.
8 11
9 #### Pub version 0.12.2 12 #### Pub version 0.12.2
10 * Added `Element.endSourceSpan`, containing the span of a closing tag. 13 * Added `Element.endSourceSpan`, containing the span of a closing tag.
11 14
12 #### Pub version 0.12.0+1 15 #### Pub version 0.12.0+1
13 * Support `csslib` version `0.12.0`. 16 * Support `csslib` version `0.12.0`.
14 17
15 #### Rename to package:html 0.12.0 18 #### Rename to package:html 0.12.0
(...skipping 11 matching lines...) Expand all
27 30
28 #### Pub version 0.10.0 31 #### Pub version 0.10.0
29 * fix how document fragments are added in NodeList.add/addAll/insertAll. 32 * fix how document fragments are added in NodeList.add/addAll/insertAll.
30 33
31 #### Pub version 0.9.2-dev 34 #### Pub version 0.9.2-dev
32 * add Node.text, Node.append, Document.documentElement 35 * add Node.text, Node.append, Document.documentElement
33 * add Text.data, deprecate Node.value and Text.value. 36 * add Text.data, deprecate Node.value and Text.value.
34 * deprecate Node.$dom_nodeType 37 * deprecate Node.$dom_nodeType
35 * added querySelector/querySelectorAll, deprecated query/queryAll. 38 * added querySelector/querySelectorAll, deprecated query/queryAll.
36 This matches the current APIs in dart:html. 39 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