Commit graph

2840 commits

Author SHA1 Message Date
Pierre-Yves Gérardy
4a001267d0 Merge pull request #1890 from pygy/fix-1850
Reset e.redraw when it was set to `false`. Fixes #1850
2017-07-06 21:08:30 +02:00
Pierre-Yves Gérardy
198f9ca7a9 Reset e.redraw when it was set to false. fixes #1850 2017-07-06 19:48:47 +02:00
Pierre-Yves Gérardy
67b11f156a Add a test to ensure that e.redraw is cleared if it was false 2017-07-06 19:48:47 +02:00
Pierre-Yves Gérardy
9b947f41f0 Merge pull request #1885 from isaaclyman/webpack-path-resolve
Use manual path resolution in webpack.config.js
2017-06-27 01:00:35 +02:00
Isaac
f7c4284ffc Update webpack.config.js (in JSX docs)
Webpack doesn't support relative paths in the output.path config parameter, so this updated code uses the 'path' module to resolve the relative path.
2017-06-26 16:13:37 -06:00
Isaac
6a65ebc9af Use manual path resolution in webpack.config.js
Webpack doesn't support relative paths in the output.path config parameter, so this updated code uses the 'path' module to resolve the relative path.
2017-06-26 16:11:57 -06:00
Isiah Meadows
82bc3f6501 Merge pull request #1883 from 0joshuaolson1/next
Fix 'Github' typos
2017-06-25 14:32:07 -04:00
Joshua Olson
7052b60d2c Fix 'Github' typos 2017-06-25 11:54:11 -06:00
Gandalf-the-Bot
fbf8d1f8ca Bundled output for commit 18d732bf57 [skip ci] 2017-06-14 03:30:24 +00:00
Isiah Meadows
18d732bf57 Merge pull request #1873 from pygy/fix-1872
Take the namespace of the root node into account, fix other ns oversight #1872
2017-06-13 23:28:09 -04:00
Pierre-Yves Gérardy
1fb64c91e3 Take the namespace of the root node into account, fix other ns oversight #1872 2017-06-14 01:59:45 +02:00
Pierre-Yves Gérardy
6a6b38aee7 Merge pull request #1790 from spacejack/tutorial-remove-interpolation
Remove url interpolation from tutorial app
2017-06-14 00:00:55 +02:00
Gandalf-the-Bot
38956e119b Bundled output for commit c9186bcdec [skip ci] 2017-06-13 09:30:45 +00:00
Pierre-Yves Gérardy
c9186bcdec Merge pull request #1871 from pygy/fix-1870
Don't update textarea.value if the `DOM.value === vdom.value !== old.value`, Fix #1870
2017-06-13 11:28:43 +02:00
Pierre-Yves Gérardy
60e999fa89 [render/render] Add a special case for ; fix #1870 2017-06-12 18:42:46 +02:00
Pierre-Yves Gérardy
894152440b Add tests for #1870 2017-06-12 18:26:45 +02:00
Gandalf-the-Bot
6c06d41f94 Bundled output for commit 712be2bcc3 [skip ci] 2017-05-31 06:58:00 +00:00
Isiah Meadows
712be2bcc3 Merge pull request #1862 from pygy/fix-1595-redux
Re-fix #1595
2017-05-31 02:56:29 -04:00
Isiah Meadows
66aa377548 Simplify ESLint guard 2017-05-31 02:44:15 -04:00
Gandalf-the-Bot
e075be6154 Bundled output for commit f931b0b947 [skip ci] 2017-05-30 14:13:56 +00:00
Pierre-Yves Gérardy
f931b0b947 Merge pull request #1864 from pygy/fix-1820
Pass namespace when creating new elements while updating a keyed list…
2017-05-30 16:11:46 +02:00
Pierre-Yves Gerardy
40429c8377 Pass namespace when creating new elements while updating a keyed list, fix #1820 2017-05-30 14:17:46 +02:00
Pierre-Yves Gerardy
4616160a52 redo #1595 2017-05-29 17:19:55 +02:00
Pierre-Yves Gerardy
d21bfd4a36 Enable the tests for the updated #1595, add an additional sanity check 2017-05-29 16:47:14 +02:00
Pierre-Yves Gérardy
29bc42b574 Merge pull request #1861 from pygy/restore-attr-nodeValue
[test-utils/domMock] restore Attr.nodeValue for backwards compatibility
2017-05-29 14:04:34 +02:00
Pierre-Yves Gerardy
195263d226 [test-utils/domMock] restore Attr.nodeValue for backwards compatibility 2017-05-29 13:59:31 +02:00
Gandalf-the-Bot
662e0f1a9a Bundled output for commit a9838be1d9 [skip ci] 2017-05-29 08:06:28 +00:00
Pierre-Yves Gérardy
a9838be1d9 Merge pull request #1859 from pygy/refix-1595
Improve mocks and render/tests/test-attributes
2017-05-29 10:04:40 +02:00
Pierre-Yves Gerardy
58bc414635 tests for validating #1595 and #1804 2017-05-28 21:03:27 +02:00
Pierre-Yves Gerardy
e031fe49a1 [test-utils/domMock] improve attributes handling 2017-05-28 18:26:09 +02:00
Isiah Meadows
7ee4e002f3 Merge pull request #1855 from pdfernhout/patch-2
Update ospec to ignore hidden directories and files
2017-05-21 02:42:10 -04:00
Paul D. Fernhout
95addffda6 Update ospec to ignore hidden directories and files 2017-05-20 17:09:32 +00:00
Scotty Simpson
dfcbc8e2b3 docs: Update request.md (#1851) 2017-05-12 09:40:28 -07:00
Pierre-Yves Gérardy
085f5642be Docs: Correct typos [skip CI] 2017-05-04 16:28:06 +02:00
Pierre-Yves Gérardy
1370551104 Merge pull request #1846 from yurivish/patch-1
Improve the documentation of routing parameters
2017-05-04 16:14:12 +02:00
Pierre-Yves Gérardy
0a1c634d99 Clarify m.route.params in RouteResolver.onmatch 2017-05-04 16:05:39 +02:00
Yuri
a560bca85d Improve the documentation of routing parameters
I was stuck on this for a while earlier today: it turns out that `m.route.param` will not return the right results in the `onmatch` function on a `RouterResolver`, though it will inside of a `render` function on the same. This behavior is documented in the `onmatch` section but not the `m.route.param` section, which is where I was looking when I ran up against this earlier.

From an API design perspective it would make sense to me for `m.route.param` to return valid results inside `onmatch`, but I don't know enough about Mithril's internals to know how complex it would be to implement.
2017-05-03 21:21:57 -04:00
Gandalf-the-Bot
10b8507c1b Bundled output for commit de4433cd31 [skip ci] 2017-05-03 18:57:28 +00:00
Samuel Tilly
de4433cd31 Override namespace with xmlns attribute (#1825)
Fixes issue #1819 foreignObject inside SVG
2017-05-03 14:55:56 -04:00
Gandalf-the-Bot
2db6081601 Bundled output for commit 73d9265c6d [skip ci] 2017-05-02 21:31:10 +00:00
Scotty Simpson
73d9265c6d fix: selector [value=""] is mishandled (#1843) 2017-05-02 14:28:59 -07:00
Andrea Coiutti
af3da16832 docs: Add favicon (#1839) 2017-05-02 09:34:13 -07:00
Pat Cavit
bef58fdfa5 chore: Update repo references (#1834) 2017-05-02 09:24:12 -07:00
Kevin Cameron
e966025171 Correct example code 2017-05-01 22:54:05 -07:00
Gandalf-the-Bot
7e6a4869e9 Bundled output for commit 8191f7894c [skip ci] 2017-05-01 15:46:08 +00:00
Isiah Meadows
8191f7894c Merge pull request #1828 from spacejack/option-empty-string
Fix select option to use empty string value, add tests.
2017-05-01 11:43:53 -04:00
Scotty Simpson
414e74ba47 docs: Fix typo in es6.md (#1827) 2017-04-30 23:36:47 -07:00
spacejack
08a6638926 Minimize vdom diff in option value test 2017-04-30 15:14:44 -04:00
spacejack
0f9d5f1631 Fix select option to use empty string value, add tests. 2017-04-30 15:04:37 -04:00
Isiah Meadows
2aa6adf440 Merge pull request #1824 from lhorie/revert-1796-vnode-event
Revert "Pass `vnode` as second argument"
2017-04-28 16:42:44 -04:00