Commit Graph

33 Commits (0d6ebaf2dc2aa1413545684fd8d86c9ea704dedf)
 

Author SHA1 Message Date
paldepind 0d6ebaf2dc Add destroy hook
paldepind caea7088e5 Add `pre` and `post` global hooks
paldepind 36377a5468 Style module supports element removal styles
paldepind 64e76e7466 Allow several listeners to control element removal
paldepind d819a713f0 Move lifecycle hook to `hook` obj in `data`
paldepind eda5497f17 Add sparse documentation
paldepind 4c173570e3 Init returns patch function
paldepind edcd85baa4 Merge branch 'modular'
paldepind c69ee468d3 Update reorder example
paldepind c066feb080 Huge modularizing refactor
paldepind 667d7754ff Polish reorder example
paldepind 1f5041df62 Tiny refactor
paldepind f3c71f921d Make sure next frame actually happens in next frame
paldepind 9c35436bbf Add animated reordering example
paldepind c4931bf1af Add create event/hook
paldepind 157a159283 Fix selector classes overriding property classes
paldepind 0010ed3967 Add support for delayed style setting
paldepind c5477e9d57 Call insert listener only after everything has been patched
paldepind c2b6e7c325 Revamp event listeners
paldepind 1c509cd653 Fix bug with properties being updated on text nodes
paldepind 92c41b9b9c Add insert and remove hooks/events
paldepind 7ee4fe2446 Tiny refactoring
paldepind 1de8e0b9a8 Add and remove event listeners based on selectors
paldepind cf8b0291d8 Merge branch 'aMarCruz-patch-1'
paldepind b662c6bd7e Merge branch 'patch-1' of https://github.com/aMarCruz/snabbdom into aMarCruz-patch-1
Alberto Martínez 63ffd53f5c Good work.
paldepind 46bbffe9e6 Tiny refactoring
paldepind 91a001e501 Refactoring
paldepind c6bea140d0 Improve performance for text-only elements
paldepind 7696029b2f Add benchmark
paldepind e3efdcb60d Improved reconciliation
paldepind fa3b5b39cf Initial commit
Simon Friis Vindum c3b2989fa6 Initial commit