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

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

Issue 783393005: fix logic for detecting when in an auto-binding element (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: update changelog/pubspec 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
« no previous file with comments | « no previous file | pkg/polymer/lib/src/build/linter.dart » ('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.2+1
2 * Fix logic for detecting when in an `auto-binding-dart` template element.
Siggi Cherem (dart-lang) 2014/12/09 20:56:24 when in => when the compiler is linting within ?
jakemac 2014/12/09 22:26:21 Done.
3 This removes some false positive warnings.
4
1 #### 0.15.2 5 #### 0.15.2
2 * Upgraded to polymer js version 6 * Upgraded to polymer js version
3 [0.5.1](https://github.com/Polymer/polymer/releases/tag/0.5.1). 7 [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 8 **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 9 Polymer Dart, we did not include the functionality to stop dirty checks in
6 inactive windows. 10 inactive windows.
7 * `polymer.js` is now the unminified version, and `polymer.min.js` is the 11 * `polymer.js` is now the unminified version, and `polymer.min.js` is the
8 minified version. 12 minified version.
9 * Fixed bug where polymer js was creating instances of extended elements in 13 * 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 14 order to check if they had been registered. All dart custom elements now get
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), 308 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574),
305 event bindings in dart2js, by working around issue 309 event bindings in dart2js, by working around issue
306 [15573](https://code.google.com/p/dart/issues/detail?id=15573) 310 [15573](https://code.google.com/p/dart/issues/detail?id=15573)
307 311
308 #### 0.9.2+2 312 #### 0.9.2+2
309 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 313 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1
310 314
311 [0.4.2]: https://github.com/Polymer/polymer-dev/commit/8c339cf8614eb65145ec1ccbd ba7ecbadf65b343 315 [0.4.2]: https://github.com/Polymer/polymer-dev/commit/8c339cf8614eb65145ec1ccbd ba7ecbadf65b343
312 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3 f4f064950d7aee8f 316 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3 f4f064950d7aee8f
313 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601 075de2f84d92bafd 317 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601 075de2f84d92bafd
OLDNEW
« no previous file with comments | « no previous file | pkg/polymer/lib/src/build/linter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698