Commit Graph

46 Commits (2866b11c7d43b6a9ae9bc573d1d42c032ff14aee)

Author SHA1 Message Date
Rich Harris 2866b11c7d WIP towards #984
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
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 dfc8462d98 fail validation if bound <select> has dynamic multiple attribute - fixes #1270
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
Jacob Mischka b5a3e2224d Add audio video volume binding (#1148)
8 years ago
Conduitry 49135161bc do not run a11y validation on child component elements (#1110)
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 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 0a01aa0243
Increase code coverage
8 years ago
Rich Harris 775866780e
combine multiple bindings in single handler, implement bind:indeterminate — fixes #910
8 years ago
Rich Harris 9b505de3a0 compile time error on slotted content inside if/each blocks. closes #849
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 (#374)
8 years ago
Rich Harris cb92f3028e error if component has transition (fixes #791)
8 years ago
Rich Harris a023346c91 validation
8 years ago
Rich Harris c1f34e3e2a validate ref callees (#686)
8 years ago
Rich Harris ebae9f9c28 run prettier
8 years ago
Rich Harris 61f5cbef54 Merge pull request #630 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 #620)
8 years ago
Rich Harris d45699db6f warn on missing component (#623)
8 years ago
Rich Harris 84595fb381 run prettier on src, update tests
8 years ago
Rich Harris b2ea03dde0 prevent textarea from having both value and children
8 years ago
Rich-Harris 4d5107113e more TS
8 years ago
Rich-Harris 7c3fca57cf more typescript conversion
8 years ago
Rich-Harris 8d07a5f9bd gah, rollup needs the file extensions. which idiot wrote it
8 years ago
Rich-Harris 13b87acfb9 remove .ts file extensions
8 years ago
Rich-Harris 1c5e6e7430 rename all (almost) .js files
8 years ago