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

Unified 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, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/pkgbuild.status ('k') | pkg/polymer/lib/polymer.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/CHANGELOG.md
diff --git a/pkg/polymer/CHANGELOG.md b/pkg/polymer/CHANGELOG.md
index 1f979598e8fa13fd65e601b51e8955ea40b1e08e..4b6cfb9b4bd73575c67179ba59bb341e98d34b52 100644
--- a/pkg/polymer/CHANGELOG.md
+++ b/pkg/polymer/CHANGELOG.md
@@ -4,6 +4,18 @@ This file contains highlights of what changes on each version of the polymer
package. We will also note important changes to the polyfill packages (observe,
web_components, and template_binding) if they impact polymer.
+#### Pub version 0.12.0-pre.1.dev
+ * Updated to match polymer 0.3.4 ([polymer-dev#6ad2d61][6ad2d61]), this
+ includes the following changes:
+ * added @ComputedProperty
+ * @published can now be written using the readValue/writeValue helper
+ methods to match the same timing semantics as Javscript properties.
+ * underlying packages are also updated. Noticable changes are that
+ path-observers syntax is slightly different. See the `observe` package
+ for details.
+ * Patched polymer.js to include also a cherry-pick of
+ [commit#3b690ad][3b690ad], which fixes CSP.
+
#### Pub version 0.12.0-dev
* Polymer Expressions had a breaking change so we also bumped the version on
this package.
@@ -96,3 +108,6 @@ web_components, and template_binding) if they impact polymer.
#### Pub version 0.9.2+2
* fix enteredView in dart2js, by using custom_element >= 0.9.1+1
+
+[6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3f4f064950d7aee8f
+[3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601075de2f84d92bafd
« 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