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

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

Issue 608553002: publish updates (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 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 #### 0.15.0-dev 1 #### 0.15.0
2 * Added Polymer.forceReady method. This forces a ready state regardless of 2 * Added Polymer.forceReady method. This forces a ready state regardless of
3 whether or not there are still polymer-element declarations waiting for 3 whether or not there are still polymer-element declarations waiting for
4 their class definitions to be loaded. 4 their class definitions to be loaded.
5 * Added Polymer.waitingFor method. This returns a list of all polymer-element 5 * Added Polymer.waitingFor method. This returns a list of all polymer-element
6 declarations that are still waiting for their class definitions to be 6 declarations that are still waiting for their class definitions to be
7 loaded. 7 loaded.
8 * Added injectBoundHTML instance method. This can be used to dynamically 8 * Added injectBoundHTML instance method. This can be used to dynamically
9 inject html that is bound to your current element into a target element. 9 inject html that is bound to your current element into a target element.
10 10
11 #### 0.14.3 11 #### 0.14.3
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 #### 0.9.2+3 263 #### 0.9.2+3
264 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), 264 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574),
265 event bindings in dart2js, by working around issue 265 event bindings in dart2js, by working around issue
266 [15573](https://code.google.com/p/dart/issues/detail?id=15573) 266 [15573](https://code.google.com/p/dart/issues/detail?id=15573)
267 267
268 #### 0.9.2+2 268 #### 0.9.2+2
269 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 269 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1
270 270
271 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3 f4f064950d7aee8f 271 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3 f4f064950d7aee8f
272 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601 075de2f84d92bafd 272 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601 075de2f84d92bafd
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