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

Fix class name bindings #5517

Closed
wants to merge 2 commits into from

Commits on Apr 1, 2019

  1. Ensure className bindings work correctly when ShadyDOM.noPatch is…

    … used.
    
    Puts `className` on `Polymer.dom` and ensures any sets to `className` in the binding system, go through that wrapper.
    
    Note, depends on webcomponents/shadydom#326.
    Steven Orvell committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    41bcb1c View commit details
    Browse the repository at this point in the history
  2. To ease page setup, take all settings optionally off the Polymer gl…

    …obal.
    Steven Orvell committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    81850b0 View commit details
    Browse the repository at this point in the history