Gavin Steacy
cd08248e1e
Prevent creating property on global object
2014-10-11 19:43:42 +11:00
Leo Horie
0f90850b28
update change log
2014-10-08 22:32:38 -04:00
Leo Horie
6332a805dc
improve docs
2014-10-08 22:32:30 -04:00
Leo Horie
d4642a9bba
more ie fixes
2014-10-08 22:12:51 -04:00
Leo Horie
f2a3cd08b2
ops
2014-10-08 09:34:53 -04:00
Leo Horie
d020d7f4b9
#298 improve object detection
2014-10-08 09:30:32 -04:00
Leo Horie
a4c98e63e8
Fix tests for IE
2014-10-06 21:46:18 -04:00
Leo Horie
07042b6fea
update docs about polyfill.io
2014-10-06 21:45:18 -04:00
Leo Horie
721d56db4c
Merge remote-tracking branch 'origin/next' into next
2014-10-05 15:54:03 -04:00
Leo Horie
5cc2b0638d
#286 fix template compiler case: m("div", [])
2014-10-05 15:53:50 -04:00
Leo Horie
50a4b6fd01
Merge pull request #301 from bsuh/issue-290
...
Issue #290
2014-10-04 21:39:08 -04:00
Leo Horie
bbbc7a8367
Merge pull request #300 from bsuh/278-regression-test
...
Add regression test for #278
2014-10-04 21:38:32 -04:00
Brian Suh
8d2434ac21
#290 fix m.route hrefs for pathname mode
2014-10-04 12:18:22 -07:00
Brian Suh
1fa946110a
create test for #290
2014-10-04 12:18:22 -07:00
Brian Suh
99b35b473d
add regression test for #278
2014-10-04 11:26:17 -07:00
Leo Horie
67666e76dd
#278 fix select[multiple] w/ many option[selected]
2014-10-04 12:28:57 -04:00
Leo Horie
d7c11f530c
Merge remote-tracking branch 'origin/next' into next
2014-10-03 16:25:22 -04:00
Leo Horie
a74145ca27
fix source map files
2014-10-03 16:25:09 -04:00
Leo Horie
eabeabda74
tweak docs
2014-10-03 13:31:18 -04:00
Leo Horie
50173f0e74
fix IE null ref exception
2014-10-03 13:31:02 -04:00
Leo Horie
a468fbc380
Merge pull request #297 from bsuh/update-regression-tests
...
update regression tests to introduce delays between keys
2014-10-03 09:11:53 -04:00
Brian Suh
230af47ef0
update regression tests to introduce delays between keys
2014-10-02 18:49:32 -07:00
Leo Horie
35d328f416
Merge pull request #293 from bsuh/regression-tests
...
Regression tests #214 and #288
2014-10-02 17:52:53 -04:00
Leo Horie
112d6e1c26
Merge remote-tracking branch 'origin/next' into next
2014-10-02 17:49:06 -04:00
Leo Horie
8749379703
#292 don't duplicate querystring parameters if dataType and method are both present
2014-10-02 17:48:49 -04:00
Leo Horie
6a517e4324
Merge pull request #295 from bennythejudge/patch-1
...
"name" gives me error - use a_name instead
2014-10-02 11:44:22 -04:00
Benedetto
ea7f8e0ec3
"name" gives me error - use a_name instead
...
I have noticed that one of the initial examples gives a error in my browser debugger (Safari).
According to this page: http://www.w3schools.com/js/js_reserved.asp , "You should also avoid using the name of JavaScript built-in objects, properties, and method" (and name is listed).
In my case, if I change name to something else, I no longer get the error.
Thanks for Mithril!
2014-10-02 08:21:07 +01:00
Leo Horie
481d3feead
whitespace
2014-10-01 22:22:38 -04:00
Leo Horie
586591c8b2
break #151 to fix #214 and #288 . Use m.redraw.strategy("none") to resolve double-redraws in onkeypress+oninput
2014-10-01 22:22:23 -04:00
Leo Horie
a0ab0d1943
#289 remove weird characters
2014-10-01 22:18:17 -04:00
Leo Horie
bfd043aa5e
guide updates
2014-10-01 22:17:49 -04:00
Leo Horie
349988eaa7
version bump
2014-10-01 22:17:29 -04:00
Brian Suh
8a8f82b872
added regression test for #288
2014-09-30 14:41:11 -07:00
Brian Suh
0bc94a73cd
added regression test for #214
2014-09-30 14:40:35 -07:00
Leo Horie
6f6ea4ce0d
use minified file in guide to match installation
2014-09-28 14:38:29 -04:00
Leo Horie
b559118832
fix formatting in docs
2014-09-27 21:01:00 -04:00
Leo Horie
30879a1d78
publish 0.1.22
2014-09-27 20:45:30 -04:00
Leo Horie
d993da1cfd
Merge branch 'typeof_refactor' of github.com:Naddiseo/mithril.js into Naddiseo-typeof_refactor
...
Conflicts:
mithril.js
tests/mithril-tests.js
2014-09-27 19:38:49 -04:00
Leo Horie
3e8896a6d2
remove fat ctrl usage from docs
2014-09-27 18:47:04 -04:00
Leo Horie
db88ec4268
Merge remote-tracking branch 'origin/next' into next
2014-09-27 18:45:52 -04:00
Leo Horie
030f44aee5
Merge pull request #267 from iartem/next
...
Add default Accept header for XHR
2014-09-27 18:45:21 -04:00
Leo Horie
6b88b28305
rebrand blog
2014-09-26 21:43:36 -04:00
Leo Horie
4184da27c8
update docs about components
2014-09-26 21:42:36 -04:00
Leo Horie
c16350de5a
defend against rare null ref when 3rd party libs mess w/ dom
2014-09-25 13:04:43 -04:00
Leo Horie
d250908b27
add test for 277
2014-09-25 13:04:05 -04:00
Leo Horie
c87e174d12
improve documentation
2014-09-25 13:03:42 -04:00
Leo Horie
9bd0585b41
improving components docs
2014-09-25 07:25:51 -04:00
Leo Horie
75787a1483
update change log
2014-09-25 07:25:26 -04:00
Leo Horie
75d7221d06
don't send content-type header if no data
2014-09-25 07:24:25 -04:00
Leo Horie
1032dc49d7
revert until I figure out what's breaking
2014-09-25 00:37:48 -04:00