Commit graph

89 commits

Author SHA1 Message Date
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
Leo Horie
c4494bf2ce improve docs about a+ differences 2014-04-05 22:14:59 -04:00
Leo Horie
5ecc942abd unwrap thennable 2014-04-05 21:16:49 -04:00
Leo Horie
605f2a392c add community page 2014-04-04 14:06:44 -04:00
Leo Horie
efae454bd4 improve dom caching
- don't call appendChild if not needed
- don't overwrite style all the time
- don't overwrite function if it has same source
2014-04-03 09:00:47 -04:00
Leo Horie
e34cc1fc4a version bump 2014-04-02 15:25:26 -04:00
Leo Horie
26ee6975a0 don't assume document if no root element 2014-04-02 15:24:21 -04:00
Leo Horie
0f1d415d85 add docs about npm and bower 2014-04-01 22:35:50 -04:00
Leo Horie
db317a0be2 fix typo 2014-04-01 22:26:31 -04:00
Leo Horie
34482a0b0f Merge branch 'commonjs'
Conflicts:
	archive/v0.1.2/mithril.min.js
	archive/v0.1.2/mithril.min.map
	archive/v0.1.2/mithril.min.zip
2014-04-01 22:22:31 -04:00
Leo Horie
24b4b1a10a update change log 2014-04-01 22:05:45 -04:00
Leo Horie
9059101ddc Merge branch 'fix/29' into next
Conflicts:
	archive/v0.1.2/mithril.min.js
	archive/v0.1.2/mithril.min.map
	archive/v0.1.2/mithril.min.zip
2014-04-01 17:02:28 -04:00
Leo Horie
2653dbc648 rebuild 2014-04-01 16:45:42 -04:00
Leo Horie
bde67fa895 use less expensive check for attribute diff qualification 2014-04-01 16:45:02 -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
1385fc6268 Merge remote-tracking branch 'origin/next' into next 2014-04-01 09:24:37 -04:00
Leo Horie
26a063e4c3 Merge remote-tracking branch 'origin/master' 2014-03-31 16:07:38 -04:00
Leo Horie
4d41f7a403 add docs about msx 2014-03-31 16:07:24 -04:00
Leo Horie
86ba3474a6 add tentative fix for #29
https://github.com/lhorie/mithril.js/issues/29

TODO: test cost of relying on native equality checks
2014-03-30 22:33:49 -04:00
Leo Horie
18dd5a1410 add manifest files for npm and component 2014-03-30 22:30:08 -04:00
Leo Horie
62eae50b20 invalidate dom cache on new module 2014-03-30 14:36:16 -04:00
Leo Horie
78c422448a make commonjs api work with non-global module, expose amd api 2014-03-30 14:17:40 -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
d258b9687b expose to commonjs 2014-03-25 22:23:14 -04:00
Leo Horie
7e2136ba51 version bump 2014-03-25 22:06:55 -04:00
Leo Horie
b6dd52bd6a add travis build icon 2014-03-25 21:54:15 -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