Commit Graph

342 Commits (12abb54ee18daf60fefb2979acfac99e98bebed3)
 

Author SHA1 Message Date
Mike Montoya cd0eff09b8 Safety check for requestAnimationFrame 9 years ago
paldepind 4080c98d08 Formatting. 9 years ago
paldepind 4030e7d7eb Mention JSX babel plugin 9 years ago
Simon Friis Vindum cd8e5814ef Merge pull request #48 from chenxsan/patch-2
Fixed 'Uncaught ReferenceError'
9 years ago
Mike Montoya 164164518e Copy ALL inherited CSS properties except vendor prefixed ones. 9 years ago
Mike Montoya 31d2e1e24c Cache more inherited properties in destroy() 9 years ago
Simon Friis Vindum 88355d214c Merge pull request #50 from JAForbes/patch-1
Fix a typo in the readme argument -> augment
9 years ago
Mike Montoya 870e9ba87e Re-apply saved inherited styles using a for..in loop for flexibility. 9 years ago
James Forbes 5f175197a8 Fix a typo in the readme argument -> augment 9 years ago
Mike Montoya 1a45b9dcfd Now works with hero text that changes size and alignment. 9 years ago
chenxsan 7ba68b9a24 Fixed 'Uncaught ReferenceError'
When using snabbdom with webpack, the webpack output file is in strict mode, and that would cause error:

> Uncaught ReferenceError: requestAnimationFrame is not defined at ...

This pull request fixed it.
9 years ago
Simon Friis Vindum 81016ead29 Merge pull request #46 from chenxsan/patch-1
Fix typo
9 years ago
chenxsan 9fdf22871b Fix typo
Thought it's a typo?
9 years ago
Mike Montoya 7aa7fc10d9 Better text handling, etc. 9 years ago
paldepind 89ff69e307 Mention snabbdom-to-html in the readme 9 years ago
Simon Friis Vindum a304f1f02e Merge pull request #44 from antoinepairet/patch-1
Fix typo in README
9 years ago
Antoine Pairet 08c3e939f6 Fix typo in README 9 years ago
Mike Montoya 8454c580bc Hero: Save bounding rectangle in 'destroy' hook, use it later. Set width/height/margin before animating. 9 years ago
Simon Friis Vindum 8035d27a25 Merge pull request #42 from SkaterDad/master
Fixed hero example to account for #container being overwritten.
9 years ago
paldepind e1d61eef66 Minor readme tweaks 9 years ago
Simon Friis Vindum 3b950a06dc Merge pull request #39 from katyo/master
Some README.md fixes
9 years ago
Mike Montoya d0ae6a1271 Fixed hero example to account for #container being overwritten. 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
paldepind 405a026aab Release version 0.2.8 9 years ago
paldepind 034d8820a2 Add svg support to h 9 years ago
paldepind 21716f9464 Add svg example 9 years ago
paldepind 256dbfcc04 Add svg helper 9 years ago
Simon Friis Vindum 842139d3da Merge pull request #35 from ericgj/add-eventlisteners-doc2
add warning to readme about sharing eventlistener data between VNodes
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
paldepind c8d6cc34c2 Release 0.2.7 9 years ago
Simon Friis Vindum 74e1fb1d05 Merge pull request #27 from finnsson/master
Make it possible to run a patch inside another patch
9 years ago
Oscar Finnsson 6da3ab68e1 Make it possible to run a patch inside another patch 9 years ago
Simon Friis Vindum 896a3b61aa Merge pull request #24 from indus/patch-1
Update README.md
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
paldepind 73f0c05a82 patchVnode should not return a value 10 years ago
Simon Friis Vindum 94484eb700 Merge pull request #23 from ericgj/readme-fixes
fix style transition examples in README
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
Simon Friis Vindum bc09c6724b Merge pull request #18 from StreetStrider/patch-1
Fix typo
10 years ago
Strider 78724bf19a Fix typo 10 years ago
paldepind 294014066b Release 0.2.6 10 years ago
Simon Friis Vindum 60591cfc83 Merge pull request #15 from yelouafi/attrs-module
module for setting element attributes
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