Commit Graph

249 Commits (68d878c274e9d76cb0bc9f3a0ffb503768c5d4f0)
 

Author SHA1 Message Date
Harry Wincup 68d878c274 Additional namespace tests for SVG foreignObject case
Harry Wincup 258c8b91da Dont add SVG namespace to children of SVG foreignObject
Simon Friis Vindum e15274c743 Merge pull request from OliverJAsh/patch-1
Fix typo
Oliver Joseph Ash fbfee2d620 Fix typo
Simon Friis Vindum e1af6270e9 Merge pull request from squiddle/patch-2
fix style example in README.md
Christian S 3d48eb84c4 fix style example in README.md
fixes 
Simon Friis Vindum c9d4dfc88f Merge pull request from TylorS/typescript-definitions
chore(TS): add typescript definitions
Simon Friis Vindum 6c41430677 Merge pull request from yyx990803/master
Return early in module update functions
Tylor Steinberger 2bf8926564 chore(TS): add typescript definitions
Simon Friis Vindum 0293fe2117 Merge pull request from Risto-Stevcev/master
Added build system and standalone modules
Simon Friis Vindum d8150d2b6d Merge pull request from grimalschi/patch-2
Extra variable in thunk.js
Risto Stevcev c3b5676d7f Added build system and standalone modules
paldepind f04de4acf9 Merge branch 'master' of https://github.com/paldepind/snabbdom
paldepind ac9c143555 Don't mention removed `vnode` property
paldepind 43c5d1ced9 Text formatting
Simon Friis Vindum 5b2d0de463 Merge pull request from grimalschi/patch-3
Update snabbdom.js
Veaceslav Grimalschi 1bfb2834db Update snabbdom.js
Code style fix
Simon Friis Vindum a57fc83b7c Merge pull request from grimalschi/patch-1
Update README.md
Veaceslav Grimalschi 137ecacfb3 Extra variable in think.js
Veaceslav Grimalschi 7870899264 Update README.md
Missed chars
paldepind cd57100c97 Version 0.5.0
paldepind 1ce3cd30d5 Update thunk API and documentation
Simon Friis Vindum 9c2bfa4278 Merge pull request from kay999/master
eventlisteners should work if a listener is removed
kay999 2222b945ed fixed indentation
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.
Simon Friis Vindum 45bc0048f7 Merge pull request from webOS101/patch-1
Some minor cleanup
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)
Simon Friis Vindum 78f389795c Merge pull request from jryans/h-args
h: Test args for defined values instead of args.length
paldepind fc3f493d38 Mention snabbdom-helpers in readme
Evan You 69a7c72d72 Return early in module update functions
Simon Friis Vindum c2a6570e6a Merge pull request from paldepind/new-thunk
New thunk implementation
J. Ryan Stinnett 07a540615b Test args for defined values instead of args.length
paldepind 7075aea1d1 New thunk implementation
Simon Friis Vindum 96c5fcd8ba Merge pull request from squiddle/patch-1
reference htmldomapi by module name
Christian S 5311071363 reference htmldomapi by module name
require call should follow convention, even though the node loader won't complain either way.
Simon Friis Vindum 88bd8eb3f0 Merge pull request from TylorS/virtual-node-documentation
docs(README): add virtual node documentation
Tylor Steinberger 6d148e891c doc(README): more typo fixes
Tylor Steinberger 87847257b5 Merge branch 'virtual-node-documentation' of https://github.com/tylors/snabbdom into virtual-node-documentation
Tylor Steinberger cd6d0461d6 docs(README): fix typos pointe out by @foxdonut
Thank you @foxdonut
Tylor Steinberger b84b5e79b4 Merge pull request from stevenmathews/patch-1
Fix typo - 'much' to 'must'
Steve 964317b63a Fix typo - 'much' to 'must'
Tylor Steinberger 967b3c7193 docs(README): fix h links
Tylor Steinberger e1837cb63f docs(README): adjust and add proper links
Tylor Steinberger f73a269c95 docs(README): fix links to vnode properties
Tylor Steinberger e8c373457a docs(README): add virtual node documentation
Add documentation for the structure and properties of a virtual
node used by snabbdom and created by h().
Simon Friis Vindum bbd8a4a980 Merge pull request from hville/pr-dataset-module
Pr dataset module
hville 4ab41ba8d2 Completed tests and matched indendation to spaces
hville 5b164c780a new dataset Module and Test
paldepind 3d2916a951 Version 0.4.2
paldepind 88501771bd Remove backtics