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