Commit graph

35 commits

Author SHA1 Message Date
Leo Horie
22deb93d04 fix input cursor bug in chrome 2014-04-25 13:51:17 -04:00
Leo Horie
a425bbca88 fix node index displacement by null/undefined nodes 2014-04-20 21:48:33 -04:00
Leo Horie
cb6994dd93 make getter-setters json-serializable 2014-04-19 22:22:02 -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
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
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
7fbfe2c3ca document test 2014-04-13 13:58:59 -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
70496946cf fix ordering bug when mixing arrays with virtual elements 2014-04-11 15:23:22 -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
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
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
b2daa1b55a fix port in POST request urls 2014-04-08 15:03:20 -04:00
Leo Horie
5eef004bbb unminified files for maps 2014-04-08 09:51:16 -04:00
Leo Horie
bdd016de3f community link 2014-04-06 20:24:23 -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
Leo Horie
5ecc942abd unwrap thennable 2014-04-05 21:16:49 -04:00
Leo Horie
49dffe7e0e make sure element is child of correct parent if child is recycled but parent is not 2014-04-01 14:40:02 -04:00
Leo Horie
48025dd16a add experimental svg support
- supports nested svg elements
- supports svg attributes
- supports xlink
2014-03-26 23:05:14 -04:00
Leo Horie
1ff4b3ccf6 push for travis 2014-03-25 21:48:23 -04:00
Leo Horie
e94b6597af s/spaces/tab 2014-03-25 21:30:53 -04:00
Eirik S. Morland
3c34d8d6ed Fix a typo. 2014-03-23 08:44:10 +01:00
Eirik S. Morland
a8d6f529d5 Make tests throw exception, add travis-ci integration.
Relates to #23.
2014-03-23 08:42:15 +01:00
Leo Horie
77d5484169 fix handling of errors in promises 2014-03-21 23:20:47 -04:00
Leo Horie
a7a9447cd6 fixing null reference when passing undefined to virtual dom tree 2014-03-20 15:36:52 -04:00
Leo Horie
83f497e129 reset m.route.param correctly on route change 2014-03-20 11:18:40 -04:00
Leo Horie
c5f3bc23aa fixing archiving 2014-03-17 21:34:48 -04:00
Leo Horie
70b2489539 initial release 2014-03-16 22:07:53 -04:00