0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 01:11:24 +01:00
Commit Graph

815 Commits

Author SHA1 Message Date
Rich Harris
c8f094cf80 remove unused destroyEach and destroy arguments 2017-09-18 21:37:10 -04:00
Rich Harris
64026c3ba9 Merge pull request #854 from sveltejs/gh-782
allow console.* calls in event handlers
2017-09-18 21:03:07 -04:00
Rich Harris
d5ad4c007b update validation message 2017-09-18 20:59:51 -04:00
Rich Harris
5d84a93c99 shorten each block var names 2017-09-18 20:53:23 -04:00
Rich Harris
4f1d48c4a6 more readable each block values 2017-09-18 18:32:44 -04:00
Rich Harris
74d84d81e9 remove incorrect argument 2017-09-18 17:54:57 -04:00
Rich Harris
3b68d1f5dc update tests 2017-09-17 17:27:05 -04:00
Rich Harris
6b70825ac3 Merge pull request #856 from sveltejs/remove-is-initial
remove isInitial check on recompute
2017-09-17 13:34:23 -04:00
Rich Harris
21f6dd8cef Merge branch 'master' into static-components 2017-09-17 13:02:02 -04:00
Rich Harris
bd282df921 remove version numbers from snapshot tests 2017-09-17 13:01:47 -04:00
Rich Harris
e2ef1fdb96 dont update components with only static bindings 2017-09-17 12:59:30 -04:00
Rich Harris
4d6e95d799 update snapshot tests 2017-09-17 12:29:11 -04:00
Rich Harris
b1cbffece6 remove excess parentheses 2017-09-17 12:18:23 -04:00
Rich Harris
33dbc18a10 merge master -> shared-init 2017-09-17 12:12:12 -04:00
Rich Harris
9d8f2c466f Merge pull request #853 from sveltejs/gh-823
add debugging comments
2017-09-17 12:09:41 -04:00
Rich Harris
0b71a93779 update tests 2017-09-16 15:20:43 -04:00
Rich Harris
bd002f94bc extract some shared init logic 2017-09-16 15:09:38 -04:00
Rich Harris
6ad8c38663 Merge pull request #852 from sveltejs/gh-849
compile time error on slotted content inside if/each blocks. closes #849
2017-09-16 14:46:31 -04:00
Rich Harris
14463380f7 Merge pull request #851 from sveltejs/gh-850
use anchor.parentNode as target instead of slot document fragment
2017-09-16 14:46:19 -04:00
Rich Harris
58cc7f8ed1 allow console.* calls in event handlers. fixes #782 2017-09-16 14:40:02 -04:00
Rich Harris
1d34bd886e put version comment above imports 2017-09-16 14:27:59 -04:00
Rich Harris
6e57fa3ced add debugging comments 2017-09-16 14:24:55 -04:00
Rich Harris
9b505de3a0 compile time error on slotted content inside if/each blocks. closes #849 2017-09-16 12:51:48 -04:00
Rich Harris
0a0f474e43 use anchor.parentNode as target instead of slot document fragment - fixes #850 2017-09-16 11:21:03 -04:00
Rich Harris
fbbaff5404 typo 2017-09-16 11:08:41 -04:00
Rich Harris
40df1c64ac failing test for #850 2017-09-16 11:07:46 -04:00
Rich Harris
049fe59082 Merge pull request #847 from sveltejs/gh-827
Don't slot elements inside custom elements
2017-09-16 10:44:51 -04:00
Rich Harris
5ed74df4d3 Merge branch 'master' into gh-827 2017-09-12 18:45:21 -04:00
Rich Harris
770c14955d escape shadow DOM CSS - fixes #840 2017-09-12 18:26:15 -04:00
Rich Harris
61476048c8 dont use skipped text nodes as anchors - fixes #843 2017-09-12 17:15:15 -04:00
P
072f541855 Change let -> var, solves #838 2017-09-11 22:48:05 +01:00
Rich Harris
975a974578 use anchors for slotted content - fixes #822 2017-09-10 13:10:03 -04:00
Rich Harris
bf3afe955c Merge pull request #833 from sveltejs/nightmare
use nightmare to test custom element stuff
2017-09-10 11:34:17 -04:00
Rich Harris
f7667a44b2 increase timeout 2017-09-10 11:01:27 -04:00
Rich Harris
2dffccca61 reenable all tests 2017-09-10 10:52:02 -04:00
Rich Harris
ef2a2b329a use nightmare to test custom element stuff 2017-09-10 10:40:23 -04:00
Rich Harris
d75ab8544e remove requestAnimationFrame stuff, convert time ranges to {start, end} objects 2017-09-09 12:40:33 -04:00
Rich Harris
5ff5852f67 failing test for #827 2017-09-09 11:11:07 -04:00
Rich Harris
1a99c515ff add snapshot test for #830 2017-09-09 10:20:05 -04:00
Conduitry
40ae4a42c1 fix a11y-html-has-lang unit test 2017-09-07 22:29:55 -04:00
Rich Harris
c872234a4b Update input.html 2017-09-07 17:30:18 -04:00
jpsc
8639359aa7 feat(a11y): add warning missing lang on html tag 2017-09-07 23:18:26 +02:00
Rich Harris
7c6ea13689 reenable all tests, fix some failures 2017-09-03 18:50:01 -04:00
Rich Harris
85e9ed9a81 tabindex-no-positive 2017-09-03 18:42:26 -04:00
Rich Harris
915c1835a4 scope 2017-09-03 18:34:30 -04:00
Rich Harris
b3409ad405 no-distracting-elements 2017-09-03 18:23:09 -04:00
Rich Harris
81c5a1fb3b no-autofocus 2017-09-03 18:19:07 -04:00
Rich Harris
d5b8d2fd48 no-access-key 2017-09-03 18:16:03 -04:00
Rich Harris
2364f6a04d heading-has-content 2017-09-03 18:04:00 -04:00
Rich Harris
c62a74e8ae aria-role 2017-09-03 17:51:46 -04:00