Commit Graph

714 Commits (881d9195d7336fbf274a2543fd57aa2ccff938ae)
 

Author SHA1 Message Date
K. cf4793c10a Removing 'elm changed' case. 9 years ago
Kayo Phoenix 174941c6a4 Added vnode as last argument to event handler 9 years ago
Kayo Phoenix 831bd0e1ee Optimizations for eventlistener.js 9 years ago
Simon Friis Vindum 3a30139bfa Merge pull request #134 from harrywincup/fix-test-running
Prevent test runner from continuously reloading
9 years ago
Simon Friis Vindum 561cc5921b Merge pull request #144 from sk1981/svg-documentation
Added details on using classes with SVG
9 years ago
K. 8ca33c916b New implementation of eventlisteners module 9 years ago
sk1981 40c62fd2be Added details on using classes with SVG
Using SVG elements with classes has two issues due to className being readonly for these elements and some browsers not accepting classlist on them. Added details and workaround.
9 years ago
Risto Stevcev e9e1bc4aed Renamed filenames with dashes instead of underscores, and set the snabbdom-patch as 'snabbdom' 9 years ago
Risto Stevcev 93cef57fb7 Renamed snabbdom_init to snabbdom and snabbdom to snabbdom_patch 9 years ago
paldepind fd539435f6 Version 0.5.1 9 years ago
Simon Friis Vindum 462498deca Merge pull request #135 from stucox/patch-1
Correct minor formatting mistake in README
9 years ago
Stu Cox 7a496fb61f Correct formatting in README 9 years ago
Harry Wincup aa6aee5ddf Move browserified tests file outside of watcher dir to prevent reloading loop 9 years ago
Simon Friis Vindum e202d11344 Merge pull request #133 from harrywincup/126-svg-foreignobject
126 svg foreignobject
9 years ago
Harry Wincup 68d878c274 Additional namespace tests for SVG foreignObject case 9 years ago
Harry Wincup 258c8b91da Dont add SVG namespace to children of SVG foreignObject 9 years ago
Simon Friis Vindum e15274c743 Merge pull request #131 from OliverJAsh/patch-1
Fix typo
9 years ago
Oliver Joseph Ash fbfee2d620 Fix typo 9 years ago
Simon Friis Vindum e1af6270e9 Merge pull request #128 from squiddle/patch-2
fix style example in README.md
9 years ago
Christian S 3d48eb84c4 fix style example in README.md
fixes #127
9 years ago
Simon Friis Vindum c9d4dfc88f Merge pull request #122 from TylorS/typescript-definitions
chore(TS): add typescript definitions
9 years ago
Simon Friis Vindum 6c41430677 Merge pull request #102 from yyx990803/master
Return early in module update functions
9 years ago
Tylor Steinberger 2bf8926564 chore(TS): add typescript definitions 9 years ago
Risto Stevcev 43908d81c8 Added fully bundled version 9 years ago
Simon Friis Vindum 0293fe2117 Merge pull request #119 from Risto-Stevcev/master
Added build system and standalone modules
9 years ago
Simon Friis Vindum d8150d2b6d Merge pull request #115 from grimalschi/patch-2
Extra variable in thunk.js
9 years ago
Risto Stevcev c3b5676d7f Added build system and standalone modules 9 years ago
paldepind f04de4acf9 Merge branch 'master' of https://github.com/paldepind/snabbdom 9 years ago
paldepind ac9c143555 Don't mention removed `vnode` property 9 years ago
paldepind 43c5d1ced9 Text formatting 9 years ago
Simon Friis Vindum 5b2d0de463 Merge pull request #116 from grimalschi/patch-3
Update snabbdom.js
9 years ago
Veaceslav Grimalschi 1bfb2834db Update snabbdom.js
Code style fix
9 years ago
Simon Friis Vindum a57fc83b7c Merge pull request #114 from grimalschi/patch-1
Update README.md
9 years ago
Veaceslav Grimalschi 137ecacfb3 Extra variable in think.js 9 years ago
Veaceslav Grimalschi 7870899264 Update README.md
Missed chars
9 years ago
paldepind cd57100c97 Version 0.5.0 9 years ago
paldepind 1ce3cd30d5 Update thunk API and documentation 9 years ago
Simon Friis Vindum 9c2bfa4278 Merge pull request #108 from kay999/master
eventlisteners should work if a listener is removed
9 years ago
kay999 2222b945ed fixed indentation 9 years ago
kay999 cebc630487 eventlisteners works if a listener is removed
In the current version, a event-listener is never removed, which leads to problems in certain use cases. This patch fixes this.
9 years ago
Simon Friis Vindum 45bc0048f7 Merge pull request #107 from webOS101/patch-1
Some minor cleanup
9 years ago
Roy Sutton f55d352de9 Some minor cleanup
Most references to vnode were all lowercase so I standardized on this.  Fixed some small typos and made a few editorial adjustments.  Feel free to take any, all or none of these suggestions (Though I do recommend the typo fixes)
9 years ago
Simon Friis Vindum 78f389795c Merge pull request #88 from jryans/h-args
h: Test args for defined values instead of args.length
9 years ago
paldepind fc3f493d38 Mention snabbdom-helpers in readme 9 years ago
Evan You 69a7c72d72 Return early in module update functions 9 years ago
Simon Friis Vindum c2a6570e6a Merge pull request #97 from paldepind/new-thunk
New thunk implementation
9 years ago
J. Ryan Stinnett 07a540615b Test args for defined values instead of args.length 9 years ago
paldepind 7075aea1d1 New thunk implementation 9 years ago
Simon Friis Vindum 96c5fcd8ba Merge pull request #96 from squiddle/patch-1
reference htmldomapi by module name
9 years ago
Christian S 5311071363 reference htmldomapi by module name
require call should follow convention, even though the node loader won't complain either way.
9 years ago