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

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

Issue 106083005: Fix type error, add tests for it, get package ready for a patch release. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years 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.3+1
9 * Fix type error in runner.dart
10 [15649](https://code.google.com/p/dart/issues/detail?id=15649).
11
8 #### Pub version 0.9.3 12 #### Pub version 0.9.3
9 * pub-build now runs the linter automatically 13 * pub-build now runs the linter automatically
10 14
11 #### Pub version 0.9.2+4 15 #### Pub version 0.9.2+4
12 * fix linter on SVG and MathML tags with XML namespaces 16 * fix linter on SVG and MathML tags with XML namespaces
13 17
14 #### Pub version 0.9.2+3 18 #### Pub version 0.9.2+3
15 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), 19 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574),
16 event bindings in dart2js, by working around issue 20 event bindings in dart2js, by working around issue
17 [15573](https://code.google.com/p/dart/issues/detail?id=15573) 21 [15573](https://code.google.com/p/dart/issues/detail?id=15573)
18 22
19 #### Pub version 0.9.2+2 23 #### Pub version 0.9.2+2
20 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 24 * 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