| OLD | NEW |
| 1 #### 0.15.3+1 |
| 2 * Fix logic for detecting when the compiler is linting within an |
| 3 `auto-binding-dart` template element. This removes some false positive |
| 4 warnings. |
| 5 |
| 1 #### 0.15.3 | 6 #### 0.15.3 |
| 2 | |
| 3 * Narrow the constraint on observe to ensure that new features are reflected | 7 * Narrow the constraint on observe to ensure that new features are reflected |
| 4 in polymer's version. | 8 in polymer's version. |
| 5 | 9 |
| 6 #### 0.15.2 | 10 #### 0.15.2 |
| 7 * Upgraded to polymer js version | 11 * Upgraded to polymer js version |
| 8 [0.5.1](https://github.com/Polymer/polymer/releases/tag/0.5.1). | 12 [0.5.1](https://github.com/Polymer/polymer/releases/tag/0.5.1). |
| 9 **Dart Note**: Since dirty checking is only a development feature for | 13 **Dart Note**: Since dirty checking is only a development feature for |
| 10 Polymer Dart, we did not include the functionality to stop dirty checks in | 14 Polymer Dart, we did not include the functionality to stop dirty checks in |
| 11 inactive windows. | 15 inactive windows. |
| 12 * `polymer.js` is now the unminified version, and `polymer.min.js` is the | 16 * `polymer.js` is now the unminified version, and `polymer.min.js` is the |
| (...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), | 313 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), |
| 310 event bindings in dart2js, by working around issue | 314 event bindings in dart2js, by working around issue |
| 311 [15573](https://code.google.com/p/dart/issues/detail?id=15573) | 315 [15573](https://code.google.com/p/dart/issues/detail?id=15573) |
| 312 | 316 |
| 313 #### 0.9.2+2 | 317 #### 0.9.2+2 |
| 314 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 | 318 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 |
| 315 | 319 |
| 316 [0.4.2]: https://github.com/Polymer/polymer-dev/commit/8c339cf8614eb65145ec1ccbd
ba7ecbadf65b343 | 320 [0.4.2]: https://github.com/Polymer/polymer-dev/commit/8c339cf8614eb65145ec1ccbd
ba7ecbadf65b343 |
| 317 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3
f4f064950d7aee8f | 321 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3
f4f064950d7aee8f |
| 318 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601
075de2f84d92bafd | 322 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601
075de2f84d92bafd |
| OLD | NEW |