OLD | NEW |
(Empty) | |
| 1 #### Pub version 0.14.0+2 |
| 2 * Update `web_components` dependency. |
| 3 |
| 4 #### Pub version 0.14.0+1 |
| 5 * Update `observe` dependency. |
| 6 |
| 7 #### Pub version 0.14.0 |
| 8 * Up to date with release 0.5.1 ([TemplateBinding#d2bddc4][d2bddc4]). |
| 9 * The `js/patches_mdv.js` file is now named `js/flush.js`. |
| 10 |
| 11 #### Pub version 0.13.1 |
| 12 * Up to date with release 0.4.2 ([TemplateBinding#35b7880][35b7880]). |
| 13 * Widen web_components version constraint to include 0.9.0. |
| 14 |
| 15 #### Pub version 0.13.0+1 |
| 16 * Widen web_components version constraint. |
| 17 |
| 18 #### Pub version 0.13.0 |
| 19 * Up to date with [TemplateBinding#41e95ea][41e95ea] (release 0.4.0) |
| 20 * Using this package now requires some additional javascript polyfills, that |
| 21 were moved out of platform.js. These files are listed under lib/js, and all |
| 22 are required in addition to platform.js from the web_components package. |
| 23 |
| 24 #### Pub version 0.12.1 |
| 25 * Up to date with [TemplateBinding#6a2808c][6a2808c] (release 0.3.5) |
| 26 |
| 27 #### Pub version 0.12.0+4 |
| 28 * Widen the dependency constraint on `observe`. |
| 29 |
| 30 #### Pub version 0.12.0+3 |
| 31 * fix bug in interop layer to ensure callbacks are run in the dirty-checking |
| 32 zone (this only affected running code directly in Dartium without running |
| 33 pub-build or pub-serve) |
| 34 |
| 35 #### Pub version 0.12.0 |
| 36 * NodeBind interop support. This allows elements such as Polymer's |
| 37 core-elements and paper-elements to work properly with Dart binding paths, |
| 38 including using Elements and functions as values, and two-way bindings. |
| 39 * NodeBind is no longer ported. It now comes from |
| 40 packages/web_components/platform.js |
| 41 * Up to date with [TemplateBinding#d9f4543][d9f4543] (release 0.3.4) |
| 42 |
| 43 #### Pub version 0.11.0 |
| 44 * Ported up to commit [TemplateBinding#5b9a3b][5b9a3b] and |
| 45 [NodeBind#c47bc1][c47bc1]. |
| 46 |
| 47 #### Pub version 0.10.0 |
| 48 * Applied patch to throw errors asynchronously if property path evaluation |
| 49 fails. |
| 50 * Applied patch matching commit [51df59][] (fix parser to avoid allocating |
| 51 PropertyPath if there is a non-null delegateFn). |
| 52 * Ported up to commit [TemplateBinding#99e52d][99e52d] and |
| 53 [NodeBind#f7cc76][f7cc76]. |
| 54 |
| 55 [41e95ea]: https://github.com/Polymer/TemplateBinding/commit/41e95ea0e4b45543a29
ea5240cd4f0defc7208c1 |
| 56 [35b7880]: https://github.com/Polymer/TemplateBinding/commit/35b78809b80b65f9646
6e30e8853b944b545303f |
| 57 [d9f4543]: https://github.com/Polymer/TemplateBinding/commit/d9f4543dc06935824bf
d43564c442b0897ce1c54 |
| 58 [5b9a3b]: https://github.com/Polymer/TemplateBinding/commit/5b9a3be40682e1ccd5e6
c0b04fbe2c54d74b5d1e |
| 59 [c47bc1]: https://github.com/Polymer/NodeBind/commit/c47bc1b40d1cf0123b29620820a
7111471e83ff3 |
| 60 [51df59]: https://github.com/Polymer/TemplateBinding/commit/51df59c16e0922dec041
cfe604016aac00918d5d |
| 61 [99e52d]: https://github.com/Polymer/TemplateBinding/commit/99e52dd7fbaefdaee980
7648d1d6097eb3e99eda |
| 62 [f7cc76]: https://github.com/Polymer/NodeBind/commit/f7cc76749e509e06fa7cbc9ba97
0f87f5fe33b5c |
OLD | NEW |