| OLD | NEW |
| 1 #### Pub version 0.7.1+2 |
| 2 * Revert the change from 0.7.1+1 due to redness in FF/Safari/IE. |
| 3 |
| 1 #### Pub version 0.7.1+1 | 4 #### Pub version 0.7.1+1 |
| 2 * Cherry pick [f280d](https://github.com/Polymer/ShadowDOM/commit/f280d) and | 5 * Cherry pick [f280d](https://github.com/Polymer/ShadowDOM/commit/f280d) and |
| 3 [165c3](https://github.com/Polymer/CustomElements/commit/165c3) to fix | 6 [165c3](https://github.com/Polymer/CustomElements/commit/165c3) to fix |
| 4 memory leaks. | 7 memory leaks. |
| 5 | 8 |
| 6 #### Pub version 0.7.1 | 9 #### Pub version 0.7.1 |
| 7 * Update to platform version 0.4.1-d214582. | 10 * Update to platform version 0.4.1-d214582. |
| 8 | 11 |
| 9 #### Pub version 0.7.0+1 | 12 #### Pub version 0.7.0+1 |
| 10 * Cherry pick https://github.com/Polymer/ShadowDOM/pull/506 to fix IOS 8. | 13 * Cherry pick https://github.com/Polymer/ShadowDOM/pull/506 to fix IOS 8. |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had | 47 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had |
| 45 breaking changes so we are republishing it in 0.4.0) | 48 breaking changes so we are republishing it in 0.4.0) |
| 46 | 49 |
| 47 #### Pub version 0.3.5 | 50 #### Pub version 0.3.5 |
| 48 * Added `registerDartType` to register a Dart API for a custom-element written | 51 * Added `registerDartType` to register a Dart API for a custom-element written |
| 49 in Javascript. | 52 in Javascript. |
| 50 * Updated to platform 0.3.3-29065bc | 53 * Updated to platform 0.3.3-29065bc |
| 51 | 54 |
| 52 #### Pub version 0.3.4 | 55 #### Pub version 0.3.4 |
| 53 * Updated to platform 0.2.4 (see lib/build.log for details) | 56 * Updated to platform 0.2.4 (see lib/build.log for details) |
| OLD | NEW |