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

Adds support for imperatively created elements to `legacyNoObservedAt… #5620

Commits on Jan 21, 2020

  1. Adds support for imperatively created elements to `legacyNoObservedAt…

    …tributes`
    
    Using this flag previously read attributes in the element constructor (in addition to patching setAttribute). This covers use cases except imperative or parser created custom elements (not upgraded). In that case the element will not have attributes in the constructor. This is addressed here by checking if the element has a parentNode (which will also not be true in these cases) and if so, records attributes at connected time. This is not always done to avoid having to filter out changes made by bindings.
    Steven Orvell committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    28f12ca View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Merge branch 'legacy-undefined-noBatch' into legacy-undefined-noBatch…

    …-imperative-attributes
    Steven Orvell committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    b759988 View commit details
    Browse the repository at this point in the history