Skip to content

Commit

Permalink
Update custom element lifecycle
Browse files Browse the repository at this point in the history
This redefines the custom element callback queue to be a custom element
action queue, to allow upgrades (which are no longer callback-based) to
take part. It also replaces attachedCallback/detachedCallback with
connectedCallback/disconnectedCallback, fixing #362. And it updates all
the places that enqueue these callbacks to be phrased in terms of
precise patches to DOM, except for upgrades.
  • Loading branch information
domenic committed Mar 7, 2016
1 parent 62c038f commit 2d07c73
Showing 1 changed file with 126 additions and 50 deletions.

0 comments on commit 2d07c73

Please sign in to comment.