paldepind
|
21716f9464
|
Add svg example
|
9 years ago |
paldepind
|
256dbfcc04
|
Add svg helper
|
9 years ago |
Simon Friis Vindum
|
842139d3da
|
Merge pull request #35 from ericgj/add-eventlisteners-doc2
add warning to readme about sharing eventlistener data between VNodes
|
9 years ago |
Eric Gjertsen
|
136a9a8bfa
|
add warning to readme about sharing eventlistener data between VNodes
|
9 years ago |
paldepind
|
2ff37ecb1d
|
Briefly describe thunks in documentation
|
9 years ago |
paldepind
|
c8d6cc34c2
|
Release 0.2.7
|
9 years ago |
Simon Friis Vindum
|
74e1fb1d05
|
Merge pull request #27 from finnsson/master
Make it possible to run a patch inside another patch
|
9 years ago |
Oscar Finnsson
|
6da3ab68e1
|
Make it possible to run a patch inside another patch
|
9 years ago |
Simon Friis Vindum
|
896a3b61aa
|
Merge pull request #24 from indus/patch-1
Update README.md
|
9 years ago |
Stefan Keim
|
cb31ceeeaa
|
Update README.md
|
9 years ago |
paldepind
|
d13362426a
|
Add describtion of `destroy` hook
|
10 years ago |
paldepind
|
5471fd552c
|
Mention that style module does not remove attributes #21
|
10 years ago |
paldepind
|
73f0c05a82
|
patchVnode should not return a value
|
10 years ago |
Simon Friis Vindum
|
94484eb700
|
Merge pull request #23 from ericgj/readme-fixes
fix style transition examples in README
|
10 years ago |
Eric Gjertsen
|
1a3bd2de6f
|
fix style transition examples in README
|
10 years ago |
paldepind
|
8990625026
|
Mention JSX support, describe `insert` hook
|
10 years ago |
Simon Friis Vindum
|
bc09c6724b
|
Merge pull request #18 from StreetStrider/patch-1
Fix typo
|
10 years ago |
Strider
|
78724bf19a
|
Fix typo
|
10 years ago |
paldepind
|
294014066b
|
Release 0.2.6
|
10 years ago |
Simon Friis Vindum
|
60591cfc83
|
Merge pull request #15 from yelouafi/attrs-module
module for setting element attributes
|
10 years ago |
yelouafi
|
7b79a3b0bf
|
added line breaks, fixed typo
|
10 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
|
f839ac08bb
|
Bump version
|
10 years ago |
paldepind
|
7ec695585f
|
Add `remove` explanation
|
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
|
f72e48dc05
|
Do not invoke module `remove` hook for text nodes
|
10 years ago |
paldepind
|
459c46e22b
|
Add `isDef` function
|
10 years ago |
paldepind
|
bfdae8946b
|
Improve documentation of `patch` and fix inline example
|
10 years ago |
paldepind
|
35de88b833
|
Replace element if it has a parent
|
10 years ago |
Simon Friis Vindum
|
35b62dee54
|
Merge pull request #8 from raine/readme
Explain how to use hooks
|
10 years ago |
Raine Virta
|
bdadc2fa83
|
README: add hooks example
|
10 years ago |
Raine Virta
|
9e722e24a1
|
README: fix typo
|
10 years ago |
paldepind
|
4c1893423a
|
Add attachTo helper
|
10 years ago |
paldepind
|
26a62cab4d
|
Add postpatch hook
|
10 years ago |
paldepind
|
7344b0aca5
|
Do not invoke `destroy` hook for text nodes
|
10 years ago |
paldepind
|
24206f430a
|
Add attachTo module
|
10 years ago |
paldepind
|
f1ee781962
|
Elements can be created with namespace #4
|
10 years ago |
Simon Friis Vindum
|
def68db88b
|
Merge pull request #5 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
|
10 years ago |
The Gitter Badger
|
f49be704c1
|
Added Gitter badge
|
10 years ago |
Simon Friis Vindum
|
5181e03c63
|
Merge pull request #3 from raine/patch-1
readme: fix typos
|
10 years ago |
Raine Virta
|
30b5312351
|
readme: fix typos
|
10 years ago |
paldepind
|
d1867d568f
|
Describe event handling
|
10 years ago |
paldepind
|
a5aa824972
|
Few additions before the intro
|
10 years ago |
paldepind
|
c67611f509
|
Non array event listeners can be replaced
|
10 years ago |