OLD | NEW |
| 1 #### Pub version 0.8.0 |
| 2 * Re-apply changes from 0.7.1+1 and also cherry pick |
| 3 [efdbbc](https://github.com/polymer/CustomElements/commit/efdbbc) to fix |
| 4 the customElementsTakeRecords function. |
| 5 * **Breaking Change** The customElementsTakeRecords function now has an |
| 6 an optional argument `node`. There is no longer a single global observer, |
| 7 but one for each ShadowRoot and one for the main document. The observer that |
| 8 is actually used defaults to the main document, but if `node` is supplied |
| 9 then it will walk up the document tree and use the first observer that it |
| 10 finds. |
| 11 |
1 #### Pub version 0.7.1+2 | 12 #### Pub version 0.7.1+2 |
2 * Revert the change from 0.7.1+1 due to redness in FF/Safari/IE. | 13 * Revert the change from 0.7.1+1 due to redness in FF/Safari/IE. |
3 | 14 |
4 #### Pub version 0.7.1+1 | 15 #### Pub version 0.7.1+1 |
5 * Cherry pick [f280d](https://github.com/Polymer/ShadowDOM/commit/f280d) and | 16 * Cherry pick [f280d](https://github.com/Polymer/ShadowDOM/commit/f280d) and |
6 [165c3](https://github.com/Polymer/CustomElements/commit/165c3) to fix | 17 [165c3](https://github.com/Polymer/CustomElements/commit/165c3) to fix |
7 memory leaks. | 18 memory leaks. |
8 | 19 |
9 #### Pub version 0.7.1 | 20 #### Pub version 0.7.1 |
10 * Update to platform version 0.4.1-d214582. | 21 * Update to platform version 0.4.1-d214582. |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had | 58 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had |
48 breaking changes so we are republishing it in 0.4.0) | 59 breaking changes so we are republishing it in 0.4.0) |
49 | 60 |
50 #### Pub version 0.3.5 | 61 #### Pub version 0.3.5 |
51 * Added `registerDartType` to register a Dart API for a custom-element written | 62 * Added `registerDartType` to register a Dart API for a custom-element written |
52 in Javascript. | 63 in Javascript. |
53 * Updated to platform 0.3.3-29065bc | 64 * Updated to platform 0.3.3-29065bc |
54 | 65 |
55 #### Pub version 0.3.4 | 66 #### Pub version 0.3.4 |
56 * Updated to platform 0.2.4 (see lib/build.log for details) | 67 * Updated to platform 0.2.4 (see lib/build.log for details) |
OLD | NEW |