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

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

Issue 211393006: Enables codegen support in polymer (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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/code_transformers/lib/src/resolver_impl.dart ('k') | pkg/polymer/lib/deploy.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 if they 4 package. We will also note important changes to the polyfill packages if they
5 impact polymer: custom_element, html_import, observe, shadow_dom, 5 impact polymer: custom_element, html_import, observe, shadow_dom,
6 and template_binding. 6 and template_binding.
7 7
8 #### Pub version 0.10.0-dev 8 #### Pub version 0.10.0-dev
9 * The output of pub-build no longer uses mirrors. We replace all uses of
10 mirrors with code generation.
9 * Interop with polymer-js elements now works. 11 * Interop with polymer-js elements now works.
10 * Polymer polyfills are now consolidated in package:web_components, which is 12 * Polymer polyfills are now consolidated in package:web_components, which is
11 identical to platform.js from http://polymer-project.org. 13 identical to platform.js from http://polymer-project.org.
12 * Breaking change: "noscript" polymer-elements are created by polymer.js, and 14 * Breaking change: "noscript" polymer-elements are created by polymer.js, and
13 therefore cannot be extended (subtyped) in Dart. They can still be used 15 therefore cannot be extended (subtyped) in Dart. They can still be used
14 by Dart elements or applications, however. 16 by Dart elements or applications, however.
15 * New feature: `@ObserveProperty('foo bar.baz') myMethod() {...}` will cause 17 * New feature: `@ObserveProperty('foo bar.baz') myMethod() {...}` will cause
16 myMethod to be called when "foo" or "bar.baz" changes. 18 myMethod to be called when "foo" or "bar.baz" changes.
17 * Updated for 0.10.0-dev package:observe and package:template_binding changes. 19 * Updated for 0.10.0-dev package:observe and package:template_binding changes.
18 * Deploy step removes use of mirrors to initialize polymer elements. Mirrors 20 * Deploy step removes use of mirrors to initialize polymer elements. Mirrors
(...skipping 25 matching lines...) Expand all
44 #### Pub version 0.9.2+4 46 #### Pub version 0.9.2+4
45 * fix linter on SVG and MathML tags with XML namespaces 47 * fix linter on SVG and MathML tags with XML namespaces
46 48
47 #### Pub version 0.9.2+3 49 #### Pub version 0.9.2+3
48 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), 50 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574),
49 event bindings in dart2js, by working around issue 51 event bindings in dart2js, by working around issue
50 [15573](https://code.google.com/p/dart/issues/detail?id=15573) 52 [15573](https://code.google.com/p/dart/issues/detail?id=15573)
51 53
52 #### Pub version 0.9.2+2 54 #### Pub version 0.9.2+2
53 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 55 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1
OLDNEW
« no previous file with comments | « pkg/code_transformers/lib/src/resolver_impl.dart ('k') | pkg/polymer/lib/deploy.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698