| OLD | NEW |
| 1 # changelog | 1 # changelog |
| 2 | 2 |
| 3 This file contains highlights of what changes on each version of this package. | 3 This file contains highlights of what changes on each version of this package. |
| 4 | 4 |
| 5 #### Pub version 0.6.0+1 |
| 6 * Cherry pick https://github.com/Polymer/ShadowDOM/pull/500 to fix |
| 7 http://dartbug.com/20141. Fixes getDefaultComputedStyle in firefox. |
| 8 |
| 5 #### Pub version 0.6.0 | 9 #### Pub version 0.6.0 |
| 6 * Upgrades to platform master as of 8/25/2014 (see lib/build.log for details). | 10 * Upgrades to platform master as of 8/25/2014 (see lib/build.log for details). |
| 7 This is more recent than the 0.3.5 release as there were multiple breakages | 11 This is more recent than the 0.3.5 release as there were multiple breakages |
| 8 that required updating past that. | 12 that required updating past that. |
| 9 * There is a bug in this version where selecting non-rendered elements doesn't | 13 * There is a bug in this version where selecting non-rendered elements doesn't |
| 10 work, but it shouldn't affect most people. See | 14 work, but it shouldn't affect most people. See |
| 11 https://github.com/Polymer/ShadowDOM/issues/495. | 15 https://github.com/Polymer/ShadowDOM/issues/495. |
| 12 | 16 |
| 13 #### Pub version 0.5.0+1 | 17 #### Pub version 0.5.0+1 |
| 14 * Backward compatible change to prepare for upcoming change of the user agent | 18 * Backward compatible change to prepare for upcoming change of the user agent |
| (...skipping 10 matching lines...) Expand all Loading... |
| 25 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had | 29 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had |
| 26 breaking changes so we are republishing it in 0.4.0) | 30 breaking changes so we are republishing it in 0.4.0) |
| 27 | 31 |
| 28 #### Pub version 0.3.5 | 32 #### Pub version 0.3.5 |
| 29 * Added `registerDartType` to register a Dart API for a custom-element written | 33 * Added `registerDartType` to register a Dart API for a custom-element written |
| 30 in Javascript. | 34 in Javascript. |
| 31 * Updated to platform 0.3.3-29065bc | 35 * Updated to platform 0.3.3-29065bc |
| 32 | 36 |
| 33 #### Pub version 0.3.4 | 37 #### Pub version 0.3.4 |
| 34 * Updated to platform 0.2.4 (see lib/build.log for details) | 38 * Updated to platform 0.2.4 (see lib/build.log for details) |
| OLD | NEW |