Commit graph

1757 commits

Author SHA1 Message Date
Sebastian Sandqvist
f8d2a50fb7 fix bundle 2016-08-15 12:32:10 -07:00
Sebastian Sandqvist
b8978bec7a remove semicolon 2016-08-15 12:28:45 -07:00
Sebastian Sandqvist
4e1ab37a0e bundle 2016-08-15 12:20:02 -07:00
Sebastian Sandqvist
4854b4f959 remove semicolons 2016-08-15 12:10:51 -07:00
Sebastian Sandqvist
7bdb29bbfc Piecemeal stream usage 2016-08-15 12:09:22 -07:00
Gandalf-the-Bot
828a8bda98 Bundled output for commit a8409aabbd [skip ci] 2016-08-15 14:06:02 +00:00
Leo Horie
a8409aabbd Merge pull request #1225 from pygy/tweaks
Tweaks
2016-08-15 10:02:47 -04:00
Gandalf-the-Bot
613f9c76d4 Bundled output for commit ce37ed52b4 [skip ci] 2016-08-15 13:59:33 +00:00
Leo Horie
ce37ed52b4 Merge pull request #1237 from porsager/patch-2
Temporary fix for broken bundles
2016-08-15 09:58:36 -04:00
Rasmus Porsager
a0db85b18c Temporary fix for broken bundles
The current bundles were throwing "Stream is not a function".
The proper place to fix this would probably be in the bundler, but for now this circumvents the issue.
It appears the instantiated "Stream" will be cached and used inside the requestService that also requires './util/stream',  instead of just what's inside './util/stream'.
2016-08-14 04:06:14 +02:00
Pierre-Yves Gerardy
71c20b84b8 Merge two if blocks, chomp an indentation level 2016-08-13 10:47:54 +02:00
Pierre-Yves Gerardy
905309cb17 Simplify vnode.state creation.
For components, `vnode.tag` is always an object.
2016-08-13 10:47:54 +02:00
Gandalf-the-Bot
8c5b5c7f30 Bundled output for commit 201bdc702a [skip ci] 2016-08-13 03:57:40 +00:00
Leo Horie
201bdc702a Merge remote-tracking branch 'origin/rewrite' into rewrite 2016-08-12 23:56:47 -04:00
Leo Horie
7bb8ded6cb some docs for router 2016-08-12 23:56:29 -04:00
Leo Horie
68331065b7 more router tests 2016-08-12 23:56:17 -04:00
Leo Horie
9c16ece556 don't cast to boolean 2016-08-12 23:55:45 -04:00
Gandalf-the-Bot
34412bba8f Bundled output for commit 6c3036e5c6 [skip ci] 2016-08-13 02:09:22 +00:00
Leo Horie
6c3036e5c6 fix event removal in diff
fix CI
2016-08-12 22:08:02 -04:00
Leo Horie
fc9d4f2ee4 fix "use strict" detection in bundler 2016-08-12 01:00:20 -04:00
Leo Horie
15b6ff8c8b don't stop watching if watch api returns no file name 2016-08-12 00:43:48 -04:00
Leo Horie
2ee15e3639 fix stream uncaught error reporting
fix stream JSON stringification
rename internal render function to `use`
2016-08-12 00:41:44 -04:00
Leo Horie
499a9ccc6d Merge remote-tracking branch 'origin/rewrite' into rewrite 2016-08-11 19:44:43 -04:00
Leo Horie
f964252c2c test for #1216 2016-08-11 19:44:23 -04:00
Gandalf-the-Bot
ad659ce0e3 Bundled output for commit 4b9e88d896 [skip ci] 2016-08-11 19:55:33 +00:00
Leo Horie
4b9e88d896 Merge pull request #1235 from pygy/update-style-cssText
Remove an unused variable
2016-08-11 15:53:48 -04:00
Pierre-Yves Gerardy
55a5d0a69f Remove an unused variable 2016-08-11 21:21:17 +02:00
Gandalf-the-Bot
b32d0cdea3 Bundled output for commit f9f7bcd787 [skip ci] 2016-08-11 16:16:07 +00:00
Leo Horie
6da45aa871 Merge pull request #1209 from pygy/fix-is
`is` should be passed as `{is: is}`
2016-08-11 12:14:32 -04:00
Leo Horie
f9f7bcd787 Merge pull request #1234 from pygy/update-style-cssText
Update style using element.style.cssText instead of element.cssText (+ fixed mocks)
2016-08-11 12:14:20 -04:00
Pierre-Yves Gerardy
bffe87e053 Fix the domMock cssText implementation 2016-08-11 17:53:01 +02:00
Gaspar
f0082473f9 Update style using element.style.cssText instead of element.cssText 2016-08-11 12:32:06 +02:00
Leo Horie
dca217f379 Merge remote-tracking branch 'origin/rewrite' into rewrite
Conflicts:
	mithril.min.js
2016-08-11 00:32:01 -04:00
Leo Horie
fc3d6112c4 build 2016-08-11 00:29:56 -04:00
Leo Horie
48b93f9122 improve docs 2016-08-11 00:29:39 -04:00
Leo Horie
701e2d8e31 handle HALT as a value correctly 2016-08-11 00:28:28 -04:00
Leo Horie
9d38c12630 don't move element if not needed 2016-08-11 00:28:03 -04:00
Gandalf-the-Bot
54c58d83d8 Bundled output for commit b2189a524f [skip ci] 2016-08-10 20:58:58 +00:00
suren shrestha
b2189a524f proper selector check (#1231) 2016-08-10 13:56:58 -07:00
Leo Horie
c4a710e61c Merge remote-tracking branch 'origin/rewrite' into rewrite
Conflicts:
	mithril.js
	mithril.min.js
2016-08-10 13:54:47 -04:00
Leo Horie
6b0fa399d5 rebuild after stream changes 2016-08-10 13:53:05 -04:00
Gandalf-the-Bot
6465554499 Bundled output for commit 7f8363560e [skip ci] 2016-08-10 13:15:33 +00:00
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
c077cd80de fix stream absorption #1196 2016-08-10 09:12:36 -04:00
Gandalf-the-Bot
c263cf2494 Bundled output for commit 50a80e5590 [skip ci] 2016-08-06 13:57:15 +00:00
Leo Horie
50a80e5590 Merge pull request #1224 from pygy/cached-nodes-skip-diff-fix-1206
Skip diff for cached, non-keyed nodes fix #1206
2016-08-06 09:56:26 -04:00
Pierre-Yves Gerardy
b6bb63ff85 Skip diff for cached, non-keyed nodes fix #1206 2016-08-06 00:10:54 +02:00
Pat Cavit
4b340ecd75 Clean up test for #1222 a bit (#1223)
Since @lhorie asked nicely.
2016-08-05 14:49:16 -07:00
Gandalf-the-Bot
27b1fdabed Bundled output for commit 06d5a238d4 [skip ci] 2016-08-05 21:28:05 +00:00