Leo Horie
1c014e15a3
unbreak CI
2016-08-03 17:29:05 -04:00
Leo Horie
55026e1986
fix react dbmon
2016-08-03 17:28:54 -04:00
Leo Horie
a7a546ad7d
Merge pull request #1173 from pygy/multi-mount-redraw-test
...
Test for #1146 and #1153
2016-08-03 13:21:10 -04:00
Leo Horie
2cfc98551e
Merge pull request #1205 from ludbek/link.component.doc
...
linked component doc
2016-08-03 12:34:11 -04:00
ludbek
0a736b5e76
linked component doc
2016-08-03 21:43:54 +05:45
Isiah Meadows
dd76526e10
Merge pull request #1196 from mindeavor/bug/rewrite-stream
...
Add failing test case for stream
2016-08-03 06:44:57 -04:00
Leo Horie
15a1f071a2
Merge remote-tracking branch 'origin/rewrite' into rewrite
2016-08-03 00:01:36 -04:00
Leo Horie
8c71c39631
unbreak bundler
2016-08-03 00:01:17 -04:00
Leo Horie
8ec3a3f2c5
test router using file protocol as start point
2016-08-02 23:21:13 -04:00
Gilbert
6d9d01c12b
Add failing test
2016-08-02 11:06:38 -05:00
Leo Horie
20da8d3dc8
remove redundant check
2016-08-02 10:43:50 -04:00
Leo Horie
47070e2f0c
compare path, not route
2016-08-02 10:32:26 -04:00
Leo Horie
608a494538
Merge pull request #1181 from barneycarroll/patch-4
...
Gotchas imply onbeforeupdate is inherently evil
2016-07-30 21:29:53 -04:00
Leo Horie
f4b267ff39
don't duplicate html on updates
2016-07-30 15:46:14 -04:00
Leo Horie
9bd0cd73fc
inline Date.now, remove redundant comment
2016-07-30 14:55:34 -04:00
Leo Horie
917d474804
Merge pull request #1188 from tivac/date-now
...
Use Date.now() if available
2016-07-30 14:48:57 -04:00
Leo Horie
c5d3929b17
Merge pull request #1189 from tivac/bundle-renaming
...
Make bundle collision renaming more strict
2016-07-30 14:33:09 -04:00
Pat Cavit
58cc89dc6a
Fixed bundle
2016-07-29 23:52:32 -07:00
Pat Cavit
16c892037b
Require tighter collision checking
2016-07-29 23:52:22 -07:00
Pat Cavit
49c3376db0
Current bundle
2016-07-29 23:48:45 -07:00
Pat Cavit
47b9aba680
Use Date.now() if available since it's faster
2016-07-29 23:18:11 -07:00
Leo Horie
40b2053895
more bundler fixes
2016-07-30 00:48:23 -04:00
Leo Horie
d0851f8a3b
handle globals in bundler
2016-07-30 00:05:00 -04:00
Leo Horie
a548290dda
Merge remote-tracking branch 'origin/rewrite' into rewrite
2016-07-29 22:04:20 -04:00
Leo Horie
7c736b511a
rename node to vnode
2016-07-29 22:04:04 -04:00
Leo Horie
5d95022a8f
Merge pull request #1187 from pygy/cleanup
...
Remove a few crumbs I left behind
2016-07-29 14:34:24 -04:00
Pierre-Yves Gerardy
bfc69267d5
Remove a few crumbs I left behind
2016-07-29 20:31:06 +02:00
Leo Horie
20fd1b8198
Merge pull request #1183 from pygy/onbeforeremove-state-vnode-done
...
[rewrite] Pass `vnode.state` as context to `onbeforeremove`.
2016-07-29 09:35:48 -04:00
Pierre-Yves Gerardy
72bc17e9b4
Pass vnode.state as context to onbeforeremove.
2016-07-29 15:23:28 +02:00
Pierre-Yves Gerardy
0566b04a0f
Add test for onbeforeremove context.
2016-07-29 15:23:28 +02:00
Leo Horie
09a0464a01
don't break tests in node
2016-07-29 08:49:57 -04:00
Barney Carroll
6c061a3170
Gotchas imply onbeforeupdate is inherently evil
...
The premature optimisation warning talks about `onbeforeupdate` as though returning false were its only purpose. In fact it's also useful for transforming simple input into a detailed model for the view, input-state comparisons for change highlighting, etc.
2016-07-29 10:55:37 +01:00
Leo Horie
0ac6ef44b8
update README
2016-07-28 23:39:44 -04:00
Leo Horie
91a492b2e8
fix node module resolution in bundler
2016-07-28 23:22:37 -04:00
Leo Horie
ca7d1e856b
document setup via npm
2016-07-28 22:41:26 -04:00
Leo Horie
726b79a18d
document multi-upload
2016-07-28 22:40:46 -04:00
Leo Horie
640b19228a
improve bundler
2016-07-28 22:35:22 -04:00
Leo Horie
fbb324e433
simplify handling of FormData
2016-07-28 22:34:16 -04:00
Leo Horie
fd2f381cea
Merge remote-tracking branch 'origin/rewrite' into rewrite
2016-07-27 00:15:40 -04:00
Leo Horie
ab6cc583f2
more docs for m.request
2016-07-27 00:14:47 -04:00
Leo Horie
023956b62e
Merge pull request #1174 from pygy/move-up-vnodes-assignment
...
Move the `dom.vnodes` assignement up one line.
2016-07-26 10:32:34 -04:00
Leo Horie
d1216f3e06
Merge pull request #1175 from gaspoute/pass-namespace-to-children
...
Pass namespace to new children when updating their parent
2016-07-26 10:30:45 -04:00
Gaspar
4acf5e58a3
Pass namespace to new children when updating their parent
2016-07-26 11:09:13 +02:00
Pierre-Yves Gerardy
75f1bd2f71
Move the dom.vnodes assignement up one line.
...
It makes it possible to peek into the vnodes tree from the `oncreate` hook of a component.
2016-07-26 08:58:38 +02:00
Pierre-Yves Gerardy
357de85129
Test for #1146 and #1153
2016-07-26 00:53:33 +02:00
Leo Horie
d64c6175a9
Merge pull request #1171 from pygy/remove-test
...
Remove questionable test
2016-07-25 10:06:48 -04:00
Pierre-Yves Gerardy
6e12373e71
Remove questionable test
...
Its failure breaks CI and having it break may be desirable.
2016-07-24 11:55:16 +02:00
Leo Horie
8bc47632ee
some more docs
2016-07-22 00:06:59 -04:00
Leo Horie
1155027c91
fix #1163
2016-07-21 00:52:32 -04:00
Isiah Meadows
6da4e973d8
Merge pull request #1149 from barneycarroll/multi-mount-test
...
Test for #1146
2016-07-20 05:09:59 -04:00