Commit Graph

19 Commits (4030e7d7eb290731ab314a648d0bd5c3afe83b0d)

Author SHA1 Message Date
chenxsan 7ba68b9a24 Fixed 'Uncaught ReferenceError'
When using snabbdom with webpack, the webpack output file is in strict mode, and that would cause error:

> Uncaught ReferenceError: requestAnimationFrame is not defined at ...

This pull request fixed it.
yelouafi f86608cd25 replaced Regex with object dict for boolean attributes
yelouafi 379f736254 Support boolean attributes
yelouafi 05ff217997 remove boolean attributes if value is falsy
yelouafi 5c6bea76ce updated docs
Yassine Elouafi dec59f6584 created attribute module
paldepind d9fe2a4cd6 Do not mutate event listener parameter array
paldepind d0a2f5176e Invoke event listener with several arguments in array
paldepind a6a814c9eb Snabbdom will always remove an element from its proper parent, even if the element has been changed
paldepind 4c1893423a Add attachTo helper
paldepind 24206f430a Add attachTo module
paldepind c67611f509 Non array event listeners can be replaced
paldepind 529fdde299 Properly update event handler and value in array event listeners
paldepind 39926a9cfb New syntax for delayed style
paldepind f43fe5a107 Add module for hero animations
paldepind 4b8409d8cb Add styles for destroy hook
paldepind 8420b6cd3d Update syntax for style on removal
paldepind 36377a5468 Style module supports element removal styles
paldepind c066feb080 Huge modularizing refactor