Adam Gschwender
6face740f5
Force redirect when pushState encounters an error
...
Version 9.1 of Safari allows a maximum of 100 calls to pushState.
Subsequent calls to pushState throw a SecurityError: DOM Exception 18:
An attempt was made to break through the security policy of the user
agent.
2016-05-04 20:25:35 -04:00
Leo Horie
875984c177
update lifecycle method descriptions
2016-05-04 15:06:11 -04:00
Leo Horie
a61be6f41d
Merge pull request #1036 from tivac/lifecycle-states
...
Added lifecycle method descriptions
2016-05-04 14:28:16 -04:00
Pat Cavit
70cad6d5b3
Added lifecycle method descriptions
2016-05-04 11:18:13 -07:00
Leo Horie
d61a6169ea
fix submission
2016-05-04 13:45:42 -04:00
Leo Horie
965f700cc4
remove dead code
2016-05-04 00:36:18 -04:00
Leo Horie
d78084ab90
example cleanup
2016-05-04 00:34:59 -04:00
Leo Horie
31c5b21220
s/spaces/tab
2016-05-03 23:50:41 -04:00
Leo Horie
56f8473c08
clarify optimizations
2016-05-03 23:49:20 -04:00
Leo Horie
5ec12aafc0
link to rawgit dbmon pages
2016-05-03 23:45:10 -04:00
Leo Horie
a9cad2c45b
Merge branch 'rewrite' of github.com:lhorie/mithril.js into rewrite
2016-05-03 23:39:16 -04:00
Leo Horie
3282ef3f77
components, angular dbmon
2016-05-03 23:39:01 -04:00
Chris Pittman
143a816d47
Set value of a select after children are created.
2016-05-03 11:03:34 -04:00
Isiah Meadows
6cc7c7adf0
Merge pull request #1031 from indus/rewrite
...
correct index
2016-04-28 08:24:52 -04:00
Stefan Keim
5fe5b5029b
correct index
...
```todos.splice(index, 1)``` in destroy makes the elements shift; therefor loops index has to be aligned has to be corrected
2016-04-27 08:50:54 +02:00
mtwtkman
af0a63f850
Bump to v0.2.4 for m.version
2016-04-26 20:58:20 +09:00
Leo Horie
f7ceac193b
Merge remote-tracking branch 'origin' into next
2016-04-21 19:31:40 -04:00
Leo Horie
0c17dd617d
Merge pull request #1016 from gyandeeps/next
...
Update: Big Perf improvement for IE (fixes #199 )
2016-04-21 19:31:20 -04:00
Leo Horie
34e25ec147
Merge branch 'gyandeeps-next' into next
2016-04-21 19:21:55 -04:00
Pat Cavit
d52a98ff8d
Add mithril@0.2.x version for comparison
2016-04-21 10:46:41 -07:00
Leo Horie
f3c225c3f9
Merge pull request #1025 from epidemian/patch-1
...
Add <body> tag to Getting Started guide
2016-04-21 12:21:43 -04:00
Leo Horie
ba378d3652
clean up needless commented code
2016-04-21 12:20:21 -04:00
Leo Horie
33119d2eaa
fix typo
2016-04-21 12:13:36 -04:00
Leo Horie
842d778add
fix dbmon
2016-04-21 12:12:43 -04:00
Demian Ferreiro
577808c6df
Add <body> tag to Getting Started guide
...
This makes the code on the Summary section a working single-file application.
Without the <body> tag the code failed with "Error: Please ensure the DOM element exists before rendering a template into it" because the <script> containing the application was inserted and run on the <head>, before `document.body` is created.
2016-04-21 12:36:45 -03:00
Leo Horie
e50843f3bc
setup CI
2016-04-21 10:19:04 -04:00
Leo Horie
3bb496a11d
fix dbmon links
2016-04-21 10:00:15 -04:00
Leo Horie
07424db3ce
Merge pull request #1023 from tivac/mount-body
...
[docs] mount to document.body instead
2016-04-21 09:58:12 -04:00
Pat Cavit
9ec3383c29
Mount to document.body
...
As brought up in #1019 , mounting to the `document` can be problematic. Better to show mounting to `document.body` where things are a bit more straightforward.
2016-04-20 23:48:51 -07:00
Leo Horie
559369016d
initial commit (work in progress)
2016-04-20 20:02:37 -04:00
Leo Horie
13fdb60f66
clean slate
2016-04-20 20:01:04 -04:00
Gyandeep Singh
d451def561
Update: Big Perf improvement for IE ( fixes #199 )
2016-04-20 13:44:15 -05:00
Leo Horie
5d2b6ea2b7
v0.2.4
2016-04-20 00:45:42 -04:00
Leo Horie
f226d56481
Merge remote-tracking branch 'origin/next' into next
2016-04-20 00:36:48 -04:00
Leo Horie
da586de7dc
don't swallow runtime errors in request
2016-04-20 00:35:53 -04:00
Leo Horie
b3cddacb74
Merge pull request #1015 from robinchew/next
...
Traceur Support
2016-04-19 23:23:15 -04:00
Isiah Meadows
bb321e68d3
Clarify why a test is broken. [ci skip]
2016-04-19 23:00:38 -04:00
Leo Horie
04847785a0
Revert "Use common mock for tests."
...
This reverts commit f589aa2005 .
2016-04-19 22:53:59 -04:00
robinchew
4308b182ca
Traceur Support
...
traceur --script mithril-v0.2.3.js code-that-calls-m.js
2016-04-15 03:10:50 +08:00
Leo Horie
f126fb5ea6
Merge branch 'next' of github.com:lhorie/mithril.js into next
2016-04-13 15:33:15 -04:00
Leo Horie
cb966d9088
don't throw reference error if event is synthetic and forgets to pass e arg
2016-04-13 15:32:58 -04:00
Isiah Meadows
d0392953c5
Merge pull request #1010 from isiahmeadows/reattempt-definition-fix
...
Fix documentation nit
2016-04-02 16:25:35 -04:00
impinball
89165e9cab
Fix documentation nit
2016-04-02 15:51:38 -04:00
Isiah Meadows
1b312d8676
Merge pull request #997 from isiahmeadows/reattempt-definition-fix
...
Remove redundant generics, improve accuracy and completeness of types.
See #997 for details on migrating to these types.
2016-04-02 15:27:23 -04:00
impinball
26b8a029f5
Clean up Promise/Thenable types, remove PromiseProperty type.
2016-04-02 13:55:14 -04:00
impinball
d9aa3111bf
Dedupe vdom factories, fix args for vdom methods + {build,parse}QueryString
...
Also, add recursive Children type.
2016-04-02 12:31:40 -04:00
Isiah Meadows
4f34acc032
Merge pull request #1003 from isiahmeadows/enable-eslint
...
Actually lint core, regenerate minified files
2016-03-28 07:58:32 -04:00
impinball
a07483a164
Actually lint core, regenerate minified files
2016-03-28 07:54:26 -04:00
impinball
ad3b66eb54
Merge branch 'next' of https://github.com/lhorie/mithril.js into reattempt-definition-fix
2016-03-28 06:37:40 -04:00
Isiah Meadows
8f348435e4
Merge pull request #1002 from isiahmeadows/arg-fix
...
Serialize arguments correctly in m.component
2016-03-28 06:37:17 -04:00