OLD | NEW |
1 This file contains highlights of what changes on each version of the polymer | 1 #### 0.14.0-dev |
2 package. We will also note important changes to the polyfill packages (observe, | 2 * Upgraded to polymer 0.4.0 ([polymer-dev#d66a86e][d66a86e]). |
3 web_components, and template_binding) if they impact polymer. | 3 * The platform.js script is no longer required in Chrome or Dartium |
| 4 (version 36). You can now remove this from your projects for development, |
| 5 and it will be injected when running pub build or pub serve. If you would |
| 6 like the option to not inject platform.js at all in the built output (if you |
| 7 are deploying to chrome exclusively), please star this bug |
| 8 http://dartbug.com/20865. |
4 | 9 |
5 #### 0.13.1 | 10 #### 0.13.1 |
6 * Upgraded error messages to have a unique and stable identifier. This | 11 * Upgraded error messages to have a unique and stable identifier. This |
7 requires a version of `code_transformers` newer than `0.2.3`. | 12 requires a version of `code_transformers` newer than `0.2.3`. |
8 * Upgraded minimum version constraint on 'args' to '0.11.0'. | 13 * Upgraded minimum version constraint on 'args' to '0.11.0'. |
9 | 14 |
10 #### 0.13.0+3 | 15 #### 0.13.0+3 |
11 * Added a warning about flashes of unstyled content if we can detect a | 16 * Added a warning about flashes of unstyled content if we can detect a |
12 situation that would cause it [20751](http://dartbug.com/20751). | 17 situation that would cause it [20751](http://dartbug.com/20751). |
13 | 18 |
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
212 #### 0.9.2+3 | 217 #### 0.9.2+3 |
213 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), | 218 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), |
214 event bindings in dart2js, by working around issue | 219 event bindings in dart2js, by working around issue |
215 [15573](https://code.google.com/p/dart/issues/detail?id=15573) | 220 [15573](https://code.google.com/p/dart/issues/detail?id=15573) |
216 | 221 |
217 #### 0.9.2+2 | 222 #### 0.9.2+2 |
218 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 | 223 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 |
219 | 224 |
220 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3
f4f064950d7aee8f | 225 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3
f4f064950d7aee8f |
221 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601
075de2f84d92bafd | 226 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601
075de2f84d92bafd |
OLD | NEW |