Commit Graph

56 Commits (b7e07c53896e9048d731bd636ca1b4b92bf51e13)

Author SHA1 Message Date
Rich Harris ad91f55ac9
pass `attribute` straight to `validator.error` 7 years ago
Admin 7df6de62bb Adds validation check to checkComponent function and removes console.logs. 7 years ago
Admin 89412e370e Adds validation for invalid reference names like foo-bar. 7 years ago
Curtis Maloney f0a247a4e6 [Fixed ] Allow binding of input files 7 years ago
Conduitry 5e8a8b95e5 update some stray references to v1 syntax 7 years ago
Rich Harris 94206ca439 add animation validation tests 7 years ago
Rich Harris 98e63b37e9 groundwork for animations () 7 years ago
Rich Harris 4a67542bec prevent bind:offsetWidth etc on void elements 7 years ago
Rich Harris fe4637305b add validation logic, error on dimension bindings for SVG elements 7 years ago
Rich Harris 541ec6c397 bind to dimensions 7 years ago
Rich Harris 2866b11c7d WIP towards 7 years ago
Rich Harris f79bede8a9 validate components 7 years ago
Rich Harris de9b3a56be fix slot attribute validation 7 years ago
Rich Harris 07bad96719 tidy up 7 years ago
Rich Harris a2759604cb SSR tests 7 years ago
Rich Harris b86a1edb52 add codes to validation errors 7 years ago
Rich Harris f0b2cb99f2 add codes to warnings () 7 years ago
Rich Harris 813e077ccc
Merge pull request from sveltejs/gh-1318 7 years ago
Rich Harris cb514afde4 more tests, support svelte: elements 7 years ago
Rich Harris 032083bb34 fix 7 years ago
Rich-Harris dfc8462d98 fail validation if bound <select> has dynamic multiple attribute - fixes 7 years ago
Jacob Wright 04f5d5c975 Adds actions to components 7 years ago
James Birtles 4081a8a363 pass node through where possible 7 years ago
James Birtles da6a74016f add end position to errors 7 years ago
James Birtles d07721cd50 add end position to warnings 7 years ago
Jacob Mischka b5a3e2224d Add audio video volume binding () 7 years ago
Conduitry 49135161bc do not run a11y validation on child component elements () 7 years ago
Rich Harris b7d8c49dc8
Merge branch 'master' into gh-1027 7 years ago
Rich Harris 646b0c0e01 optimise <title> - fixes 7 years ago
Rich Harris ab94066932 warn on unused events/transitions - fixes 7 years ago
Rich Harris 146f645502 detect unused/misplaced components - closes 7 years ago
Rich Harris e238c65a15 rename :Switch -> :Component 7 years ago
Rich Harris e6ef5af6ba slotted contents of dynamic components 7 years ago
Rich Harris dd9ecb8064 dynamic component bindings 7 years ago
Rich Harris 0a01aa0243
Increase code coverage 7 years ago
Rich Harris 775866780e
combine multiple bindings in single handler, implement bind:indeterminate — fixes 7 years ago
Rich Harris 9b505de3a0 compile time error on slotted content inside if/each blocks. closes 8 years ago
Rich Harris d1482f0541 Merge branch 'bind-buffered-played-seekable-of-media' of https://github.com/martinandert/svelte into martinandert-bind-buffered-played-seekable-of-media 8 years ago
martinandert db0b6d712f Make buffered/played/seekable attributes of media element bindable 8 years ago
Rich Harris bacbaef868 anchor-has-content 8 years ago
Rich Harris 51c2e0581b a11y checks () 8 years ago
Rich Harris cb92f3028e error if component has transition (fixes ) 8 years ago
Rich Harris a023346c91 validation 8 years ago
Rich Harris c1f34e3e2a validate ref callees () 8 years ago
Rich Harris ebae9f9c28 run prettier 8 years ago
Rich Harris 61f5cbef54 Merge pull request from sveltejs/gh-620 8 years ago
Conduitry 3aaec886cb fix missing component test 8 years ago
Rich Harris ff40308358 only enforce static type if input is bound (fixes ) 8 years ago
Rich Harris d45699db6f warn on missing component () 8 years ago
Rich Harris 84595fb381 run prettier on src, update tests 8 years ago