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

Side by Side Diff: pkg/polymer/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/pkgbuild.status ('k') | pkg/polymer/lib/polymer.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 polymer 3 This file contains highlights of what changes on each version of the polymer
4 package. We will also note important changes to the polyfill packages (observe, 4 package. We will also note important changes to the polyfill packages (observe,
5 web_components, and template_binding) if they impact polymer. 5 web_components, and template_binding) if they impact polymer.
6 6
7 #### Pub version 0.12.0-pre.1.dev
8 * Updated to match polymer 0.3.4 ([polymer-dev#6ad2d61][6ad2d61]), this
9 includes the following changes:
10 * added @ComputedProperty
11 * @published can now be written using the readValue/writeValue helper
12 methods to match the same timing semantics as Javscript properties.
13 * underlying packages are also updated. Noticable changes are that
14 path-observers syntax is slightly different. See the `observe` package
15 for details.
16 * Patched polymer.js to include also a cherry-pick of
17 [commit#3b690ad][3b690ad], which fixes CSP.
18
7 #### Pub version 0.12.0-dev 19 #### Pub version 0.12.0-dev
8 * Polymer Expressions had a breaking change so we also bumped the version on 20 * Polymer Expressions had a breaking change so we also bumped the version on
9 this package. 21 this package.
10 * Fix for [17596](https://code.google.com/p/dart/issues/detail?id=17596) 22 * Fix for [17596](https://code.google.com/p/dart/issues/detail?id=17596)
11 23
12 #### Pub version 0.11.1-dev 24 #### Pub version 0.11.1-dev
13 * Use the latest template_binding with better NodeBind interop support (for 25 * Use the latest template_binding with better NodeBind interop support (for
14 two-way bindings with JS polymer elements). 26 two-way bindings with JS polymer elements).
15 * Fix for [19770](https://code.google.com/p/dart/issues/detail?id=19770) 27 * Fix for [19770](https://code.google.com/p/dart/issues/detail?id=19770)
16 28
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 #### Pub version 0.9.2+4 101 #### Pub version 0.9.2+4
90 * fix linter on SVG and MathML tags with XML namespaces 102 * fix linter on SVG and MathML tags with XML namespaces
91 103
92 #### Pub version 0.9.2+3 104 #### Pub version 0.9.2+3
93 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), 105 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574),
94 event bindings in dart2js, by working around issue 106 event bindings in dart2js, by working around issue
95 [15573](https://code.google.com/p/dart/issues/detail?id=15573) 107 [15573](https://code.google.com/p/dart/issues/detail?id=15573)
96 108
97 #### Pub version 0.9.2+2 109 #### Pub version 0.9.2+2
98 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 110 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1
111
112 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3 f4f064950d7aee8f
113 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601 075de2f84d92bafd
OLDNEW
« no previous file with comments | « pkg/pkgbuild.status ('k') | pkg/polymer/lib/polymer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698