Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(390)

Side by Side Diff: pkg/template_binding/CHANGELOG.md

Issue 423233004: Preparing versions to release polymer 0.12.0 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # changelog 1 # changelog
2 2
3 This file contains highlights of what changes on each version of the 3 This file contains highlights of what changes on each version of the
4 template_binding package. 4 template_binding package.
5 5
6 #### Pub version 0.12.0-pre.1.dev 6 #### Pub version 0.12.0
7 * Fix bug in translation of text to textContent (in case custom-elements use
8 `text` as an attribute name).
Siggi Cherem (dart-lang) 2014/07/29 23:19:27 this message is no longer relevant because the bug
9
10 #### Pub version 0.12.0-dev
11 * NodeBind interop support. This allows elements such as Polymer's 7 * NodeBind interop support. This allows elements such as Polymer's
12 core-elements and paper-elements to work properly with Dart binding paths, 8 core-elements and paper-elements to work properly with Dart binding paths,
13 including using Elements and functions as values, and two-way bindings. 9 including using Elements and functions as values, and two-way bindings.
14 * NodeBind is no longer ported. It now comes from 10 * NodeBind is no longer ported. It now comes from
15 packages/web_components/platform.js 11 packages/web_components/platform.js
16 * Up to date with [TemplateBinding#d9f4543][d9f4543] (release 0.3.4) 12 * Up to date with [TemplateBinding#d9f4543][d9f4543] (release 0.3.4)
17 13
18 #### Pub version 0.11.0 14 #### Pub version 0.11.0
19 * Ported up to commit [TemplateBinding#5b9a3b][5b9a3b] and 15 * Ported up to commit [TemplateBinding#5b9a3b][5b9a3b] and
20 [NodeBind#c47bc1][c47bc1]. 16 [NodeBind#c47bc1][c47bc1].
21 17
22 #### Pub version 0.10.0 18 #### Pub version 0.10.0
23 * Applied patch to throw errors asynchronously if property path evaluation 19 * Applied patch to throw errors asynchronously if property path evaluation
24 fails. 20 fails.
25 * Applied patch matching commit [51df59][] (fix parser to avoid allocating 21 * Applied patch matching commit [51df59][] (fix parser to avoid allocating
26 PropertyPath if there is a non-null delegateFn). 22 PropertyPath if there is a non-null delegateFn).
27 * Ported up to commit [TemplateBinding#99e52d][99e52d] and 23 * Ported up to commit [TemplateBinding#99e52d][99e52d] and
28 [NodeBind#f7cc76][f7cc76]. 24 [NodeBind#f7cc76][f7cc76].
29 25
30 [d9f4543]: https://github.com/Polymer/TemplateBinding/commit/d9f4543dc06935824bf d43564c442b0897ce1c54 26 [d9f4543]: https://github.com/Polymer/TemplateBinding/commit/d9f4543dc06935824bf d43564c442b0897ce1c54
31 [5b9a3b]: https://github.com/Polymer/TemplateBinding/commit/5b9a3be40682e1ccd5e6 c0b04fbe2c54d74b5d1e 27 [5b9a3b]: https://github.com/Polymer/TemplateBinding/commit/5b9a3be40682e1ccd5e6 c0b04fbe2c54d74b5d1e
32 [c47bc1]: https://github.com/Polymer/NodeBind/commit/c47bc1b40d1cf0123b29620820a 7111471e83ff3 28 [c47bc1]: https://github.com/Polymer/NodeBind/commit/c47bc1b40d1cf0123b29620820a 7111471e83ff3
33 [51df59]: https://github.com/Polymer/TemplateBinding/commit/51df59c16e0922dec041 cfe604016aac00918d5d 29 [51df59]: https://github.com/Polymer/TemplateBinding/commit/51df59c16e0922dec041 cfe604016aac00918d5d
34 [99e52d]: https://github.com/Polymer/TemplateBinding/commit/99e52dd7fbaefdaee980 7648d1d6097eb3e99eda 30 [99e52d]: https://github.com/Polymer/TemplateBinding/commit/99e52dd7fbaefdaee980 7648d1d6097eb3e99eda
35 [f7cc76]: https://github.com/Polymer/NodeBind/commit/f7cc76749e509e06fa7cbc9ba97 0f87f5fe33b5c 31 [f7cc76]: https://github.com/Polymer/NodeBind/commit/f7cc76749e509e06fa7cbc9ba97 0f87f5fe33b5c
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698