Leo Horie
4f0d479ee7
Merge branch 'lint' of https://github.com/isiahmeadows/mithril.js into isiahmeadows-lint
...
Conflicts:
mithril.js
tests/mithril-tests.js
2016-01-28 18:40:19 -05:00
Leo Horie
baa55cd262
fix onunload typo
2016-01-28 18:30:14 -05:00
Leo Horie
6b7ac83dde
Merge branch 'next' of github.com:lhorie/mithril.js into next
2016-01-27 11:22:26 -05:00
Leo Horie
3de5cb8aaf
allow string keys
2016-01-27 11:22:01 -05:00
Isiah Meadows
351be7e4e2
Merge pull request #950 from whit537/patch-1
...
fix typo: contoller → controller
2016-01-26 18:42:37 -05:00
Chad Whitacre
ef5ed9d70c
fix typo: contoller → controller
2016-01-26 17:44:07 -05:00
Isiah Meadows
f4723261d9
Merge pull request #943 from luisfmsouza/next
...
Issue #938 Fixing typo
2016-01-22 17:56:44 -05:00
impinball
d1edcf4340
Merge branch 'next' of https://github.com/lhorie/mithril.js into lint
2016-01-22 16:27:39 -05:00
impinball
0766d93bac
Lint Mithril itself
2016-01-22 16:25:55 -05:00
impinball
fb3a534de0
Lint old tests
2016-01-22 14:07:25 -05:00
Isiah Meadows
17acef768f
Merge pull request #944 from isiahmeadows/next
...
Don't lint old tests (yet)
2016-01-22 12:08:48 -05:00
impinball
7fcce538f4
Merge branch 'next' of https://github.com/lhorie/mithril.js into next
2016-01-22 12:07:10 -05:00
impinball
d6d5bac164
Ignore the old tests
2016-01-22 12:06:29 -05:00
Luis Felipe Souza
e083aaac9e
Issue #938 Fixing typo
2016-01-22 14:21:41 -02:00
Isiah Meadows
11e79f8eef
Merge pull request #942 from isiahmeadows/next
...
Reapply docs fix
2016-01-22 08:21:56 -05:00
impinball
b218f5156f
Reapply docs fix
2016-01-22 08:20:26 -05:00
Isiah Meadows
196b9287fa
Merge pull request #941 from lhorie/revert-940-next
...
Revert "Fix docs error"
2016-01-22 08:18:31 -05:00
Isiah Meadows
a8eb0fb082
Revert "Fix docs error"
2016-01-22 08:18:19 -05:00
Isiah Meadows
f2540f3d04
Merge pull request #940 from isiahmeadows/next
...
Fix docs error
2016-01-22 08:17:40 -05:00
impinball
90aa355795
Merge branch 'master' of https://github.com/lhorie/mithril.js into next
2016-01-22 08:13:53 -05:00
Leo Horie
05cdf51fc9
Merge pull request #939 from jshen212/patch-1
...
Cleaned up comment on line 557
2016-01-21 23:14:35 -05:00
Jeff Shen
567d9ebd15
Cleaned up comment on line 557
...
Fixed subject-verb agreement
2016-01-21 14:53:44 -08:00
Isiah Meadows
25b82d33e0
Merge pull request #933 from D3ucalion/patch-1
...
fix for issue #915
2016-01-18 05:39:41 -05:00
Cody Phillips
46b18caec6
fix for issue #915
...
Added undefined check at line 76 to prevent an uncaught type error which was occurring when the class attribute was encountered.
2016-01-17 19:31:17 -05:00
Leo Horie
62dd3d12ce
Merge pull request #929 from maxlang/next
...
update typescript defs to support more accurate MithrilAttributes interface
2016-01-12 16:04:20 -05:00
Max Lang
d770f29e39
update typescript defs to support broader MithrilAttributes
2016-01-12 11:00:44 -05:00
Leo Horie
e32f37c523
Merge pull request #923 from iamjohnlong/safari-createContextualFragment-fix
...
Moves createContextualFragment into try/catch function
2016-01-10 10:32:10 -05:00
John Long
1eada0de80
Removes FIXME comment
2016-01-08 08:59:48 -07:00
John Long
aad2fc3e33
Adds test
2016-01-05 15:03:52 -07:00
John Long
2cc898877d
Possibly fixes trust tests
2016-01-05 14:25:52 -07:00
Leo Horie
26cba390b2
Merge pull request #925 from naturalethic/readonly-property-fix
...
Fixed setAttributes for custom components (like Polymer uses) with readonly properties
2016-01-05 15:05:34 -05:00
Joshua Kifer
886d796e0b
Fixed setAttributes for custom components (like Polymer uses) with readonly properties
2016-01-05 11:53:01 -08:00
John Long
0b9cbd1f82
Moves createContextualFragment into try/catch function
2016-01-05 12:20:40 -07:00
Leo Horie
d5af96f233
Merge pull request #918 from mogest/next
...
Small documentation tweak: kb -> kB
2015-12-31 10:14:39 -05:00
Roger Nesbitt
843a720f52
Small documentation tweak
...
Use "kB" instead of "kb" and include a space between units and the unit symbol.
After discussion with @isiahmeadows, make the size more specific too.
2015-12-31 23:00:37 +13:00
Isiah Meadows
24db992008
Merge pull request #919 from lhorie/isiahmeadows-definition-fix
...
Degenerify `MithrilRoutes`
2015-12-30 20:47:27 -05:00
Isiah Meadows
6a160dc10f
Degenerify MithrilRoutes
...
The routes type doesn't need to be parametrized. It's far too restricting and technically incorrect.
2015-12-30 20:42:57 -05:00
Isiah Meadows
0c8ac06e89
Merge pull request #916 from syaiful6/test-unload
...
Fix onunload test case
2015-12-29 00:31:58 -05:00
Syaiful Bahri
795f098404
Fix onunload test case
...
- the previous test only remove last item on array, but expect all
subcomponent's onunload to be called. This PR change it by clear that
array.
- uncomment previous test case that marked fail.
2015-12-29 09:58:26 +07:00
Leo Horie
5003c0ac23
Merge branch 'tobscure-route-shift-key' into next
2015-12-21 09:33:04 -05:00
Leo Horie
871e32fca3
Merge branch 'route-shift-key' of https://github.com/tobscure/mithril.js into tobscure-route-shift-key
...
Conflicts:
mithril.js
2015-12-21 09:32:47 -05:00
Leo Horie
8eb6d9e182
Merge branch 'dhinesh03-Subtree-retain-fix' into next
2015-12-20 19:09:56 -05:00
Leo Horie
309f2d561d
Merge branch 'Subtree-retain-fix' of https://github.com/dhinesh03/mithril.js into dhinesh03-Subtree-retain-fix
2015-12-20 19:09:24 -05:00
Leo Horie
5234cd2e9c
Merge branch 'next' into dhinesh03-Subtree-retain-fix
2015-12-20 19:06:19 -05:00
Leo Horie
b2972e9934
Merge pull request #907 from isiahmeadows/update
...
Update dependencies, clean up couple things
2015-12-20 16:40:08 -05:00
Leo Horie
c2a04297e2
rebuild
2015-12-20 09:29:56 -05:00
Leo Horie
ae60c96a69
clean up finally
2015-12-20 09:29:12 -05:00
Leo Horie
ac5810ccbd
build
2015-12-20 09:27:31 -05:00
Leo Horie
63bf9cca56
disable tests that break due to lack of innerHTML api in node
2015-12-20 09:24:04 -05:00
Leo Horie
270b20a2b0
v0.2.2-rc.1
2015-12-20 09:14:28 -05:00