Commit graph

1540 commits

Author SHA1 Message Date
Leo Horie
84d7c722f9 Merge pull request #1503 from wiktortomczak/patch-1
Add @externs annotation.
2017-01-10 08:16:17 -05:00
Wiktor Tomczak
329acc82c3 Update mithril.closure-compiler-externs.js 2017-01-01 17:27:44 +01:00
Isiah Meadows
c156b484a6 Merge pull request #1499 from isiahmeadows/legacy-docs
Fix added `header` parameter + update docs, fix a few nits
2016-12-30 02:14:31 -05:00
impinball
f670acb132 Fix added header request parameter, document it, regen bundles 2016-12-30 02:07:31 -05:00
impinball
80c429e49b Make source maps binary, fix misnamed HTML file 2016-12-30 02:05:51 -05:00
cetra3
7fc0e0378c Allow Request Headers to be set via config (#1464)
Fixes #1463.
2016-12-30 01:33:13 -05:00
Isiah Meadows
b42c3d1ba0 Merge pull request #1475 from igor-k/next
contenteditable node w/ focus is updated when data is changed (fixes #1458)
2016-12-10 11:25:07 -05:00
Igor Kurganov
d55e8b9bee forgot to rename test. 2016-12-09 17:47:54 -08:00
Igor Kurganov
caaa8c9cbe editable node w/ focus is updated when data is changed. 2016-12-09 17:37:14 -08:00
Igor Kurganov
544bb503b9 Merge remote-tracking branch 'upstream/next' into merge 2016-12-05 14:27:50 -08:00
Leo Horie
0ff42535d1 Merge pull request #1428 from barneycarroll/v0.2-convenience-scripts
Remove Grunt path dependency by aliasing core Grunt tasks to NPM
2016-11-24 11:32:46 -05:00
Barney Carroll
ec79a4bbdf Whitespace reallignment# 2016-11-24 15:39:23 +00:00
Barney Carroll
143da426f5 Remove Grunt path dependency by aliasing core Grunt tasks to NPM 2016-11-24 15:35:46 +00:00
Leo Horie
9263b23c04 Merge pull request #1411 from barneycarroll/allow-verbose-class-attribute-declaration-next
Allow verbose class attribute declaration (next)
2016-11-22 00:32:11 -05:00
Barney Carroll
06f1666b66 Add map 2016-11-19 18:08:06 +00:00
Barney Carroll
fbee0a5c1a Allow [class] selectors in hyperscript as per 6b2750e 2016-11-19 18:06:12 +00:00
Barney Carroll
6b2750ea59 Test case: parse [class] attribute declaration in hyperscript selector 2016-11-19 17:57:22 +00:00
valtron
bc2b3c5fdc Fix #1379 (#1398) 2016-11-15 12:44:46 -08:00
Leo Horie
1e5e65cada Merge pull request #1381 from sairoutine/hotfix_catch
'catch' is a reserved word in IE 8 / 9
2016-11-08 09:42:50 -05:00
András Parditka
5e1552b1ee Fixed #1343, #1336. (#1383) 2016-11-03 09:27:58 -07:00
Leo Horie
4f9039f5e7 Merge pull request #1364 from codeclown/patch-1
Add link to wiki in readme
2016-10-24 10:26:51 -04:00
Martti Laine
0c078ba5aa Add link to wiki in readme 2016-10-22 12:39:21 +03:00
sairoutine
282df7ca50 update: not to conflict javascript reserved word 2016-10-21 16:00:46 +09:00
Bradley Stafford
c82ad36335 update Select2 integration example and explanation (#1028)
* update Select2 integration example and explanation

* integrate feedback per PR

* oops. integrate the feedback that I missed initially

* make docs great again
2016-09-23 21:53:51 -07:00
Leo Horie
cadb4622f9 Merge pull request #1313 from pygy/restore-old-tests-deliberately-borken
[next] Add the old test suite to the grunt task
2016-09-12 10:21:40 -04:00
Isiah Meadows
03a7f429b8 Merge pull request #1310 from pygy/rebase-900
Rebase #900, reactivate m.trust test.
2016-09-12 08:30:03 -04:00
Pierre-Yves Gerardy
a76bbc0d7a Fix the test of the new suite 2016-09-11 17:13:12 +02:00
Pierre-Yves Gerardy
4aaee178bc Fix the test of the old suite leave the new one broken 2016-09-11 17:10:34 +02:00
Pierre-Yves Gerardy
ee8ab3561b Break a test of the new suite 2016-09-11 17:00:06 +02:00
Pierre-Yves Gerardy
863b82b71a Break a test of the old suite 2016-09-11 16:52:54 +02:00
Pierre-Yves Gerardy
aeb5f05706 Add the old test suite to the grunt task for both local tests and CI
This relies on a hack to bypass the `mocha` detection by `grunt-mocha-phantomjs`.
The tests have to run in less than 10 seconds, which is unlikely to be problematic on current
hardware.

Alternatively, adding the following to tests/index.html also makes the old test suite compatible
with the mocha runner, but it entails loading `mocha`:

    <script src="../node_modules/mocha/mocha.js"></script>
    <script>
        mocha.setup("bdd")
        describe("dummy test", function(){
            it("is a dummy test to run the old test suite with grunt-mocha-phantomjs like the new one", function(){})
        })
        mocha.run()
    </script>
2016-09-11 16:21:45 +02:00
Pierre-Yves Gerardy
97186f88a5 Reactivate previously disabled test 2016-09-10 01:26:09 +02:00
Igor Kurganov
ec95de9908 Cache the childrens of editable elements 2016-09-10 01:18:07 +02:00
Leo Horie
6ab9570474 Merge pull request #1306 from pygy/next-single-error-message
[next] Use identical error messages, improve gzipped size
2016-09-09 13:07:22 -04:00
Pierre-Yves Gerardy
e55284fba2 Use identical error messages, improve gzipped size 2016-09-09 17:46:11 +02:00
Leo Horie
0159cd667a Merge pull request #1253 from pygy/fix-1252
Fix #1252, re-fix #348
2016-08-17 22:17:44 -04:00
Pierre-Yves Gerardy
51bfd511d2 Fix #1252, re-fix #348 2016-08-18 01:20:13 +02:00
Leo Horie
b0c246e2b4 Merge pull request #1236 from jsguy/next
Set dependencies when no window for isomorphic compatibility
2016-08-12 22:03:46 -04:00
jsguy
c6d57c7f53 Set dependencies when no window for isomorphic compatibility 2016-08-13 11:07:21 +10:00
Leo Horie
6fe960ee8a Merge pull request #1071 from husio/toJSON
JSON.stringify(m.prop(x)) use x.toJSON method when possible
2016-08-12 00:45:27 -04:00
Leo Horie
86cec02af9 Merge pull request #1227 from yaruson/issue-1195
Fix broken tests
2016-08-08 13:19:46 -04:00
Nikolay Kim
6d4d0f104f Fix broken tests 2016-08-06 20:35:46 +03:00
Leo Horie
f213db37b2 Merge pull request #1226 from yaruson/issue-1195
IE8 compatibility fixes
2016-08-06 09:58:23 -04:00
Nikolay Kim
505bd1337a IE8 compatibility fixes 2016-08-06 11:00:09 +03:00
Isiah Meadows
f71ff4963f Merge pull request #1203 from leiyangyou/onunload.old
fix potential overwriting of onunload.$old
2016-08-03 18:38:58 -04:00
Lei Yang
cde0e348a4 fix potential overwriting of onunload.$old 2016-08-03 19:31:36 +08:00
Isiah Meadows
72b6c1e68d Merge pull request #1159 from kronion/issue-956-fix-m.trust-offsets
Patch for #956: redraw trusted content with multiple nodes
2016-07-23 08:47:35 -04:00
Leo Horie
8c23b925b5 Merge pull request #1162 from pygy/factory
Resore m.factory
2016-07-18 14:28:59 -04:00
Pierre-Yves Gerardy
b000781555 Resore m.factory 2016-07-18 20:13:17 +02:00
Leo Horie
1ac540cf80 Merge pull request #1160 from kronion/editorconfig-specify-tab-width
Specify tab width in editorconfig
2016-07-18 09:43:32 -04:00