Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8/1 master -> stable #223

Merged
merged 29 commits into from
Aug 1, 2013
Merged

8/1 master -> stable #223

merged 29 commits into from
Aug 1, 2013

Conversation

dfreedm
Copy link
Member

@dfreedm dfreedm commented Aug 1, 2013

No description provided.

dfreedm and others added 29 commits July 11, 2013 14:29
…e children are processed, so <script> tag embedded in <polymer-element> is not executed when the latter is upgraded:

modify the instantiation process so that embedded definitions still work (now a `noscript` attribute is required for elements with no script portion);
factor lifecycle methods to support both `createdCallback' and `readyCallback` as we transition to the former
…l prototype. This pointless code but there's no reason it should fail.
 - attributes are now reflected to property values at runtime, not only at create time. The rules are the same, the attribute is deserialized to the data type of the property in the element's prototype.
 - `published` properties are now reflected to attributes at runtime. This is done via observation and all published properties are now observed. Properties are serialized directly to strings and object and undefined valued
properties are ignored.
dfreedm added a commit that referenced this pull request Aug 1, 2013
@dfreedm dfreedm merged commit 9c8068f into stable Aug 1, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants