Commit graph

925 commits

Author SHA1 Message Date
Leo Horie
cf1f316bee don't redraw component before async service finishes 2015-04-20 11:20:04 -04:00
Leo Horie
cc8cac358a #567 reset scroll before config runs 2015-04-18 22:39:59 -04:00
Leo Horie
b847ca1067 add regression test 2015-04-18 09:17:48 -04:00
Leo Horie
ec8e42a923 clean up dead variable 2015-04-18 09:17:37 -04:00
Leo Horie
6c32afea43 #569 fix diff edge case w/ select input 2015-04-17 22:21:03 -04:00
Leo Horie
006445960b clean up 2015-04-17 22:13:15 -04:00
Leo Horie
e4906706b1 fix template compiler edge cases 2015-04-17 22:09:14 -04:00
Leo Horie
981fae0a20 Merge branch 'next' into components 2015-04-17 08:14:37 -04:00
Leo Horie
fdeb6f9512 Merge remote-tracking branch 'origin/next' into next 2015-04-17 08:14:24 -04:00
Leo Horie
06721ceb76 js.org badge 2015-04-17 08:14:07 -04:00
Leo Horie
1a97d3db95 Merge pull request #563 from johnmarkos/install-grunt
Install grunt explicitly to stop warnings.
2015-04-16 08:01:23 -04:00
Leo Horie
bca33a0b78 fix docs about using bleeding edge from npm 2015-04-15 22:41:15 -04:00
Leo Horie
fce5f4b86f prevent dom recreation if only class value changed 2015-04-15 22:40:50 -04:00
John Markos O'Neill
d4b5ebd90e Install grunt explicitly to stop warnings. 2015-04-15 16:53:58 -07:00
Leo Horie
81e9d64912 Merge pull request #561 from shibukawa/patch-2
Duplicated senteces
2015-04-15 13:31:56 -04:00
Leo Horie
94d804d850 #554 don't initialize ctx.retain 2015-04-14 22:47:56 -04:00
Yoshiki Shibukawa
3eac4a2596 Duplicated senteces
Signature document for "background" option contains almost same meaning sentences. First one has more information, and I think separated warning message is easy to read (difficult to pass through), I changed like this:

* Remove a simpler sentence.
* Move a detailed sentence to the bottom where simpler sentence was originally.
2015-04-15 11:10:27 +09:00
Leo Horie
e7992553d9 #560 prevent scroll on next redraw if onunload calls preventDefault 2015-04-14 21:51:56 -04:00
Leo Horie
ce883b4089 #555 don't cache controller if redraw strategy is all 2015-04-14 21:38:21 -04:00
Leo Horie
a7052510d6 Merge branch 'next' into components 2015-04-14 20:40:28 -04:00
Leo Horie
de9e08f885 Merge remote-tracking branch 'origin/components' into components 2015-04-14 20:40:08 -04:00
Leo Horie
41d440eaa7 add meta description and equalize protocol for twitter widgets 2015-04-14 20:39:49 -04:00
Leo Horie
0952007291 Merge pull request #558 from ArthurClemens/patch-1
Typo: redundant parens
2015-04-14 20:35:03 -04:00
Arthur Clemens
b3411f9509 Typo: redundant parens 2015-04-15 00:46:56 +02:00
Leo Horie
fae96e65c0 Merge pull request #556 from shibukawa/patch-1
Update mithril.route.md
2015-04-14 14:44:58 -04:00
Leo Horie
f1e709e34b Merge pull request #557 from valtron/patch-1
Canonicalize `options.method` in m.request
2015-04-14 14:44:47 -04:00
valtron
ce20520f3a Canonicalize options.method in m.request 2015-04-14 11:46:40 -06:00
Yoshiki Shibukawa
2f649b75be Update mithril.route.md 2015-04-15 00:50:29 +09:00
Leo Horie
35673c994b #535 prevent always-redraw-from-scratch if Object.prototype is polluted 2015-04-13 23:15:26 -04:00
Leo Horie
f0f1e88170 #551 don't destroy root if forced synchronous redraw 2015-04-13 23:04:04 -04:00
Leo Horie
4d03595bb1 example 2015-04-13 22:17:00 -04:00
Leo Horie
f3f5b10f1b Merge remote-tracking branch 'origin/components' into components 2015-04-13 08:30:30 -04:00
Leo Horie
0f0881857f fix commonjs module declaration 2015-04-13 08:30:14 -04:00
Leo Horie
1b24e16639 Merge branch 'next' into components 2015-04-13 08:29:29 -04:00
Leo Horie
2923104d27 clean up 2015-04-13 08:29:03 -04:00
Leo Horie
5ffd80f5c6 Merge pull request #549 from tobscure/onunload-context
Fix onunload being called with incorrect context
2015-04-13 08:27:46 -04:00
Leo Horie
5c543342d7 Merge pull request #550 from shibukawa/patch-1
Update mithril.md
2015-04-13 08:27:23 -04:00
Leo Horie
048c7d07cc Merge pull request #548 from tobscure/module-exports-fix
Fix module.exports
2015-04-13 08:26:59 -04:00
Yoshiki Shibukawa
f3183a709f Update mithril.md
Fix spelling
2015-04-13 08:47:08 +09:00
Toby Zerner
d25f1c83af Fix onunload being called with incorrect context 2015-04-12 20:19:36 +09:30
Toby Zerner
49e6e35f03 Fix module.exports
Looks like you did a mass find/replace of ‘module’ to ‘component’,
accidentally breaking module.exports
2015-04-12 20:13:54 +09:30
Leo Horie
9e558c199c #544 ignore class: undefined 2015-04-11 20:14:43 -04:00
Leo Horie
aa541bff79 document vdom arg in config 2015-04-10 22:32:54 -04:00
Leo Horie
6a9bfdca88 improve docs 2015-04-10 22:27:50 -04:00
Leo Horie
33dcf641fc Merge branch 'next' into components 2015-04-10 20:57:05 -04:00
Leo Horie
4b7122707d Merge pull request #543 from alexander-travov/next
Fix docstring for m.route.parseQueryString
2015-04-10 20:56:16 -04:00
Leo Horie
c7196c897d Merge branch 'next' into components 2015-04-10 20:55:19 -04:00
Leo Horie
51100bf920 link to change log from home 2015-04-10 20:55:09 -04:00
Alexander Travov
eb04351e97 Fix docstring for m.route.parseQueryString 2015-04-11 01:22:42 +03:00
Leo Horie
bcf7356647 Merge branch 'next' into components 2015-04-09 23:01:38 -04:00