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

Side by Side Diff: pkg/polymer/CHANGELOG.md

Issue 131913005: Minor changes in lib.src.build.runner, and fix version (now that we determined (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/polymer/lib/src/build/runner.dart » ('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 polymer 3 This file contains highlights of what changes on each version of the polymer
4 package. We will also note important changes to the polyfill packages if they 4 package. We will also note important changes to the polyfill packages if they
5 impact polymer: custom_element, html_import, observe, shadow_dom, 5 impact polymer: custom_element, html_import, observe, shadow_dom,
6 and template_binding. 6 and template_binding.
7 7
8 #### Pub version 0.9.4
9 * Removes unused dependency on csslib.
10
8 #### Pub version 0.9.3+3 11 #### Pub version 0.9.3+3
9 * Removes workaround now that mirrors implement a missing feature. Requires 12 * Removes workaround now that mirrors implement a missing feature. Requires
10 SDK >= 1.1.0-dev.5.0. 13 SDK >= 1.1.0-dev.5.0.
11 14
12 #### Pub version 0.9.3+2 15 #### Pub version 0.9.3+2
13 * Fix rare canonicalization bug 16 * Fix rare canonicalization bug
14 [15694](https://code.google.com/p/dart/issues/detail?id=15694) 17 [15694](https://code.google.com/p/dart/issues/detail?id=15694)
15 18
16 #### Pub version 0.9.3+1 19 #### Pub version 0.9.3+1
17 * Fix type error in runner.dart 20 * Fix type error in runner.dart
18 [15649](https://code.google.com/p/dart/issues/detail?id=15649). 21 [15649](https://code.google.com/p/dart/issues/detail?id=15649).
19 22
20 #### Pub version 0.9.3 23 #### Pub version 0.9.3
21 * pub-build now runs the linter automatically 24 * pub-build now runs the linter automatically
22 25
23 #### Pub version 0.9.2+4 26 #### Pub version 0.9.2+4
24 * fix linter on SVG and MathML tags with XML namespaces 27 * fix linter on SVG and MathML tags with XML namespaces
25 28
26 #### Pub version 0.9.2+3 29 #### Pub version 0.9.2+3
27 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), 30 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574),
28 event bindings in dart2js, by working around issue 31 event bindings in dart2js, by working around issue
29 [15573](https://code.google.com/p/dart/issues/detail?id=15573) 32 [15573](https://code.google.com/p/dart/issues/detail?id=15573)
30 33
31 #### Pub version 0.9.2+2 34 #### Pub version 0.9.2+2
32 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 35 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1
OLDNEW
« no previous file with comments | « no previous file | pkg/polymer/lib/src/build/runner.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698