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

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

Issue 307793002: update polymer, nodebind, and templatebinding (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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/pkg.status ('k') | pkg/polymer/lib/auto_binding.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.11.0-dev
8 * Event bindings with `@` are no longer supported.
9
7 #### Pub version 0.10.1 10 #### Pub version 0.10.1
8 * Reduce the analyzer work by mocking a small subset of the core libraries. 11 * Reduce the analyzer work by mocking a small subset of the core libraries.
9 12
10 #### Pub version 0.10.0+1 13 #### Pub version 0.10.0+1
11 * Better error message on failures in pub-serve/pub-build when pubspec.yaml 14 * Better error message on failures in pub-serve/pub-build when pubspec.yaml
12 is missing or has a wrong configuration for the polymer transformers. 15 is missing or has a wrong configuration for the polymer transformers.
13 16
14 #### Pub version 0.10.0 17 #### Pub version 0.10.0
15 * Interop with polymer-js elements now works. 18 * Interop with polymer-js elements now works.
16 * Polymer polyfills are now consolidated in package:web_components, which is 19 * Polymer polyfills are now consolidated in package:web_components, which is
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 #### Pub version 0.9.2+4 55 #### Pub version 0.9.2+4
53 * fix linter on SVG and MathML tags with XML namespaces 56 * fix linter on SVG and MathML tags with XML namespaces
54 57
55 #### Pub version 0.9.2+3 58 #### Pub version 0.9.2+3
56 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), 59 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574),
57 event bindings in dart2js, by working around issue 60 event bindings in dart2js, by working around issue
58 [15573](https://code.google.com/p/dart/issues/detail?id=15573) 61 [15573](https://code.google.com/p/dart/issues/detail?id=15573)
59 62
60 #### Pub version 0.9.2+2 63 #### Pub version 0.9.2+2
61 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 64 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1
OLDNEW
« no previous file with comments | « pkg/pkg.status ('k') | pkg/polymer/lib/auto_binding.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698