| OLD | NEW |
| 1 #### 0.15.3 |
| 2 |
| 3 * Narrow the constraint on observe to ensure that new features are reflected |
| 4 in polymer's version. |
| 5 |
| 1 #### 0.15.2 | 6 #### 0.15.2 |
| 2 * Upgraded to polymer js version | 7 * Upgraded to polymer js version |
| 3 [0.5.1](https://github.com/Polymer/polymer/releases/tag/0.5.1). | 8 [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 | 9 **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 | 10 Polymer Dart, we did not include the functionality to stop dirty checks in |
| 6 inactive windows. | 11 inactive windows. |
| 7 * `polymer.js` is now the unminified version, and `polymer.min.js` is the | 12 * `polymer.js` is now the unminified version, and `polymer.min.js` is the |
| 8 minified version. | 13 minified version. |
| 9 * Fixed bug where polymer js was creating instances of extended elements in | 14 * 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 | 15 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 Loading... |
| 304 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), | 309 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), |
| 305 event bindings in dart2js, by working around issue | 310 event bindings in dart2js, by working around issue |
| 306 [15573](https://code.google.com/p/dart/issues/detail?id=15573) | 311 [15573](https://code.google.com/p/dart/issues/detail?id=15573) |
| 307 | 312 |
| 308 #### 0.9.2+2 | 313 #### 0.9.2+2 |
| 309 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 | 314 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 |
| 310 | 315 |
| 311 [0.4.2]: https://github.com/Polymer/polymer-dev/commit/8c339cf8614eb65145ec1ccbd
ba7ecbadf65b343 | 316 [0.4.2]: https://github.com/Polymer/polymer-dev/commit/8c339cf8614eb65145ec1ccbd
ba7ecbadf65b343 |
| 312 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3
f4f064950d7aee8f | 317 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3
f4f064950d7aee8f |
| 313 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601
075de2f84d92bafd | 318 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601
075de2f84d92bafd |
| OLD | NEW |