Commit Graph

107 Commits (2866b11c7d43b6a9ae9bc573d1d42c032ff14aee)

Author SHA1 Message Date
Rich Harris 2866b11c7d WIP towards #984
7 years ago
Rich Harris 67e4a90f18 parse <slot> as element in custom element mode
7 years ago
Rich Harris bb30e26d21 validate <title> elements
7 years ago
Rich Harris f79bede8a9 validate components
7 years ago
Rich Harris de9b3a56be fix slot attribute validation
7 years ago
Rich Harris 32774a821d more stuff
7 years ago
Rich Harris 7825c1230a various
7 years ago
Rich Harris aaab6853ce support $method(...) calls, and warn on store.method(...)
7 years ago
Rich Harris 06517ce82f remove erroneous warnings
7 years ago
Rich Harris 07bad96719 tidy up
8 years ago
Rich Harris cae4dd93bf fix some more tests
8 years ago
Rich Harris a2759604cb SSR tests
8 years ago
Rich Harris 2d5b47b8a4 remove store option
8 years ago
Rich Harris b86a1edb52 add codes to validation errors
8 years ago
Rich Harris f0b2cb99f2 add codes to warnings (#474)
8 years ago
Rich Harris 813e077ccc
Merge pull request #1330 from sveltejs/gh-1318
8 years ago
Rich Harris cb514afde4 more tests, support svelte: elements
8 years ago
Rich Harris 032083bb34 fix #1331
8 years ago
Rich Harris f66f21bf23
Merge pull request #1313 from sveltejs/gh-1270
8 years ago
Rich-Harris 6ef808c941 support custom events on <:Window> - fixes #1268
8 years ago
Rich-Harris dfc8462d98 fail validation if bound <select> has dynamic multiple attribute - fixes #1270
8 years ago
Rich-Harris f6f8f66c90 remove some stuff we wont need
8 years ago
Jacob Wright 04f5d5c975 Adds actions to components
8 years ago
James Birtles 4081a8a363 pass node through where possible
8 years ago
James Birtles da6a74016f add end position to errors
8 years ago
James Birtles d07721cd50 add end position to warnings
8 years ago
Rich Harris 1bc675da50 fix a couple of TODOs
8 years ago
Rich Harris ff67b137c4 empty blocks are a dev warning, not an error
8 years ago
Jacob Mischka b5a3e2224d Add audio video volume binding (#1148)
8 years ago
Nolan Lawson 0a0b8bf7cb
Add "feed" aria role
8 years ago
Conduitry 49135161bc do not run a11y validation on child component elements (#1110)
8 years ago
Rich Harris 5fea63a5de validate contents of await blocks (#1061)
8 years ago
Emil Ajdyna 5659d10d7c Allow xlink:href attribute
8 years ago
Rich Harris b7d8c49dc8
Merge branch 'master' into gh-1027
8 years ago
Rich Harris 646b0c0e01 optimise <title> - fixes #1027
8 years ago
Rich Harris ab94066932 warn on unused events/transitions - fixes #1051
8 years ago
Rich Harris 146f645502 detect unused/misplaced components - closes #1039
8 years ago
Rich Harris 50654fab88 remove <:Document>, implement <:Head> on client-side
8 years ago
Rich Harris e57ddb0503 add new <:Document> meta-component
8 years ago
Rich Harris 0be3211c4f
fix figcaption a11y warning - fixes #996
8 years ago
Rich Harris e238c65a15 rename :Switch -> :Component
8 years ago
Rich Harris e6ef5af6ba slotted contents of dynamic components
8 years ago
Rich Harris dd9ecb8064 dynamic component bindings
8 years ago
Rich Harris a3b4eea3d7
Merge pull request #954 from sveltejs/gh-930-computed
8 years ago
Emil Tholin 1d76b71bfe Add 'current' to the list of aria attributes
8 years ago
Rich Harris a87d30e0e6 allow event handlers to call store methods
8 years ago
Rich Harris 0a01aa0243
Increase code coverage
8 years ago
Rich Harris 60b883b066
enable <:Window bind:online/> - fixes #936 (#937)
8 years ago
Rich Harris 775866780e
combine multiple bindings in single handler, implement bind:indeterminate — fixes #910
8 years ago
Conduitry cc8614c51c allow options.* as event handler callee
8 years ago