Commit Graph

173 Commits (master)

Author SHA1 Message Date
Andre Staltz 091dc5f961
Migrate from CommonJS modules to ES2015 modules 8 years ago
Simon Friis Vindum 8079ba7868 Merge pull request #173 from jas-chen/jas-chen-patch-1
Fix thunk example
8 years ago
AlexGalays 8f30755a6a README: Add one more example in "Structuring application" 8 years ago
Amirouche 685fb99755 Add `vue.js` and `scheme-todomvc` in “Structuring applications” 8 years ago
Shahar Or 713fb5d559 Cycle.js instead of Motorcycle.js in README.md 8 years ago
Jas Chen 77ef0b59c4 Fix thunk example 8 years ago
Andrew Murray 1b48d39e56 Fixed typos 8 years ago
Vitaly Dub 453d982180 fixed links in README (paldepind -> snabbdom) 8 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
Stu Cox 7a496fb61f Correct formatting in README 9 years ago
Christian S 3d48eb84c4 fix style example in README.md
fixes #127
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
Veaceslav Grimalschi 7870899264 Update README.md
Missed chars
9 years ago
paldepind 1ce3cd30d5 Update thunk API and documentation 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
paldepind fc3f493d38 Mention snabbdom-helpers in readme 9 years ago
Tylor Steinberger 6d148e891c doc(README): more typo fixes 9 years ago
Tylor Steinberger 87847257b5 Merge branch 'virtual-node-documentation' of https://github.com/tylors/snabbdom into virtual-node-documentation 9 years ago
Tylor Steinberger cd6d0461d6 docs(README): fix typos pointe out by @foxdonut
Thank you @foxdonut
9 years ago
Steve 964317b63a Fix typo - 'much' to 'must' 9 years ago
Tylor Steinberger 967b3c7193 docs(README): fix h links 9 years ago
Tylor Steinberger e1837cb63f docs(README): adjust and add proper links 9 years ago
Tylor Steinberger f73a269c95 docs(README): fix links to vnode properties 9 years ago
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().
9 years ago
paldepind 716c7c82a7 Add SVG carousel example to readme 9 years ago
paldepind 07db236c38 Fix accidental bullet 9 years ago
paldepind 8d02790895 Add section to readme on how to structure applications 9 years ago
paldepind 3d2247474a Readme fixes 9 years ago
Jon Kleiser dd66f2e7c7 Update README.md
Several minor corrections. Added a few commas to make reading easier. Please review carefully, as my understanding of the matter is still not the best.
9 years ago
paldepind e68a750367 Document `init` hook 9 years ago
paldepind 4080c98d08 Formatting. 9 years ago
paldepind 4030e7d7eb Mention JSX babel plugin 9 years ago
James Forbes 5f175197a8 Fix a typo in the readme argument -> augment 9 years ago
chenxsan 9fdf22871b Fix typo
Thought it's a typo?
9 years ago
paldepind 89ff69e307 Mention snabbdom-to-html in the readme 9 years ago
Antoine Pairet 08c3e939f6 Fix typo in README 9 years ago
paldepind e1d61eef66 Minor readme tweaks 9 years ago
Kayo Phoenix 0108f659fd Fixed example of properties module 9 years ago
Kayo Phoenix 9e3d56bfd9 Fixed README (closed module example code) 9 years ago
paldepind 29acfb2db7 Improve documentation of hooks and module creation 9 years ago
paldepind af7682f78b Document svg support 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
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
Eric Gjertsen 1a3bd2de6f fix style transition examples in README 10 years ago
paldepind 8990625026 Mention JSX support, describe `insert` hook 10 years ago
Strider 78724bf19a Fix typo 10 years ago
paldepind 294014066b Release 0.2.6 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 5c6bea76ce updated docs 10 years ago
paldepind 7ec695585f Add `remove` explanation 10 years ago
paldepind bfdae8946b Improve documentation of `patch` and fix inline example 10 years ago
Raine Virta bdadc2fa83 README: add hooks example 10 years ago
Raine Virta 9e722e24a1 README: fix typo 10 years ago
paldepind 26a62cab4d Add postpatch hook 10 years ago
paldepind 24206f430a Add attachTo module 10 years ago
The Gitter Badger f49be704c1 Added Gitter badge 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 b5db97812d Fix table 10 years ago
paldepind 7f7fab3bec Update readme 10 years ago
paldepind e8a6fe17f8 Update readme 10 years ago
paldepind cbaed64692 Update readme 10 years ago
paldepind ab07053f07 Update readme 10 years ago
paldepind eda5497f17 Add sparse documentation 10 years ago
Simon Friis Vindum c3b2989fa6 Initial commit 10 years ago