Commit graph

2790 commits

Author SHA1 Message Date
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
Pat Cavit
6d23e0913c docs: try to improve releasing docs 2017-04-06 20:41:55 +00:00
Isiah Meadows
76f6add423 Merge pull request #1778 from ludbek/clean.log
removed console.log
2017-04-05 12:27:37 -04:00
ludbek
5c616c0fbb removed console.log 2017-04-05 22:01:21 +05:45
Pierre-Yves Gérardy
b466c7f6d6 Merge pull request #1774 from pygy/chlg
Fix change log
2017-04-04 12:36:38 +02:00
Pierre-Yves Gerardy
906d1d18ed Fix change log 2017-04-04 12:35:34 +02:00
Gandalf-the-Bot
0b5f05f4ae Bundled output for commit d60e7ab30c [skip ci] 2017-04-04 10:28:10 +00:00
Pierre-Yves Gérardy
d60e7ab30c Merge pull request #1769 from pygy/fix-class-null
hyperscript: Revert attrs.class creation logic to what we had in v1.0.1. fix #1764
2017-04-04 12:27:00 +02:00
Pierre-Yves Gerardy
98e3cbdc69 Revert attrs.class creation logic to what we had in v1.0.1. fix #1764 2017-04-04 12:23:51 +02:00
Pierre-Yves Gerardy
45afd4117a Fix render tests for Browsers 2017-04-04 12:10:08 +02:00
Isiah Meadows
1ebb613e10 Merge branch 'next' of https://github.com/lhorie/mithril.js into next 2017-04-03 08:16:09 -04:00
Isiah Meadows
0971bf4fdd Update .gitattributes [skip ci] 2017-04-03 08:15:45 -04:00
Pierre-Yves Gérardy
7240f98a03 Merge pull request #1770 from pygy/prepare-v1.1.1
Update change log for v1.1.1
2017-04-03 11:19:54 +02:00
Pierre-Yves Gerardy
63ce8995a2 Update change log for v1.1.1 2017-04-03 11:17:37 +02:00
Pierre-Yves Gérardy
30edf36901 Merge pull request #1766 from pygy/fix-ie10-11-hash-routes
[mocks] make location.onhashchange debounced async
2017-04-01 18:12:55 +02:00
Pierre-Yves Gerardy
d0ee256390 [mocks] make location.onhashchange debounced async 2017-04-01 16:48:22 +02:00
Isiah Meadows
cc5d7c4270 Merge pull request #1761 from hankeypancake/update-keys-docs
Improve keys example
2017-03-30 15:52:02 -04:00
Henrik Myntti
c32d508de1 Improve keys example
The previous example about hiding keys had syntax errors, and example in itself didn't follow our own guidelines (key should be on immediate child of an array)

In the new example we reuse the code from the previous example but break out a User component (which is much more likely) and the example says to move the key from inside the user component instead
2017-03-30 18:46:42 +02:00