Leo Horie
7f8363560e
Merge remote-tracking branch 'origin/rewrite' into rewrite
2016-08-10 09:13:19 -04:00
Leo Horie
93bd1cd3bf
make render api doc more explicit about return value
2016-08-10 09:13:17 -04:00
Leo Horie
3bdf11cde3
Merge pull request #1172 from pygy/unmount
...
Unmount and cleanly refresh mount points
2016-08-04 22:46:48 -04:00
Pierre-Yves Gérardy
7c0223ec09
Migration docs: m.mount and m.route now require components where vdom nodes were once tolerated ( #1217 )
2016-08-04 16:55:26 -07:00
Pierre-Yves Gerardy
8c1e0cc073
m.mount() docs update.
2016-08-05 01:47:48 +02:00
Patrik Johnson
88e7cf5454
Rewrite: ignore m.request deserialize option if extract is passed
2016-08-04 19:19:12 +03:00
suren shrestha
354b1a10c1
Update render.md
2016-08-04 14:51:14 +05:45
Leo Horie
3a19dddb22
more docs
2016-08-04 00:00:31 -04:00
Leo Horie
1fd9cf4271
make note about default prefix in router #1176
2016-08-03 17:36:08 -04:00
ludbek
0a736b5e76
linked component doc
2016-08-03 21:43:54 +05:45
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
7c736b511a
rename node to vnode
2016-07-29 22:04:04 -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
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
ab6cc583f2
more docs for m.request
2016-07-27 00:14:47 -04:00
Leo Horie
8bc47632ee
some more docs
2016-07-22 00:06:59 -04:00
Gilbert
9e59d4a98d
Update m.sync migration docs
2016-07-18 12:25:29 -05:00
Leo Horie
7a5978df59
make note about m("[")
2016-07-15 01:35:18 -04:00
Leo Horie
a2680b30a4
s/sync/merge
2016-07-15 00:35:18 -04:00
Gilbert
008ffc9587
Add m.prop.sync
2016-07-12 23:27:36 -05:00
Leo Horie
c196b8b475
fix loading/error example, beef up render docs
2016-07-12 00:34:56 -04:00
Leo Horie
b3d784d841
fix example
2016-07-11 09:31:56 -04:00
Leo Horie
a988276e9b
Revert "don't copy state anymore"
...
This reverts commit cece44d4ac .
2016-07-08 10:24:48 -04:00
Leo Horie
cece44d4ac
don't copy state anymore
2016-07-08 00:40:52 -04:00
Leo Horie
40ff3c89b5
Merge remote-tracking branch 'origin/rewrite' into rewrite
2016-07-07 13:23:36 -04:00
Leo Horie
7318a0d88b
update docs re: component anti-patterns, lint docs
2016-07-07 13:23:16 -04:00
Pat Cavit
0ac094d2cb
Update m.route.getPath/setPath docs
2016-07-06 13:55:07 -07:00
Leo Horie
4ad4fdf75c
add missing space
2016-06-30 23:38:52 -04:00
Leo Horie
015a812610
fantasy-land methods no longer absorb streams
2016-06-30 01:28:50 -04:00
Leo Horie
7fa3fee9ce
improve docs for m.request
2016-06-24 23:41:35 -04:00
Isiah Meadows
9288a915a4
Merge pull request #1121 from barneycarroll/patch-3
...
Long-term Node fans might take exception (lol)...
2016-06-22 14:22:58 -04:00
Rasmus Porsager
bbeeb75087
Correct descriptions for map in table
...
Seems like some copy paste slipped through ;)
2016-06-21 20:29:28 +02:00
Barney Carroll
af49a7dcb4
Long-term Node fans might take exception (lol)...
...
...to saying there aren't *any* mechanisms for error-handling in callback-centric async APIs
2016-06-21 10:09:59 +01:00
Leo Horie
639967c767
lint docs
2016-06-20 23:35:43 -04:00
Pat Cavit
5422309e96
Update name
2016-06-20 08:32:05 -07:00
Leo Horie
f5bb364b22
some credits
2016-06-20 09:57:31 -04:00
Leo Horie
459b8cf7f5
fix typo in header
2016-06-20 09:39:41 -04:00
Leo Horie
f652c25a54
fix typo
2016-06-20 09:39:05 -04:00
Leo Horie
bce2abbffd
Merge remote-tracking branch 'origin/rewrite' into rewrite
...
Conflicts:
docs/keys.md
docs/signatures.md
docs/v1.x-migration.md
index.js
ospec/bin/ospec.cmd
request/request.js
request/tests/test-xhr.js
util/prop.js
util/tests/index.html
util/tests/test-prop.js
2016-06-20 09:34:14 -04:00
Leo Horie
5e3e984152
request docs wip
2016-06-20 09:22:52 -04:00
Leo Horie
ce0c30a235
update docs
2016-06-20 09:22:00 -04:00
impinball
b4fb21475c
Add editorconfig, resolve differences
...
This includes newlines, tabs, among other things.
2016-06-18 03:22:12 -04:00
Deon Tan
6ffeeaa19d
Update mithril.md
...
Should component be MyComponent?
2016-06-17 16:13:02 +01:00
Sebastian Sandqvist
80d0a69dab
Add migration docs for m.route.prefix ( #1104 )
...
Also made a change in the documentation around passing components to `m()`. Before, the syntax that was used made it look like jsx, which could easily have been misinterpreted. Since `component` is defined in the docs just prior, I don't think we need any special syntax to indicate that it might have been a placeholder value.
2016-06-11 11:45:55 -07:00
Leo Horie
4b6c4254ba
s/shouldUpdate/onbeforeupdate
2016-06-06 09:59:35 -04:00
Leo Horie
9f91858843
Merge remote-tracking branch 'origin/next' into next
2016-06-06 09:22:20 -04:00
Syaiful Bahri
52b0918297
update integration docs
...
correct the code example to avoid infinite loop
the infinite loop occure because the code example also
update the value on change handler. issue #954 .
prove https://jsfiddle.net/syaiful6/kps3gabo/
2016-06-05 12:02:55 +07:00
Leo Horie
2289061f90
fix doc
2016-06-03 16:53:24 -04:00
Pat Cavit
d05b155abc
Add more docs around m.route ( #1089 )
2016-06-03 11:33:46 -07:00