Commit Graph

103 Commits (4f7c67db13fbbf9be9e6375a352fd5d2e2c5218f)

Author SHA1 Message Date
Rich Harris f8ee784b5e fix slot attribute validation
9 years ago
Rich Harris 0e98b39803 more stuff
9 years ago
Rich Harris 7fe838e4b5 various
9 years ago
Rich Harris 736cd9ea06 support $method(...) calls, and warn on store.method(...)
9 years ago
Rich Harris e02f878fb4 remove erroneous warnings
9 years ago
Rich Harris 02f125eb21 tidy up
9 years ago
Rich Harris b128399540 fix some more tests
9 years ago
Rich Harris ff214ef8ab SSR tests
9 years ago
Rich Harris 53963dc7e6 remove store option
9 years ago
Rich Harris 7b1df97d7e add codes to validation errors
9 years ago
Rich Harris 17a20bbe37 add codes to warnings (#474)
9 years ago
Rich Harris 62cbb31844 Merge pull request #1330 from sveltejs/gh-1318
9 years ago
Rich Harris 9235efb8dd more tests, support svelte: elements
9 years ago
Rich Harris dd2de33df3 fix #1331
9 years ago
Rich Harris f7bdf71946 Merge pull request #1313 from sveltejs/gh-1270
9 years ago
Rich-Harris 22308a02ea support custom events on <:Window> - fixes #1268
9 years ago
Rich-Harris 0963c226a8 fail validation if bound <select> has dynamic multiple attribute - fixes #1270
9 years ago
Rich-Harris b02cc849f9 remove some stuff we wont need
9 years ago
Jacob Wright a5ed6cbe18 Adds actions to components
9 years ago
James Birtles e911739251 pass node through where possible
9 years ago
James Birtles 4bda127108 add end position to errors
9 years ago
James Birtles 3f404eaf99 add end position to warnings
9 years ago
Rich Harris d745d9c708 fix a couple of TODOs
9 years ago
Rich Harris 8b6a099ced empty blocks are a dev warning, not an error
9 years ago
Jacob Mischka 00ba7c5176 Add audio video volume binding (#1148)
9 years ago
Nolan Lawson 803b6dd93a Add "feed" aria role
9 years ago
Conduitry e85b8edfe7 do not run a11y validation on child component elements (#1110)
9 years ago
Rich Harris 7b0e577a52 validate contents of await blocks (#1061)
9 years ago
Emil Ajdyna d44f922df8 Allow xlink:href attribute
9 years ago
Rich Harris a587fb6303 Merge branch 'master' into gh-1027
9 years ago
Rich Harris 1b2949f572 optimise <title> - fixes #1027
9 years ago
Rich Harris d7e236f7cc warn on unused events/transitions - fixes #1051
9 years ago
Rich Harris d0136fe543 detect unused/misplaced components - closes #1039
9 years ago
Rich Harris 69dab15d8d remove <:Document>, implement <:Head> on client-side
9 years ago
Rich Harris 2390952973 add new <:Document> meta-component
9 years ago
Rich Harris 6334899b3d fix figcaption a11y warning - fixes #996
9 years ago
Rich Harris 9efe44fd53 rename :Switch -> :Component
9 years ago
Rich Harris 5e71d2fff4 slotted contents of dynamic components
9 years ago
Rich Harris e3ac083ab0 dynamic component bindings
9 years ago
Rich Harris 3d5e285e45 Merge pull request #954 from sveltejs/gh-930-computed
9 years ago
Emil Tholin df5b9bdf6c Add 'current' to the list of aria attributes
9 years ago
Rich Harris fbc1785e36 allow event handlers to call store methods
9 years ago
Rich Harris 40c3648dfb Increase code coverage
9 years ago
Rich Harris d17e7b309c enable <:Window bind:online/> - fixes #936 (#937)
9 years ago
Rich Harris a532f36ab2 combine multiple bindings in single handler, implement bind:indeterminate — fixes #910
9 years ago
Conduitry 0c76aff62a allow options.* as event handler callee
9 years ago
Rich Harris 2a689ee40b Merge pull request #854 from sveltejs/gh-782
9 years ago
Rich Harris 4564b9a04b update validation message
9 years ago
Rich Harris 8d7a8829dc allow console.* calls in event handlers. fixes #782
9 years ago
Rich Harris 3fc667b18a compile time error on slotted content inside if/each blocks. closes #849
9 years ago