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

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

Issue 638773002: Rolling packages to version 0.4.2 (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 | « pkg/observe/CHANGELOG.md ('k') | pkg/polymer/lib/boot.js » ('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.1-dev
2 * Upgraded to polymer [0.4.2][]
3
1 #### 0.15.0+1 4 #### 0.15.0+1
2 * Widen web_components version constraint. 5 * Widen web_components version constraint.
3 6
4 #### 0.15.0 7 #### 0.15.0
8 * Upgraded to polymer 0.4.1
5 * Added Polymer.forceReady method. This forces a ready state regardless of 9 * Added Polymer.forceReady method. This forces a ready state regardless of
6 whether or not there are still polymer-element declarations waiting for 10 whether or not there are still polymer-element declarations waiting for
7 their class definitions to be loaded. 11 their class definitions to be loaded.
8 * Added Polymer.waitingFor method. This returns a list of all polymer-element 12 * Added Polymer.waitingFor method. This returns a list of all polymer-element
9 declarations that are still waiting for their class definitions to be 13 declarations that are still waiting for their class definitions to be
10 loaded. 14 loaded.
11 * Add runtime checking of the waitingFor queue and print to the console if a 15 * Add runtime checking of the waitingFor queue and print to the console if a
12 deadlock situation is suspected to help diagnose the white screen of death. 16 deadlock situation is suspected to help diagnose the white screen of death.
13 * Added injectBoundHTML instance method. This can be used to dynamically 17 * Added injectBoundHTML instance method. This can be used to dynamically
14 inject html that is bound to your current element into a target element. 18 inject html that is bound to your current element into a target element.
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 * fix linter on SVG and MathML tags with XML namespaces 270 * fix linter on SVG and MathML tags with XML namespaces
267 271
268 #### 0.9.2+3 272 #### 0.9.2+3
269 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), 273 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574),
270 event bindings in dart2js, by working around issue 274 event bindings in dart2js, by working around issue
271 [15573](https://code.google.com/p/dart/issues/detail?id=15573) 275 [15573](https://code.google.com/p/dart/issues/detail?id=15573)
272 276
273 #### 0.9.2+2 277 #### 0.9.2+2
274 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 278 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1
275 279
280 [0.4.2]: https://github.com/Polymer/polymer-dev/commit/8c339cf8614eb65145ec1ccbd ba7ecbadf65b343
276 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3 f4f064950d7aee8f 281 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3 f4f064950d7aee8f
277 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601 075de2f84d92bafd 282 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601 075de2f84d92bafd
OLDNEW
« no previous file with comments | « pkg/observe/CHANGELOG.md ('k') | pkg/polymer/lib/boot.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698