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

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

Issue 723393003: update to polymer js 0.5.1 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: little bit of cleanup Created 6 years, 1 month 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
OLDNEW
1 #### Pub version 0.15.1+5 1 #### 0.15.2
2 * Upgraded to polymer js version
3 [0.5.1](https://github.com/Polymer/polymer/releases/tag/0.5.1).
4 * `polymer.js` is now the unminified version, and `polymer.min.js` is the
5 minified version.
6
7 #### 0.15.1+5
2 * Increase code_transformers lower bound and use shared transformers from it. 8 * Increase code_transformers lower bound and use shared transformers from it.
3 9
4 #### 0.15.1+4 10 #### 0.15.1+4
5 * Fix double-registration bug when using exports 11 * Fix double-registration bug when using exports
6 [21439](http://dartbug.com/21439). 12 [21439](http://dartbug.com/21439).
7 13
8 #### 0.15.1+3 14 #### 0.15.1+3
9 * Make sure that `dart_support.js` is always appended after `platform.js`, 15 * Make sure that `dart_support.js` is always appended after `platform.js`,
10 [21435](http://dartbug.com/21435). 16 [21435](http://dartbug.com/21435).
11 17
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), 298 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574),
293 event bindings in dart2js, by working around issue 299 event bindings in dart2js, by working around issue
294 [15573](https://code.google.com/p/dart/issues/detail?id=15573) 300 [15573](https://code.google.com/p/dart/issues/detail?id=15573)
295 301
296 #### 0.9.2+2 302 #### 0.9.2+2
297 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 303 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1
298 304
299 [0.4.2]: https://github.com/Polymer/polymer-dev/commit/8c339cf8614eb65145ec1ccbd ba7ecbadf65b343 305 [0.4.2]: https://github.com/Polymer/polymer-dev/commit/8c339cf8614eb65145ec1ccbd ba7ecbadf65b343
300 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3 f4f064950d7aee8f 306 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3 f4f064950d7aee8f
301 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601 075de2f84d92bafd 307 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601 075de2f84d92bafd
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698