OLD | NEW |
1 # changelog | 1 #### Pub version 0.13.0-dev |
2 | 2 * Up to date with [TemplateBinding#41e95ea][41e95ea] (release 0.4.0) |
3 This file contains highlights of what changes on each version of the | 3 * Using this package now requires some additional javascript polyfills, that |
4 template_binding package. | 4 were moved out of platform.js. These files are listed under lib/js, and all |
| 5 are required in addition to platform.js from the web_components package. |
5 | 6 |
6 #### Pub version 0.12.1 | 7 #### Pub version 0.12.1 |
7 * Up to date with [TemplateBinding#6a2808][6a2808] (release 0.3.5) | 8 * Up to date with [TemplateBinding#6a2808c][6a2808c] (release 0.3.5) |
8 | 9 |
9 #### Pub version 0.12.0+4 | 10 #### Pub version 0.12.0+4 |
10 * Widen the dependency constraint on `observe`. | 11 * Widen the dependency constraint on `observe`. |
11 | 12 |
12 #### Pub version 0.12.0+3 | 13 #### Pub version 0.12.0+3 |
13 * fix bug in interop layer to ensure callbacks are run in the dirty-checking | 14 * fix bug in interop layer to ensure callbacks are run in the dirty-checking |
14 zone (this only affected running code directly in Dartium without running | 15 zone (this only affected running code directly in Dartium without running |
15 pub-build or pub-serve) | 16 pub-build or pub-serve) |
16 | 17 |
17 #### Pub version 0.12.0 | 18 #### Pub version 0.12.0 |
(...skipping 15 matching lines...) Expand all Loading... |
33 PropertyPath if there is a non-null delegateFn). | 34 PropertyPath if there is a non-null delegateFn). |
34 * Ported up to commit [TemplateBinding#99e52d][99e52d] and | 35 * Ported up to commit [TemplateBinding#99e52d][99e52d] and |
35 [NodeBind#f7cc76][f7cc76]. | 36 [NodeBind#f7cc76][f7cc76]. |
36 | 37 |
37 [d9f4543]: https://github.com/Polymer/TemplateBinding/commit/d9f4543dc06935824bf
d43564c442b0897ce1c54 | 38 [d9f4543]: https://github.com/Polymer/TemplateBinding/commit/d9f4543dc06935824bf
d43564c442b0897ce1c54 |
38 [5b9a3b]: https://github.com/Polymer/TemplateBinding/commit/5b9a3be40682e1ccd5e6
c0b04fbe2c54d74b5d1e | 39 [5b9a3b]: https://github.com/Polymer/TemplateBinding/commit/5b9a3be40682e1ccd5e6
c0b04fbe2c54d74b5d1e |
39 [c47bc1]: https://github.com/Polymer/NodeBind/commit/c47bc1b40d1cf0123b29620820a
7111471e83ff3 | 40 [c47bc1]: https://github.com/Polymer/NodeBind/commit/c47bc1b40d1cf0123b29620820a
7111471e83ff3 |
40 [51df59]: https://github.com/Polymer/TemplateBinding/commit/51df59c16e0922dec041
cfe604016aac00918d5d | 41 [51df59]: https://github.com/Polymer/TemplateBinding/commit/51df59c16e0922dec041
cfe604016aac00918d5d |
41 [99e52d]: https://github.com/Polymer/TemplateBinding/commit/99e52dd7fbaefdaee980
7648d1d6097eb3e99eda | 42 [99e52d]: https://github.com/Polymer/TemplateBinding/commit/99e52dd7fbaefdaee980
7648d1d6097eb3e99eda |
42 [f7cc76]: https://github.com/Polymer/NodeBind/commit/f7cc76749e509e06fa7cbc9ba97
0f87f5fe33b5c | 43 [f7cc76]: https://github.com/Polymer/NodeBind/commit/f7cc76749e509e06fa7cbc9ba97
0f87f5fe33b5c |
OLD | NEW |