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

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: final tweaks Created 6 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
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 **Dart Note**: Since dirty checking is only a development feature for
5 Polymer Dart, we did not include the functionality to stop dirty checks in
6 inactive windows.
7 * `polymer.js` is now the unminified version, and `polymer.min.js` is the
8 minified version.
9 * Fixed bug where polymer js was creating instances of extended elements in
10 order to check if they had been registered. All dart custom elements now get
11 registered with polymer js using the HTMLElement prototype.
12
13 #### 0.15.1+5
2 * Increase code_transformers lower bound and use shared transformers from it. 14 * Increase code_transformers lower bound and use shared transformers from it.
3 15
4 #### 0.15.1+4 16 #### 0.15.1+4
5 * Fix double-registration bug when using exports 17 * Fix double-registration bug when using exports
6 [21439](http://dartbug.com/21439). 18 [21439](http://dartbug.com/21439).
7 19
8 #### 0.15.1+3 20 #### 0.15.1+3
9 * Make sure that `dart_support.js` is always appended after `platform.js`, 21 * Make sure that `dart_support.js` is always appended after `platform.js`,
10 [21435](http://dartbug.com/21435). 22 [21435](http://dartbug.com/21435).
11 23
(...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), 304 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574),
293 event bindings in dart2js, by working around issue 305 event bindings in dart2js, by working around issue
294 [15573](https://code.google.com/p/dart/issues/detail?id=15573) 306 [15573](https://code.google.com/p/dart/issues/detail?id=15573)
295 307
296 #### 0.9.2+2 308 #### 0.9.2+2
297 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 309 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1
298 310
299 [0.4.2]: https://github.com/Polymer/polymer-dev/commit/8c339cf8614eb65145ec1ccbd ba7ecbadf65b343 311 [0.4.2]: https://github.com/Polymer/polymer-dev/commit/8c339cf8614eb65145ec1ccbd ba7ecbadf65b343
300 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3 f4f064950d7aee8f 312 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3 f4f064950d7aee8f
301 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601 075de2f84d92bafd 313 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601 075de2f84d92bafd
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698