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
impinball
bfa3899ec8
Update dependencies, clean up couple things
2015-12-20 03:07:50 -05:00
Leo Horie
484a9d6c70
Merge remote-tracking branch 'origin/next' into next
...
Conflicts:
mithril.min.js
mithril.min.js.map
2015-12-18 22:09:11 -05:00
Leo Horie
fbe05a92ad
build
2015-12-18 22:07:11 -05:00
Leo Horie
884b2c5f81
update change log
2015-12-18 22:06:48 -05:00
Isiah Meadows
ab54bd4cba
Merge pull request #902 from isiahmeadows/preversion
...
Add preversion hook (fixes #827 )
2015-12-18 20:51:51 -05:00
Isiah Meadows
7f359c1f75
Merge pull request #899 from seanhussey/next
...
Fixing a few typos. No functional changes.
2015-12-18 17:29:47 -05:00
Sean Hussey
c1912d2726
Fixing a few typos. Changing all instances of "thennable" to
...
"thenable". No functional changes.
2015-12-18 14:40:41 -05:00
impinball
e99ab35e10
Add preversion hook ( fixes #827 )
2015-12-18 03:01:31 -05:00
Isiah Meadows
49b97a5e56
Merge pull request #897 from isiahmeadows/deferred-fix
...
Clean up unused parameter and m.request tests
2015-12-16 13:43:34 -05:00
impinball
eff4231b73
Regenerate minified variants [ci skip]
2015-12-16 13:41:24 -05:00
impinball
11f05e3180
Call onreadystatechange in handler
2015-12-16 13:38:09 -05:00
impinball
c21566366e
Fix inflexible/slightly broken m.request tests
2015-12-16 13:33:34 -05:00
impinball
7f7a0a3815
Remove unused parameter
2015-12-16 12:24:12 -05:00
Isiah Meadows
b920466c51
Merge pull request #896 from isiahmeadows/next
...
Update minified build
2015-12-16 12:05:36 -05:00
impinball
92ac26a31a
Update minified build
2015-12-16 12:04:59 -05:00
Isiah Meadows
2b688a3334
Merge pull request #895 from isiahmeadows/next
...
Fix issue with a placeholder
2015-12-16 11:58:28 -05:00
impinball
565ca32d9a
Fix issue with a placeholder
2015-12-16 11:54:34 -05:00
Isiah Meadows
784f0f4f28
Merge pull request #893 from isiahmeadows/speed
...
More performance improvements + etc. (fix mistakes in #887 )
2015-12-16 11:26:43 -05:00
impinball
1b4737b0c6
Rewrite most of the last commit of #887 (without the m.request bug)
2015-12-16 11:22:11 -05:00
impinball
c6fc86f728
Merge branch 'next' of https://github.com/lhorie/mithril.js into speed
2015-12-16 11:05:24 -05:00