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

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

Issue 360573003: Fix version in web_components. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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/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 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 (observe, 4 package. We will also note important changes to the polyfill packages (observe,
5 web_components, and template_binding) if they impact polymer. 5 web_components, and template_binding) if they impact polymer.
6 6
7 #### Pub version 0.11.0+5
8 * fixes web_components version in dependencies
9
7 #### Pub version 0.11.0+4 10 #### Pub version 0.11.0+4
8 * workaround for bug 11 * workaround for bug
9 [19653](https://code.google.com/p/dart/issues/detail?id=19653) 12 [19653](https://code.google.com/p/dart/issues/detail?id=19653)
10 13
11 #### Pub version 0.11.0+3 14 #### Pub version 0.11.0+3
12 * update readme 15 * update readme
13 16
14 #### Pub version 0.11.0+2 17 #### Pub version 0.11.0+2
15 * bug fix: event listeners were not in the dirty-checking zone 18 * bug fix: event listeners were not in the dirty-checking zone
16 * bug fix: dispatch event in auto-binding 19 * bug fix: dispatch event in auto-binding
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 #### Pub version 0.9.2+4 79 #### Pub version 0.9.2+4
77 * fix linter on SVG and MathML tags with XML namespaces 80 * fix linter on SVG and MathML tags with XML namespaces
78 81
79 #### Pub version 0.9.2+3 82 #### Pub version 0.9.2+3
80 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), 83 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574),
81 event bindings in dart2js, by working around issue 84 event bindings in dart2js, by working around issue
82 [15573](https://code.google.com/p/dart/issues/detail?id=15573) 85 [15573](https://code.google.com/p/dart/issues/detail?id=15573)
83 86
84 #### Pub version 0.9.2+2 87 #### Pub version 0.9.2+2
85 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 88 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1
OLDNEW
« no previous file with comments | « no previous file | pkg/polymer/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698