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

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

Issue 420673002: Roll polymer packages to version 0.3.4 (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
« no previous file with comments | « pkg/polymer/test/unbind_test.dart ('k') | pkg/polymer_expressions/lib/polymer_expressions.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 polymer_expressions package. 4 polymer_expressions package.
5 5
6 #### Pub version 0.12.0-pre.1.dev
7 * Exposed a couple new APIs to create a polymer expression binding outside the
8 context of a template binding.
9
6 #### Pub version 0.12.0-dev 10 #### Pub version 0.12.0-dev
7 * Updated to depend on latest template_binding and observe. Setting a value on 11 * Updated to depend on latest template_binding and observe. Setting a value on
8 a polymer expression binding now produces a change notification. 12 a polymer expression binding now produces a change notification.
9 13
10 #### Pub version 0.11.0 14 #### Pub version 0.11.0
11 * Remove faulty assert that threw when an iterable field was updated. 15 * Remove faulty assert that threw when an iterable field was updated.
12 16
13 #### Pub version 0.11.0 17 #### Pub version 0.11.0
14 * Scopes created by templates are created less often and nested properly. The 18 * Scopes created by templates are created less often and nested properly. The
15 previous version had a bug with respect to the names visible in 19 previous version had a bug with respect to the names visible in
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 52
49 * Fixed several bugs, including: 53 * Fixed several bugs, including:
50 * propagating list changes ([18749][]). 54 * propagating list changes ([18749][]).
51 * precedence of ternary operators ([17805][]). 55 * precedence of ternary operators ([17805][]).
52 * two-way bindings ([18410][] and [18792][]). 56 * two-way bindings ([18410][] and [18792][]).
53 57
54 [17805]: https://code.google.com/p/dart/issues/detail?id=17805 58 [17805]: https://code.google.com/p/dart/issues/detail?id=17805
55 [18410]: https://code.google.com/p/dart/issues/detail?id=18410 59 [18410]: https://code.google.com/p/dart/issues/detail?id=18410
56 [18749]: https://code.google.com/p/dart/issues/detail?id=18749 60 [18749]: https://code.google.com/p/dart/issues/detail?id=18749
57 [18792]: https://code.google.com/p/dart/issues/detail?id=18792 61 [18792]: https://code.google.com/p/dart/issues/detail?id=18792
OLDNEW
« no previous file with comments | « pkg/polymer/test/unbind_test.dart ('k') | pkg/polymer_expressions/lib/polymer_expressions.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698