Commit graph

116 commits

Author SHA1 Message Date
Leo Horie
ed66e5d67a Merge branch 'master' into next 2014-04-22 16:08:45 -04:00
Leo Horie
b7a3cddec3 version bump 2014-04-22 16:08:19 -04:00
Leo Horie
22730c5d92 Merge pull request #59 from sanderhahn/master
only update input.value on change
2014-04-22 16:07:36 -04:00
Sander Hahn
1d63e0f043 only update input.value on change 2014-04-22 11:12:55 +02:00
Leo Horie
a425bbca88 fix node index displacement by null/undefined nodes 2014-04-20 21:48:33 -04:00
Leo Horie
f589a33842 docs about extract 2014-04-20 20:01:06 -04:00
Leo Horie
bb54a3b675 add extract option to m.request 2014-04-19 22:47:03 -04:00
Leo Horie
cb6994dd93 make getter-setters json-serializable 2014-04-19 22:22:02 -04:00
Leo Horie
0aba8aa4bd Merge branch 'master' into next 2014-04-19 18:20:58 -04:00
Leo Horie
8b6c2c381a Merge pull request #54 from thatsmydoing/master
Allow m.prop to be JSON.stringify-ed
2014-04-19 18:20:29 -04:00
Leo Horie
e6597612de source for react comparisons 2014-04-19 18:20:10 -04:00
Leo Horie
d57a145daa version bump
multi-island support
typos
react comparison in home
make id change force element recreation
2014-04-19 17:56:08 -04:00
Thomas Dy
95affb1cb2 Allow m.prop to be JSON.stringify-ed 2014-04-19 10:39:01 +08:00
Leo Horie
e65db40116 fix ordering issue in subchilds 2014-04-14 11:06:41 -04:00
Leo Horie
d7b64ceab2 add release note in change log 2014-04-13 22:43:02 -04:00
Leo Horie
8fd5069439 fix ordering issue where previous sibling is array 2014-04-13 22:32:56 -04:00
Leo Horie
e5f0d7cebb add more tests for #49 2014-04-13 16:21:07 -04:00
Leo Horie
d7623455ff add note about issue #49 on change log 2014-04-13 16:15:53 -04:00
Leo Horie
7fbfe2c3ca document test 2014-04-13 13:58:59 -04:00
Leo Horie
b6828c22bd build 2014-04-13 11:13:10 -04:00
Leo Horie
f768b7bb63 fix text node reattachment when parent changes but node value does not 2014-04-13 11:10:25 -04:00
Leo Horie
215b56ae7c update change log and announce blog 2014-04-11 22:16:12 -04:00
Leo Horie
70496946cf fix ordering bug when mixing arrays with virtual elements 2014-04-11 15:23:22 -04:00
Leo Horie
12256290a9 version bump 2014-04-11 15:22:26 -04:00
Leo Horie
5e931308c5 add unminified file to zip 2014-04-10 22:43:23 -04:00
Leo Horie
7d0ba8401f add docs about github 2014-04-10 22:07:32 -04:00
Leo Horie
5c9f9d782f add docs for SVG, and better tests 2014-04-10 21:36:09 -04:00
Leo Horie
1aef5dd942 Merge branch 'next' into svg
Conflicts:
	archive/v0.1.2/mithril-tests.js
	archive/v0.1.2/mithril.min.js
	archive/v0.1.2/mithril.min.map
	archive/v0.1.2/mithril.min.zip
	mithril.js
	tests/mithril-tests.js
2014-04-09 16:48:07 -04:00
Leo Horie
58ee32ff85 update change log 2014-04-09 13:31:49 -04:00
Leo Horie
3eb4bfc6a6 add test for textnode->element and element->textnode 2014-04-09 09:18:59 -04:00
Leo Horie
b972607c8d fix out-of-order issue when mixing new and old elements 2014-04-09 09:12:14 -04:00
Leo Horie
08dd1cd62d add template file for cdnjs deploy 2014-04-09 09:11:02 -04:00
Leo Horie
72c08a559a add step to deploy to CDNs 2014-04-09 09:10:42 -04:00
Leo Horie
1ed7fa5b30 add test for issue 29 2014-04-08 22:17:19 -04:00
Leo Horie
d684b0fceb fix disappearing link text 2014-04-08 21:33:00 -04:00
Leo Horie
9dcffab2ac don't touch DOM to check for parenthood 2014-04-08 15:48:15 -04:00
Leo Horie
3f8c630702 add example for m.request config 2014-04-08 15:33:54 -04:00
Leo Horie
b2daa1b55a fix port in POST request urls 2014-04-08 15:03:20 -04:00
Leo Horie
8d3d2fa397 Merge pull request #42 from levitanong/fix-url-tokens
Changes regex for parametrizeUrl to catch tokens that start with letters only, to allow for urls with ports
2014-04-08 14:38:56 -04:00
Levi Tan Ong
86280e8261 Changes regex for parametrizeUrl to catch tokens that start with letters only, to allow for urls with ports 2014-04-08 23:49:42 +08:00
Leo Horie
5eef004bbb unminified files for maps 2014-04-08 09:51:16 -04:00
Leo Horie
2054edae10 update component docs - it doesn't support non-master branches 2014-04-07 11:51:36 -04:00
Leo Horie
05630b2b95 update bower 2014-04-07 10:22:08 -04:00
Leo Horie
232b02a082 fix autocompleter example in docs 2014-04-06 22:09:20 -04:00
Leo Horie
bdd016de3f community link 2014-04-06 20:24:23 -04:00
Leo Horie
75b9959b8a Merge remote-tracking branch 'origin/master' into next 2014-04-06 20:23:45 -04:00
Leo Horie
86514b41f2 fix docs about component branch 2014-04-06 15:36:11 -04:00
Leo Horie
85a2259964 add docs about component 2014-04-06 15:34:06 -04:00
Leo Horie
751cc683dd fix test 2014-04-06 15:27:37 -04:00
Leo Horie
fcf77dfa44 add {subtree: "retain"} flag to allow skipping diff from app space 2014-04-06 15:20:21 -04:00