Simon Friis Vindum
ab5d2d89e3
Release version 0.3.2
9 years ago
Simon Friis Vindum
b578084efb
Merge pull request #66 from rayd/patch-inside-iframe
...
Should be able to patch nodes created inside an iframe.
9 years ago
Ray Di Ciaccio
675c723f77
Change how we check for an Element to just look at the nodeType.
9 years ago
Ray Di Ciaccio
0addf72bda
Add failing test for iframes.
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
Simon Friis Vindum
7639799aa7
Merge pull request #62 from jkleiser/jkleiser-patch-1
...
Update README.md
9 years ago
Jon Kleiser
6e474761bc
Merge pull request #1 from jkleiser/jkleiser-patch-1
...
Update README.md
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
Simon Friis Vindum
cd70d1936c
Merge pull request #60 from mkwtys/patch-1
...
Add devDpendencies
9 years ago
mkwtys
4cb0d572f3
Add dependencies
9 years ago
paldepind
9ac0d0fd85
Release version 0.3.1
9 years ago
Simon Friis Vindum
72aa2c62fb
Merge pull request #57 from garth/tidy
...
Ensure that class, props and style artefacts are not left after re-render
9 years ago
Sylvain Prat
2279d3cade
More tests: nested thunks does not work yet
9 years ago
Sylvain Prat
29eb18108c
Repaired broken root init
9 years ago
Sylvain Prat
752908e411
The tests pass!
9 years ago
Sylvain Prat
2341c26e26
Don't assume the root node won't be replaced
9 years ago
Sylvain Prat
7ca1d13783
Ignore test/browserified.js
9 years ago
Garth Williams
0425b2e5ed
Ensure that class, props and style artefacts are not left after re-render
9 years ago
Sylvain Prat
85f7e9a93f
Only one level deep for thunks
9 years ago
Sylvain Prat
3305f8f253
Fixed tests again
9 years ago
Sylvain Prat
645303e986
Improved/fixed some tests
9 years ago
Sylvain Prat
94a3f8767b
Passing test "can be replaced and removed" for thunk
9 years ago
Sylvain Prat
df41e1de25
Passing test "renders correctly when root"
9 years ago
Sylvain Prat
d92dd1f0ce
Removed forgotten console.log calls
9 years ago
Sylvain Prat
2f878813b1
Added a bunch of failing tests for thunks
9 years ago
paldepind
9309dd3c83
Release updated hero module
9 years ago
Simon Friis Vindum
b0999ad634
Merge pull request #51 from SkaterDad/hero-develop
...
Hero module updates
9 years ago
Mike Montoya
0ca8703e78
Update hero example for new module updates
9 years ago
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