Commit Graph

775 Commits (b2df69234af79f2455d726012387e9f62f4b47c7)
 

Author SHA1 Message Date
Mike Montoya 8454c580bc Hero: Save bounding rectangle in 'destroy' hook, use it later. Set width/height/margin before animating.
Simon Friis Vindum 8035d27a25 Merge pull request from SkaterDad/master
Fixed hero example to account for #container being overwritten.
paldepind e1d61eef66 Minor readme tweaks
Simon Friis Vindum 3b950a06dc Merge pull request from katyo/master
Some README.md fixes
Mike Montoya d0ae6a1271 Fixed hero example to account for #container being overwritten.
Kayo Phoenix 0108f659fd Fixed example of properties module
Kayo Phoenix 9e3d56bfd9 Fixed README (closed module example code)
paldepind 29acfb2db7 Improve documentation of hooks and module creation
paldepind af7682f78b Document svg support
paldepind 405a026aab Release version 0.2.8
paldepind 034d8820a2 Add svg support to h
paldepind 21716f9464 Add svg example
paldepind 256dbfcc04 Add svg helper
Simon Friis Vindum 842139d3da Merge pull request from ericgj/add-eventlisteners-doc2
add warning to readme about sharing eventlistener data between VNodes
Eric Gjertsen 136a9a8bfa add warning to readme about sharing eventlistener data between VNodes
paldepind 2ff37ecb1d Briefly describe thunks in documentation
paldepind c8d6cc34c2 Release 0.2.7
Simon Friis Vindum 74e1fb1d05 Merge pull request from finnsson/master
Make it possible to run a patch inside another patch
Oscar Finnsson 6da3ab68e1 Make it possible to run a patch inside another patch
Simon Friis Vindum 896a3b61aa Merge pull request from indus/patch-1
Update README.md
Stefan Keim cb31ceeeaa Update README.md
paldepind d13362426a Add describtion of `destroy` hook
paldepind 5471fd552c Mention that style module does not remove attributes
paldepind 73f0c05a82 patchVnode should not return a value
Simon Friis Vindum 94484eb700 Merge pull request from ericgj/readme-fixes
fix style transition examples in README
Eric Gjertsen 1a3bd2de6f fix style transition examples in README
paldepind 8990625026 Mention JSX support, describe `insert` hook
Simon Friis Vindum bc09c6724b Merge pull request from StreetStrider/patch-1
Fix typo
Strider 78724bf19a Fix typo
paldepind 294014066b Release 0.2.6
Simon Friis Vindum 60591cfc83 Merge pull request from yelouafi/attrs-module
module for setting element attributes
yelouafi 7b79a3b0bf added line breaks, fixed typo
yelouafi f86608cd25 replaced Regex with object dict for boolean attributes
yelouafi 379f736254 Support boolean attributes
yelouafi 05ff217997 remove boolean attributes if value is falsy
yelouafi 5c6bea76ce updated docs
Yassine Elouafi dec59f6584 created attribute module
paldepind d9fe2a4cd6 Do not mutate event listener parameter array
paldepind d0a2f5176e Invoke event listener with several arguments in array
paldepind f839ac08bb Bump version
paldepind 7ec695585f Add `remove` explanation
paldepind a6a814c9eb Snabbdom will always remove an element from its proper parent, even if the element has been changed
paldepind f72e48dc05 Do not invoke module `remove` hook for text nodes
paldepind 459c46e22b Add `isDef` function
paldepind bfdae8946b Improve documentation of `patch` and fix inline example
paldepind 35de88b833 Replace element if it has a parent
Simon Friis Vindum 35b62dee54 Merge pull request from raine/readme
Explain how to use hooks
Raine Virta bdadc2fa83 README: add hooks example
Raine Virta 9e722e24a1 README: fix typo
paldepind 4c1893423a Add attachTo helper