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

Unified Diff: packages/html/CHANGELOG.md

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « packages/html/.status ('k') | packages/html/LICENSE » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/html/CHANGELOG.md
diff --git a/packages/html/CHANGELOG.md b/packages/html/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..588c735a29bcbe8a0a9d605d3dd0d2ba5dd03281
--- /dev/null
+++ b/packages/html/CHANGELOG.md
@@ -0,0 +1,33 @@
+# changelog
+
+This file contains highlights of what changes on each version of the html
+package.
+
+#### Pub version 0.12.2
+ * Added `Element.endSourceSpan`, containing the span of a closing tag.
+
+#### Pub version 0.12.0+1
+ * Support `csslib` version `0.12.0`.
+
+#### Rename to package:html 0.12.0
+ * package has been renamed to `html`
+
+#### Pub version 0.12.0
+ * switch from `source_maps`' `Span` class to `source_span`'s
+ `SourceSpan` class.
+
+#### Pub version 0.11.0+2
+ * expand the version constraint for csslib.
+
+#### Pub version 0.10.0+1
+ * use a more recent source_maps version.
+
+#### Pub version 0.10.0
+ * fix how document fragments are added in NodeList.add/addAll/insertAll.
+
+#### Pub version 0.9.2-dev
+ * add Node.text, Node.append, Document.documentElement
+ * add Text.data, deprecate Node.value and Text.value.
+ * deprecate Node.$dom_nodeType
+ * added querySelector/querySelectorAll, deprecated query/queryAll.
+ This matches the current APIs in dart:html.
« no previous file with comments | « packages/html/.status ('k') | packages/html/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698