Chromium Code Reviews

Side by Side Diff: mojo/public/dart/third_party/html/CHANGELOG.md

Issue 1346773002: Stop running pub get at gclient sync time and fix build bugs (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
« no previous file with comments | « mojo/public/dart/third_party/html/.status ('k') | mojo/public/dart/third_party/html/LICENSE » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # changelog
2
3 This file contains highlights of what changes on each version of the html
4 package.
5
6 #### Pub version 0.12.2
7 * Added `Element.endSourceSpan`, containing the span of a closing tag.
8
9 #### Pub version 0.12.0+1
10 * Support `csslib` version `0.12.0`.
11
12 #### Rename to package:html 0.12.0
13 * package has been renamed to `html`
14
15 #### Pub version 0.12.0
16 * switch from `source_maps`' `Span` class to `source_span`'s
17 `SourceSpan` class.
18
19 #### Pub version 0.11.0+2
20 * expand the version constraint for csslib.
21
22 #### Pub version 0.10.0+1
23 * use a more recent source_maps version.
24
25 #### Pub version 0.10.0
26 * fix how document fragments are added in NodeList.add/addAll/insertAll.
27
28 #### Pub version 0.9.2-dev
29 * add Node.text, Node.append, Document.documentElement
30 * add Text.data, deprecate Node.value and Text.value.
31 * deprecate Node.$dom_nodeType
32 * added querySelector/querySelectorAll, deprecated query/queryAll.
33 This matches the current APIs in dart:html.
OLDNEW
« no previous file with comments | « mojo/public/dart/third_party/html/.status ('k') | mojo/public/dart/third_party/html/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine