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

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

Issue 558673004: update polymer js to 0.4.0 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: review updates Created 6 years, 3 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 #### Pub version 0.13.0-dev
2 2 * Move minimum 'template_binding' constraint to 0.13.0.
3 This file contains highlights of what changes on each version of the 3 * Additional polyfills are now required when using this package outside of
4 polymer_expressions package. 4 polymer. All the files in the 'template_binding' package under lib/js should
5 be included at the top of your app in addition to platform.js from the
6 'web_components' package.
5 7
6 #### Pub version 0.12.0+1 8 #### Pub version 0.12.0+1
7 * Widen dependency constraint on `observe`. 9 * Widen dependency constraint on `observe`.
8 10
9 #### Pub version 0.12.0 11 #### Pub version 0.12.0
10 * Exposed a couple new APIs to create a polymer expression binding outside the 12 * Exposed a couple new APIs to create a polymer expression binding outside the
11 context of a template binding. 13 context of a template binding.
12 * Updated to depend on latest template_binding and observe. Setting a value on 14 * Updated to depend on latest template_binding and observe. Setting a value on
13 a polymer expression binding now produces a change notification. 15 a polymer expression binding now produces a change notification.
14 16
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 55
54 * Fixed several bugs, including: 56 * Fixed several bugs, including:
55 * propagating list changes ([18749][]). 57 * propagating list changes ([18749][]).
56 * precedence of ternary operators ([17805][]). 58 * precedence of ternary operators ([17805][]).
57 * two-way bindings ([18410][] and [18792][]). 59 * two-way bindings ([18410][] and [18792][]).
58 60
59 [17805]: https://code.google.com/p/dart/issues/detail?id=17805 61 [17805]: https://code.google.com/p/dart/issues/detail?id=17805
60 [18410]: https://code.google.com/p/dart/issues/detail?id=18410 62 [18410]: https://code.google.com/p/dart/issues/detail?id=18410
61 [18749]: https://code.google.com/p/dart/issues/detail?id=18749 63 [18749]: https://code.google.com/p/dart/issues/detail?id=18749
62 [18792]: https://code.google.com/p/dart/issues/detail?id=18792 64 [18792]: https://code.google.com/p/dart/issues/detail?id=18792
OLDNEW
« no previous file with comments | « pkg/polymer/test/template_distribute_dynamic_test.dart ('k') | pkg/polymer_expressions/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698