Commit graph

2357 commits

Author SHA1 Message Date
Magnus Leo
a640eaeb44 Comment why the request abort error happens 2017-01-13 11:27:54 +01:00
Magnus Leo
bfccd1b6bf Fix request abort error 2017-01-13 09:29:28 +01:00
Pat Cavit
5ac3bb14cf docs: Restructure redraw-related points together
Also fix a long line and a few formatting nits
2017-01-12 12:41:25 -08:00
Pat Cavit
2f222dcb89 docs: Document m.route.param() survival
As revived in #1532
2017-01-12 12:34:52 -08:00
Leo Horie
8420f84f55 Merge remote-tracking branch 'origin/rewrite' into rewrite 2017-01-12 12:55:58 -05:00
Leo Horie
b957bf66e8 expand section on fat components 2017-01-12 12:55:40 -05:00
Gandalf-the-Bot
ca5eedc8a6 Bundled output for commit 6d5e8225cc [skip ci] 2017-01-12 13:03:29 +00:00
Leo Horie
6d5e8225cc Merge pull request #1532 from tivac/m-route-params
Revive m.route.param()
2017-01-12 08:02:03 -05:00
Patrik Johnson
d63a88618e Rewrite docs clarity (#1534)
* Add a few words and bits for clarity and better text flow in the rewrite docs
* Rephrase some helpful wording
2017-01-11 15:57:14 -08:00
Patrik Johnson
7a4349c332 Fix small typos in the rewrite docs (#1533) 2017-01-11 15:41:15 -08:00
Pat Cavit
d119accb21 fix: m.route.param, not m.route.params 😓 2017-01-11 15:14:29 -08:00
Pat Cavit
2cdd8a96d1 tests: undefined until a route has been matched 2017-01-11 14:25:19 -08:00
Pat Cavit
834dd02610 feat: bring back m.route.params()
Because it's annoying only having route params available to the
top-level components within a route.
2017-01-11 14:23:42 -08:00
Leo Horie
68f832d776 Merge remote-tracking branch 'origin/rewrite' into rewrite 2017-01-11 13:36:28 -05:00
Leo Horie
6ff5265bf8 docs on animation and css 2017-01-11 13:36:05 -05:00
Leo
03e46cc7c0 Merge remote-tracking branch 'origin/rewrite' into rewrite 2017-01-11 08:10:32 -05:00
Leo
0a4d5c1777 doc corrections 2017-01-11 08:10:15 -05:00
Leo Horie
82b69ae60a fix highlighting 2017-01-10 18:58:55 -05:00
Leo Horie
ef8b7c680c Merge pull request #1524 from barneycarroll/patch-5
Use HTML / JSX as appropriate instead of 'markup'
2017-01-10 18:58:05 -05:00
Pat Cavit
b9b45faeb5 Fix example
Fixes #1530
2017-01-10 14:36:16 -08:00
Leo Horie
301785b1a5 Merge pull request #1528 from pygy/ospec-next-tickish-fix
[ospec] fix nextTickish()
2017-01-10 10:35:29 -05:00
Pierre-Yves Gerardy
bd519f3c23 [ospec] fix nextTickish() 2017-01-10 14:59:09 +01:00
Leo Horie
50986bb26c Merge pull request #1527 from alexander-travov/rewrite
Docs: fix typo.
2017-01-10 08:52:30 -05:00
Alexander Travov
a397835838 Docs: fix typo. 2017-01-10 16:38:52 +03:00
Leo Horie
618020cd79 Merge pull request #1507 from bruce-one/next-tick
Use process.nextTick if available to reduce stack size.
2017-01-10 08:18:59 -05:00
Leo Horie
6c5a7e6e62 Merge branch 'rewrite' into next-tick 2017-01-10 08:18:50 -05:00
Leo Horie
d658ab9f28 Merge remote-tracking branch 'origin/rewrite' into rewrite 2017-01-09 19:54:54 -05:00
Leo Horie
d1028cb66d more docs 2017-01-09 19:54:38 -05:00
Leo Horie
6cab0acbc0 Merge pull request #1523 from barneycarroll/patch-2
Specify JSON code blocks in ES6 documentation
2017-01-09 09:31:07 -05:00
Barney Carroll
134a3121cc Use HTML / JSX as appropriate instead of 'markup' 2017-01-09 13:32:54 +00:00
Barney Carroll
7980cbe0a0 Specify JSON code blocks in ES6 documentation 2017-01-09 13:30:29 +00:00
Leo Horie
97b0fda1d0 Merge remote-tracking branch 'origin/rewrite' into rewrite 2017-01-09 08:14:15 -05:00
Leo Horie
506f0b61a6 improve docs on redraw semantics 2017-01-09 08:14:03 -05:00
Leo Horie
360a68ad26 Merge pull request #1522 from pygy/ospec-improve-dedupe
[ospec] Improve the dupe detection code
2017-01-09 07:49:41 -05:00
Pierre-Yves Gerardy
396a7ff4e4 [ospec] Simplify the dupe checker 2017-01-09 10:24:03 +01:00
Pierre-Yves Gerardy
a7ea060a64 [ospec] Add hasOwn shortcut 2017-01-09 10:16:53 +01:00
Leo Horie
84cb1ecb3d add conclusion to tut 2017-01-08 22:36:42 -05:00
Leo Horie
30d0166830 fix menu links 2017-01-08 22:10:36 -05:00
Leo Horie
fb2b8a5f79 remove unused var 2017-01-08 21:33:08 -05:00
Leo Horie
d397e66e03 lint links 2017-01-08 21:29:26 -05:00
Leo Horie
e4d69c409a fix var name 2017-01-08 19:32:44 -05:00
Leo Horie
a0def08101 lint and highlight jsx 2017-01-08 19:30:23 -05:00
Leo Horie
6345859e19 Merge remote-tracking branch 'origin/rewrite' into rewrite 2017-01-08 19:15:11 -05:00
Leo Horie
5c75aa9fa1 more tweaks 2017-01-08 19:14:57 -05:00
Leo
31177c279f fix component docs 2017-01-08 15:42:51 -05:00
Pierre-Yves Gerardy
f13561e200 [ospec] Improve the dupe detection code 2017-01-08 21:20:43 +01:00
Leo
37e4ca8730 standardize on Stream as module name 2017-01-08 14:49:02 -05:00
Leo
d40b324645 doc fixes 2017-01-08 14:47:38 -05:00
Leo
96ca6379d0 add note about throttling 2017-01-08 14:19:51 -05:00
Leo
1d8021500a improve docs re: redraw 2017-01-08 14:09:10 -05:00