| 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 |
| 6 * 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 |
| 8 that required updating past that. |
| 9 * There is a bug in this version where selecting non-rendered elements doesn't |
| 10 work, but it shouldn't affect most people. See |
| 11 https://github.com/Polymer/ShadowDOM/issues/495. |
| 12 |
| 5 #### Pub version 0.5.0+1 | 13 #### Pub version 0.5.0+1 |
| 6 * Backward compatible change to prepare for upcoming change of the user agent | 14 * Backward compatible change to prepare for upcoming change of the user agent |
| 7 in Dartium. | 15 in Dartium. |
| 8 | 16 |
| 9 #### Pub version 0.5.0 | 17 #### Pub version 0.5.0 |
| 10 * Upgrades to platform version 0.3.4-02a0f66 (see lib/build.log for details). | 18 * Upgrades to platform version 0.3.4-02a0f66 (see lib/build.log for details). |
| 11 | 19 |
| 12 #### Pub version 0.4.0 | 20 #### Pub version 0.4.0 |
| 13 * Adds `registerDartType` and updates to platform 0.3.3-29065bc | 21 * Adds `registerDartType` and updates to platform 0.3.3-29065bc |
| 14 (re-applies the changes in 0.3.5). | 22 (re-applies the changes in 0.3.5). |
| 15 | 23 |
| 16 #### Pub version 0.3.5+1 | 24 #### Pub version 0.3.5+1 |
| 17 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had | 25 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had |
| 18 breaking changes so we are republishing it in 0.4.0) | 26 breaking changes so we are republishing it in 0.4.0) |
| 19 | 27 |
| 20 #### Pub version 0.3.5 | 28 #### Pub version 0.3.5 |
| 21 * Added `registerDartType` to register a Dart API for a custom-element written | 29 * Added `registerDartType` to register a Dart API for a custom-element written |
| 22 in Javascript. | 30 in Javascript. |
| 23 * Updated to platform 0.3.3-29065bc | 31 * Updated to platform 0.3.3-29065bc |
| 24 | 32 |
| 25 #### Pub version 0.3.4 | 33 #### Pub version 0.3.4 |
| 26 * Updated to platform 0.2.4 (see lib/build.log for details) | 34 * Updated to platform 0.2.4 (see lib/build.log for details) |
| OLD | NEW |