| OLD | NEW |
| (Empty) |
| 1 #### 0.10.0 | |
| 2 * Updated to the `0.5.1` js version. | |
| 3 * **Breaking Change** To remain consistent with the js repository all the | |
| 4 `platform.js` has been replaced with `webcomponents.js`. Also, the default | |
| 5 file is now unminified, and the minified version is called | |
| 6 `webcomponents.min.js`. | |
| 7 | |
| 8 #### 0.9.0+1 | |
| 9 * Remove all `.map` and `.concat.js` files during release mode. | |
| 10 | |
| 11 #### 0.9.0 | |
| 12 * Updated to platform version 0.4.2, internally a deprecated API was removed, | |
| 13 hence the bump in the version number. | |
| 14 | |
| 15 * split dart_support.js in two. dart_support.js only contains what is | |
| 16 necessary in order to use platform.js, | |
| 17 interop_support.js/interop_support.html can be imported separately when | |
| 18 providing Dart APIs for js custom elements. | |
| 19 | |
| 20 #### 0.8.0 | |
| 21 * Re-apply changes from 0.7.1+1 and also cherry pick | |
| 22 [efdbbc](https://github.com/polymer/CustomElements/commit/efdbbc) to fix | |
| 23 the customElementsTakeRecords function. | |
| 24 * **Breaking Change** The customElementsTakeRecords function now has an | |
| 25 an optional argument `node`. There is no longer a single global observer, | |
| 26 but one for each ShadowRoot and one for the main document. The observer that | |
| 27 is actually used defaults to the main document, but if `node` is supplied | |
| 28 then it will walk up the document tree and use the first observer that it | |
| 29 finds. | |
| 30 | |
| 31 #### 0.7.1+2 | |
| 32 * Revert the change from 0.7.1+1 due to redness in FF/Safari/IE. | |
| 33 | |
| 34 #### 0.7.1+1 | |
| 35 * Cherry pick [f280d](https://github.com/Polymer/ShadowDOM/commit/f280d) and | |
| 36 [165c3](https://github.com/Polymer/CustomElements/commit/165c3) to fix | |
| 37 memory leaks. | |
| 38 | |
| 39 #### 0.7.1 | |
| 40 * Update to platform version 0.4.1-d214582. | |
| 41 | |
| 42 #### 0.7.0+1 | |
| 43 * Cherry pick https://github.com/Polymer/ShadowDOM/pull/506 to fix IOS 8. | |
| 44 | |
| 45 #### 0.7.0 | |
| 46 * Updated to 0.4.0-5a7353d release, with same cherry pick as 0.6.0+1. | |
| 47 * Many features were moved into the polymer package, this package is now | |
| 48 purely focused on polyfills. | |
| 49 * Change Platform.deliverDeclarations to | |
| 50 Platform.consumeDeclarations(callback). | |
| 51 * Cherry pick https://github.com/Polymer/ShadowDOM/pull/505 to fix mem leak. | |
| 52 | |
| 53 #### 0.6.0+1 | |
| 54 * Cherry pick https://github.com/Polymer/ShadowDOM/pull/500 to fix | |
| 55 http://dartbug.com/20141. Fixes getDefaultComputedStyle in firefox. | |
| 56 | |
| 57 #### 0.6.0 | |
| 58 * Upgrades to platform master as of 8/25/2014 (see lib/build.log for details). | |
| 59 This is more recent than the 0.3.5 release as there were multiple breakages | |
| 60 that required updating past that. | |
| 61 * There is a bug in this version where selecting non-rendered elements doesn't | |
| 62 work, but it shouldn't affect most people. See | |
| 63 https://github.com/Polymer/ShadowDOM/issues/495. | |
| 64 | |
| 65 #### 0.5.0+1 | |
| 66 * Backward compatible change to prepare for upcoming change of the user agent | |
| 67 in Dartium. | |
| 68 | |
| 69 #### 0.5.0 | |
| 70 * Upgrades to platform version 0.3.4-02a0f66 (see lib/build.log for details). | |
| 71 | |
| 72 #### 0.4.0 | |
| 73 * Adds `registerDartType` and updates to platform 0.3.3-29065bc | |
| 74 (re-applies the changes in 0.3.5). | |
| 75 | |
| 76 #### 0.3.5+1 | |
| 77 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had | |
| 78 breaking changes so we are republishing it in 0.4.0) | |
| 79 | |
| 80 #### 0.3.5 | |
| 81 * Added `registerDartType` to register a Dart API for a custom-element written | |
| 82 in Javascript. | |
| 83 * Updated to platform 0.3.3-29065bc | |
| 84 | |
| 85 #### 0.3.4 | |
| 86 * Updated to platform 0.2.4 (see lib/build.log for details) | |
| OLD | NEW |