Commit graph

2807 commits

Author SHA1 Message Date
Scotty Simpson
dfcbc8e2b3 docs: Update request.md (#1851) 2017-05-12 09:40:28 -07:00
Pierre-Yves Gérardy
085f5642be Docs: Correct typos [skip CI] 2017-05-04 16:28:06 +02:00
Pierre-Yves Gérardy
1370551104 Merge pull request #1846 from yurivish/patch-1
Improve the documentation of routing parameters
2017-05-04 16:14:12 +02:00
Pierre-Yves Gérardy
0a1c634d99 Clarify m.route.params in RouteResolver.onmatch 2017-05-04 16:05:39 +02:00
Yuri
a560bca85d Improve the documentation of routing parameters
I was stuck on this for a while earlier today: it turns out that `m.route.param` will not return the right results in the `onmatch` function on a `RouterResolver`, though it will inside of a `render` function on the same. This behavior is documented in the `onmatch` section but not the `m.route.param` section, which is where I was looking when I ran up against this earlier.

From an API design perspective it would make sense to me for `m.route.param` to return valid results inside `onmatch`, but I don't know enough about Mithril's internals to know how complex it would be to implement.
2017-05-03 21:21:57 -04:00
Gandalf-the-Bot
10b8507c1b Bundled output for commit de4433cd31 [skip ci] 2017-05-03 18:57:28 +00:00
Samuel Tilly
de4433cd31 Override namespace with xmlns attribute (#1825)
Fixes issue #1819 foreignObject inside SVG
2017-05-03 14:55:56 -04:00
Gandalf-the-Bot
2db6081601 Bundled output for commit 73d9265c6d [skip ci] 2017-05-02 21:31:10 +00:00
Scotty Simpson
73d9265c6d fix: selector [value=""] is mishandled (#1843) 2017-05-02 14:28:59 -07:00
Andrea Coiutti
af3da16832 docs: Add favicon (#1839) 2017-05-02 09:34:13 -07:00
Pat Cavit
bef58fdfa5 chore: Update repo references (#1834) 2017-05-02 09:24:12 -07:00
Kevin Cameron
e966025171 Correct example code 2017-05-01 22:54:05 -07:00
Gandalf-the-Bot
7e6a4869e9 Bundled output for commit 8191f7894c [skip ci] 2017-05-01 15:46:08 +00:00
Isiah Meadows
8191f7894c Merge pull request #1828 from spacejack/option-empty-string
Fix select option to use empty string value, add tests.
2017-05-01 11:43:53 -04:00
Scotty Simpson
414e74ba47 docs: Fix typo in es6.md (#1827) 2017-04-30 23:36:47 -07:00
spacejack
08a6638926 Minimize vdom diff in option value test 2017-04-30 15:14:44 -04:00
spacejack
0f9d5f1631 Fix select option to use empty string value, add tests. 2017-04-30 15:04:37 -04:00
Isiah Meadows
2aa6adf440 Merge pull request #1824 from lhorie/revert-1796-vnode-event
Revert "Pass `vnode` as second argument"
2017-04-28 16:42:44 -04:00
Isiah Meadows
b24c37c42d Revert "Pass vnode as second argument" 2017-04-28 16:40:13 -04:00
Scotty Simpson
0587139252 docs: Update components.md (#1818)
I went with "its", but "our" could work, too. Both, though — hm. Seems silly.
2017-04-27 16:49:19 -07:00
Isiah Meadows
46330d7f97 Merge pull request #1816 from micellius/patch-1
docs(jsx.md): add missing "!"
2017-04-27 12:18:54 -04:00
micellius
b6a251b5b8 docs(jsx.md): add missing "!"
Add missing "!" to result of interpolation for `{greeting + "!"}` expression
2017-04-27 17:21:00 +03:00
Isiah Meadows
7e30b62c1e Merge pull request #1815 from spacejack/select-option-value-test
Add test for select option with empty string value
2017-04-27 09:37:44 -04:00
spacejack
f8ccd418d3 Add test for select option with empty string value 2017-04-26 20:07:25 -04:00
David
e26e1f10c0 docs: URL Param + Variadic route doc (#1813) 2017-04-26 09:34:28 -07:00
Gandalf-the-Bot
ca0cd412a3 Bundled output for commit 040a70ff99 [skip ci] 2017-04-24 18:41:58 +00:00
Isiah Meadows
040a70ff99 Merge pull request #1796 from isiahmeadows/vnode-event
Pass `vnode` as second argument
2017-04-24 14:40:23 -04:00
Pierre-Yves Gérardy
8416afb6b8 Merge pull request #1795 from tivac/code-of-conduct
Add code of conduct
2017-04-19 15:55:04 +02:00
Isiah Meadows
f58187d4e3 Merge pull request #1800 from lguzzon/next
Auto Dependency Updates ...
2017-04-14 21:26:54 -04:00
Luca Guzzon
b042a9ec8f Auto Dependency Updates ... 2017-04-14 12:46:08 +02:00
Pat Cavit
9a55a290cc feat: perf testing (#1789) 2017-04-13 09:48:30 -07:00
Pat Cavit
034ef4d318 docs: add master -> next merge for package.json 2017-04-13 09:42:22 -07:00
Isiah Meadows
70762bd2b5 Merge pull request #1797 from cavemansspa/cavemansspa-patch-1
Add example for mounting a component with args
2017-04-13 10:02:41 -04:00
cavemansspa
7ad1b2edcf Add example for mounting a component with args 2017-04-12 10:23:50 -04:00
Pat Cavit
05990024e1 docs: flesh out releasing process further 2017-04-11 11:17:25 -07:00
Isiah Meadows
2fcaafd080 Merge pull request #4 from lhorie/next
Update fork
2017-04-11 13:35:35 -04:00
Isiah Meadows
a92ffb3077 Clarify events, document extra vnode property 2017-04-11 13:33:46 -04:00
Pat Cavit
3409a72c4e docs: add code of conduct and nav link 2017-04-11 10:32:00 -07:00
Isiah Meadows
81b7ff56ee Add tests for event vnode second argument 2017-04-11 13:09:38 -04:00
Isiah Meadows
e78d1b692c Support vnode event callbacks 2017-04-11 13:05:12 -04:00
Gandalf-the-Bot
b718ae6f32 Bundled output for commit d01e8d458e [skip ci] 2017-04-11 08:28:58 +00:00
Pierre-Yves Gérardy
d01e8d458e Merge pull request #1794 from tivac/load-mithril
Load mithril on mithril.js.org
2017-04-11 10:28:04 +02:00
Pierre-Yves Gérardy
2dc5522af5 Merge branch 'next' into load-mithril 2017-04-11 10:27:52 +02:00
Pierre-Yves Gérardy
72ff776c2c Merge pull request #1793 from tivac/doc-examples
Add codepen examples for tutorial
2017-04-11 10:25:27 +02:00
Pat Cavit
94dfc52a98 docs: add simple scaffolding pen to intro section 2017-04-10 23:50:07 -07:00
Pat Cavit
4cfd0c4070 docs: load mithril on mithril.js.org
For futzing around in the dev console
2017-04-10 23:43:10 -07:00
Pat Cavit
451cf00951 docs: add incrementing value to repeated anchors 2017-04-10 23:31:56 -07:00
Pat Cavit
96fb9a5bbd docs: add examples for tutorial 2017-04-10 23:31:44 -07:00
Pat Cavit
34d6a710a9 style: fix quotes (#1787) 2017-04-07 12:56:31 -07:00
Pat Cavit
9a54b12702 docs: fix some links 2017-04-06 21:01:52 +00:00