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

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

Issue 430973002: Only support the new source_span spans in barback. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes 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/observe/pubspec.yaml ('k') | pkg/polymer/pubspec.yaml » ('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+2
8 * Widen the constraint on barback.
9
7 #### Pub version 0.12.0+1 10 #### Pub version 0.12.0+1
8 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` 11 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan`
9 class. 12 class.
10 13
11 #### Pub version 0.12.0 14 #### Pub version 0.12.0
12 * Updated to match polymer 0.3.4 ([polymer-dev#6ad2d61][6ad2d61]), this 15 * Updated to match polymer 0.3.4 ([polymer-dev#6ad2d61][6ad2d61]), this
13 includes the following changes: 16 includes the following changes:
14 * added @ComputedProperty 17 * added @ComputedProperty
15 * @published can now be written using the readValue/writeValue helper 18 * @published can now be written using the readValue/writeValue helper
16 methods to match the same timing semantics as Javscript properties. 19 methods to match the same timing semantics as Javscript properties.
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 #### Pub version 0.9.2+3 110 #### Pub version 0.9.2+3
108 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), 111 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574),
109 event bindings in dart2js, by working around issue 112 event bindings in dart2js, by working around issue
110 [15573](https://code.google.com/p/dart/issues/detail?id=15573) 113 [15573](https://code.google.com/p/dart/issues/detail?id=15573)
111 114
112 #### Pub version 0.9.2+2 115 #### Pub version 0.9.2+2
113 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 116 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1
114 117
115 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3 f4f064950d7aee8f 118 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3 f4f064950d7aee8f
116 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601 075de2f84d92bafd 119 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601 075de2f84d92bafd
OLDNEW
« no previous file with comments | « pkg/observe/pubspec.yaml ('k') | pkg/polymer/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698