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

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

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

Powered by Google App Engine
This is Rietveld 408576698