Commit Graph

17 Commits (2194de9b2804b8eb0c6527a24f4c55d705be6541)

Author SHA1 Message Date
Conduitry 228417e1dc fix special props on `<select>` elements (#590)
8 years ago
Rich-Harris dfe00d8627 support dynamic simple if-blocks
8 years ago
Rich-Harris 45a9ce056d handle bidirectional transitions differently
8 years ago
Rich-Harris 2a5b0ee1a4 support very basic outro transitions
8 years ago
Rich-Harris d0c0fbcef4 add transitions property to default export, track intros/outros in Block
8 years ago
Rich Harris 11cf3f94f0 Merge branch 'master' into gh-3
8 years ago
Conduitry e52c6b84b5 visit all attributes of select elements after visiting children
9 years ago
Conduitry 2bc223a936 replace invalid characters in element names when creating variables (#516)
9 years ago
Rich-Harris 162281ef4f populate state in preprocess step, including naming DOM nodes
9 years ago
Rich-Harris e345287a76 rename root to state, and allow state to be used as context
9 years ago
Rich-Harris 1dfd72cc28 use existing node.initialUpdate mechanism
9 years ago
Rich-Harris ef52a93699 ensure binding event handlers precede normal ones (fixes #486)
9 years ago
Rich-Harris 02e55e8f7a update select value bindings at the end of the cycle (fixes #476)
9 years ago
Rich Harris 93e51d6ef3 correctly bind one-way select value attributes (#423)
9 years ago
Rich Harris 1e2c8593f2 hoist some event handlers, rewrite non-hoisted ones to avoid binding
9 years ago
Rich-Harris 4a782bc8f6 refactor a lot of attribute code
9 years ago
Rich-Harris e960e8b5c5 move some files, tidy up a bit
9 years ago