-
Notifications
You must be signed in to change notification settings - Fork 2k
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
6/17 master -> stable #184
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- add pseudos shimming: ::x-special converted to [pseudo=x-special] - add upper bound encapsulation: instead of shimming .foo via x-name .foo we now add x-name to each node in the element's template and shim via .foo[x-name]
- some refactoring of scope application
…available via exports, whitespace changes
Conflicts: platform polymer.min.js polymer.min.js.map polymer.native.min.js polymer.native.min.js.map polymer.sandbox.min.js.map
Flatten repos
- correctly scope [is=name] .foo
- add 1 style element for stylesheets - slight refactoring
…seudo css correctly.
# By Steve Orvell (19) and others # Via Daniel Freedman (1) and others * master: (27 commits) test: fix for flattened repo buildbot.git no longer required use mdv provided syntax, remove polymer syntax add tests to runner, add license add tests for MDV syntax re-use regex warn on missing files for uglify freshen add more tests + make tests more x-browser make pseudos polyfill compatible with browsers that don't parse the pseudo css correctly. use full LICENSE in builds - ensure controller styles are added only 1x per controller - add 1 style element for stylesheets - slight refactoring - only fix content property if it is set - correctly scope [is=name] .foo element stylesheet refactoring (wip) support [is=name] syntax for @host styles; minor factoring add test for host styles for type extension elements - @polyfill can contain @host - some refactoring of scope application test for @polyfill fix content property so it round-trips correctly (https://code.google.com/p/chromium/issues/detail?id=247231) support [is=name] syntax. ...
…collected normally. - when elements are inserted and removed normally, they will be cleaned up automatically. - when an element is not inserted into the dom, you must call cancelUnbindAll() on it for bindings to remain active and subsequently must call unbindAll to dispose of it. - WARNING: insertedCallback changed to inserted; removedCallback changed to removed; attributeChangedCallback changed to attributeChanged.
…should be called in inserted.
…; setting textContent is relatively harmless so removing test for fix.
Just noticed something out of place.
Fix a typo in contributing.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.