Commit graph

2234 commits

Author SHA1 Message Date
Leo Horie
bedcd8bdbf update docs re:onbeforeremove and clean up 2016-12-26 12:28:13 -05:00
Leo Horie
78b9a082ac Merge remote-tracking branch 'origin/rewrite' into rewrite
# Conflicts:
#	api/router.js
2016-12-26 12:20:03 -05:00
Leo Horie
1222a9a3ab change onbeforeremove and make state inherit from prototype 2016-12-26 12:19:20 -05:00
Leo Horie
e8f36e4e26 don't break back button on bail 2016-12-26 12:18:51 -05:00
Leo Horie
a593131022 Merge pull request #1493 from bruce-one/back-button-on-default-route-test
Ensure the back button test checks the right thing.
2016-12-23 17:42:25 -05:00
Bryce Gibson
eadd9a0768 Ensure the test checks the right thing. 2016-12-24 09:36:24 +11:00
Leo
d42d728681 fix test 2016-12-23 08:52:09 -05:00
Leo
befc1e6d1a Merge remote-tracking branch 'origin/rewrite' into rewrite 2016-12-23 08:51:23 -05:00
Leo Horie
59c0e73c2f Merge pull request #1492 from bruce-one/back-button-on-default-route
Back button on default route
2016-12-23 08:50:25 -05:00
Leo
0e914eff80 Merge remote-tracking branch 'origin/rewrite' into rewrite 2016-12-23 08:27:13 -05:00
Bryce Gibson
f4084671bc Typo. 2016-12-22 21:16:32 +11:00
Bryce Gibson
088c41a47f Test precondition. 2016-12-22 21:16:32 +11:00
Bryce Gibson
b6daeaab5a Fix back button for default route. 2016-12-22 21:16:24 +11:00
Gandalf-the-Bot
bc01dad847 Bundled output for commit f72aa50f27 [skip ci] 2016-12-21 05:20:06 +00:00
Pat Cavit
f72aa50f27 Expose Vnode as m.vnode (#1487) 2016-12-20 21:19:16 -08:00
Leo Horie
6c93791979 Merge remote-tracking branch 'origin/rewrite' into rewrite 2016-12-20 11:15:54 -05:00
Leo Horie
dc72aaa35b beef up the docs about differences between route resolvers and components 2016-12-20 11:15:10 -05:00
Leo Horie
6f799c6f99 Merge pull request #1482 from barneycarroll/revert-1449
Keep useful utilities in the npm package
2016-12-18 10:43:59 -05:00
Gandalf-the-Bot
0bab044bba Bundled output for commit 23ce603129 [skip ci] 2016-12-18 15:34:16 +00:00
Leo Horie
23ce603129 Merge pull request #1485 from JAForbes/rewrite
Ensure custom element attributes are always updated via setAttribute
2016-12-18 10:33:14 -05:00
James
39b6f1e0fe Simplify draw routine 2016-12-18 22:21:53 +11:00
James
15c28066d7 Spy on setAttribute to test customElement support 2016-12-18 22:07:33 +11:00
Leo Horie
48e3610609 Merge remote-tracking branch 'origin/rewrite' into rewrite
# Conflicts:
#	mithril.min.js
2016-12-17 21:50:59 -05:00
Leo Horie
de07a54881 add support for route state #1480 2016-12-17 21:50:04 -05:00
Gandalf-the-Bot
0c3c6a5af9 Bundled output for commit fe8a37dcb7 [skip ci] 2016-12-17 22:57:46 +00:00
Leo Horie
fe8a37dcb7 Merge pull request #1472 from pygy/rewrite-router-race-two-onmatch
[rewrite: router] Racing two onmatch w/ delayed resolution, the second one should win
2016-12-17 17:56:59 -05:00
Leo Horie
75e83ea565 Merge remote-tracking branch 'origin/rewrite' into rewrite 2016-12-16 15:28:19 -05:00
Leo Horie
55968edf34 make note in docs about m.route singletonness 2016-12-16 15:28:07 -05:00
Gandalf-the-Bot
2b90b37e72 Bundled output for commit 297146a2cc [skip ci] 2016-12-16 20:23:33 +00:00
Leo Horie
297146a2cc Merge remote-tracking branch 'origin/rewrite' into rewrite 2016-12-16 15:22:29 -05:00
Leo Horie
c95629c623 handles noop from undefined to null #1473 2016-12-16 15:21:57 -05:00
Barney Carroll
45c6b473b8 Revert #1449 2016-12-16 10:34:12 +00:00
Pat Cavit
0170cf0c88 Fix anchor 2016-12-15 07:04:33 +00:00
Pierre-Yves Gerardy
703aab7905 [router] Fix hopefully the last race condition 2016-12-09 11:13:42 +01:00
Pierre-Yves Gerardy
605fa44711 [api/router] Test for two deferred onmatch racing 2016-12-08 15:18:37 +01:00
Leo
50b8b498c5 bump ospec version 2016-12-07 18:39:21 -05:00
Gandalf-the-Bot
48d786b085 Bundled output for commit df7d2c51cc [skip ci] 2016-12-07 22:10:29 +00:00
Leo Horie
df7d2c51cc Merge pull request #1471 from pygy/rewrite-router-cleanup-the-revenge
[api/router] simplify the route finalization logic
2016-12-07 17:09:03 -05:00
Pierre-Yves Gerardy
f8bb81f539 [api/router] simplify the route finalization logic 2016-12-07 23:06:02 +01:00
Pat Cavit
fe2489df58 Data -> state 2016-12-07 10:07:01 -08:00
Leo Horie
b9a479d45e lint docs 2016-12-07 12:45:42 -05:00
Leo Horie
1139dbb4e4 Merge remote-tracking branch 'origin/rewrite' into rewrite 2016-12-07 12:44:32 -05:00
Leo Horie
b1330667e4 fix global assignment 2016-12-07 12:42:30 -05:00
Pat Cavit
00553b3ec8 Clean up npm package some (#1449) 2016-12-07 09:35:34 -08:00
Leo Horie
a3a1516584 Merge pull request #1466 from pygy/rewrite-router-test-redirection-async-onmatch
[rewrite] (WIP) A few more tests for the router + mock fixes
2016-12-07 12:04:12 -05:00
Leo Horie
0b84a3f39f fix tests from #1470 2016-12-07 11:58:30 -05:00
Leo Horie
dbb3469985 Merge pull request #1470 from barneycarroll/request-branched-catch
Test branched rejection handler resolution
2016-12-07 11:32:20 -05:00
Leo Horie
65ef101aff don't log intermediate uncaught promise errors in request 2016-12-07 11:22:59 -05:00
Leo Horie
04b860cefc refer to relevant section from onmatch docs 2016-12-07 11:18:54 -05:00
Barney Carroll
d74fa75832 Test branched rejection handler resolution 2016-12-07 16:14:08 +00:00