Commit Graph

470 Commits (1ca15843343497f810fb5a7b568d7e4982f7ca45)
 

Author SHA1 Message Date
The Gitter Badger f49be704c1 Added Gitter badge
Simon Friis Vindum 5181e03c63 Merge pull request from raine/patch-1
readme: fix typos
Raine Virta 30b5312351 readme: fix typos
paldepind d1867d568f Describe event handling
paldepind a5aa824972 Few additions before the intro
paldepind c67611f509 Non array event listeners can be replaced
paldepind b5db97812d Fix table
paldepind 7f7fab3bec Update readme
paldepind 23344df6b8 Pass empty VNode to `create` hook set on element
paldepind 35335d6d64 Old vnode is passed to update hook
paldepind b4b90ac609 Fix bug regarding changed text nodes
paldepind cd7eb76a09 Insert created elements at correct location
Simon Friis Vindum 5fa91d590e Merge pull request from jails/master
Add failed spec when using mixed keyed & non-keyed virtual nodes.
paldepind e8a6fe17f8 Update readme
paldepind 95de47368b Fix bug
Simon JAILLET dae70b9416 Failed spec with mixed key & non keys.
paldepind dc0744c57a Bump version
paldepind 529fdde299 Properly update event handler and value in array event listeners
paldepind 39926a9cfb New syntax for delayed style
paldepind cbaed64692 Update readme
paldepind 59cee0ede9 Add package file
paldepind 052d51de00 Dont use `forEach`
paldepind ab07053f07 Update readme
paldepind 7edc91325d Remove `emptyVnodeAt` – patch instead accepts DOM node
paldepind 56d1b03fb3 Refactor hook initialization
paldepind 260afd8a79 Improve hero example for phones
paldepind 5ae0836f21 Render `vnode` property if defined
paldepind a2f0d27417 Add thunk
paldepind b66893f05f Add `init` hook
paldepind 1eb19f827e Add `patch`-hook, `update`-hook and short circuiting
paldepind f5d2b0f861 Add destroy hook directly on vnodes
paldepind 4799cb43e9 Rename hero example
paldepind f11a3c9571 Add demonstration of hero animations
paldepind f43fe5a107 Add module for hero animations
paldepind 4b8409d8cb Add styles for destroy hook
paldepind a05c6d7804 Update reorder example
paldepind 8420b6cd3d Update syntax for style on removal
paldepind 0d6ebaf2dc Add destroy hook
paldepind caea7088e5 Add `pre` and `post` global hooks
paldepind 36377a5468 Style module supports element removal styles
paldepind 64e76e7466 Allow several listeners to control element removal
paldepind d819a713f0 Move lifecycle hook to `hook` obj in `data`
paldepind eda5497f17 Add sparse documentation
paldepind 4c173570e3 Init returns patch function
paldepind edcd85baa4 Merge branch 'modular'
paldepind c69ee468d3 Update reorder example
paldepind c066feb080 Huge modularizing refactor
paldepind 667d7754ff Polish reorder example
paldepind 1f5041df62 Tiny refactor
paldepind f3c71f921d Make sure next frame actually happens in next frame