Commit Graph

96 Commits (3e9d9740f85abea4ec1b1664c7a8a7e4bcfad304)

Author SHA1 Message Date
Conduitry cc8614c51c allow options.* as event handler callee
7 years ago
Rich Harris 64026c3ba9 Merge pull request #854 from sveltejs/gh-782
7 years ago
Rich Harris d5ad4c007b update validation message
7 years ago
Rich Harris 58cc7f8ed1 allow console.* calls in event handlers. fixes #782
7 years ago
Rich Harris 9b505de3a0 compile time error on slotted content inside if/each blocks. closes #849
7 years ago
Rich Harris 35637d8da8 Merge branch 'martinandert-bind-buffered-played-seekable-of-media'
7 years ago
jpsc 8639359aa7 feat(a11y): add warning missing lang on html tag
7 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
7 years ago
martinandert db0b6d712f Make buffered/played/seekable attributes of media element bindable
7 years ago
Rich Harris 85e9ed9a81 tabindex-no-positive
7 years ago
Rich Harris 915c1835a4 scope
7 years ago
Rich Harris b3409ad405 no-distracting-elements
7 years ago
Rich Harris 81c5a1fb3b no-autofocus
7 years ago
Rich Harris d5b8d2fd48 no-access-key
7 years ago
Rich Harris 2364f6a04d heading-has-content
7 years ago
Rich Harris c62a74e8ae aria-role
7 years ago
Rich Harris 125191a843 aria-props
7 years ago
Rich Harris a90e072086 alt-text
7 years ago
Rich Harris 6133976fec anchor-is-valid
7 years ago
Rich Harris bacbaef868 anchor-has-content
7 years ago
Rich Harris 51c2e0581b a11y checks (#374)
7 years ago
Rich Harris 30e58c4a73 validate props, auto-generate props if unspecified
7 years ago
Rich Harris afe3e2e669 basic custom element generation (#797)
7 years ago
Rich Harris cb92f3028e error if component has transition (fixes #791)
7 years ago
Rich Harris a023346c91 validation
7 years ago
Hunter Perrin ba74297a19 Changed from this keyword to argument in setup method.
7 years ago
Hunter Perrin 59d01f737d Added setup function which can supply static methods/properties. Closes #480. Closes #578.
7 years ago
Rich Harris bd9c59aa5a fix various typescript errors
7 years ago
Rich Harris 71047c2961 Merge pull request #732 from sveltejs/gh-638
7 years ago
Rich Harris 51af8c29e0 event propagation shorthand for elements (#638)
7 years ago
Rich Harris c1f34e3e2a validate ref callees (#686)
7 years ago
Rich Harris 45039e9612 move Stylesheet
7 years ago
Rich Harris fd177771af remove unused code
7 years ago
Rich Harris 65e27c98a0 reduce duplication by moving validation into stylesheet
7 years ago
Rich Harris 7a752df55d fix handling of modified :global(...) selectors
7 years ago
Rich Harris 12907594cd Merge branch 'gh-678' into gh-679
7 years ago
Rich Harris 5f6db88538 allow :global(...) selectors to have trailing modifiers
7 years ago
Rich Harris 205bcfac7e warn on unused selectors
7 years ago
Rich Harris f485c25620 create reusable walkRules helper
7 years ago
Rich Harris 5499327a70 refactoring, and more :global(...) fixes
7 years ago
Rich Harris d08c04d313 merge master -> codegen
7 years ago
Rich Harris 7ad4befd25 deconflict name with imports (#655)
7 years ago
Rich Harris ebae9f9c28 run prettier
7 years ago
Rich Harris 61f5cbef54 Merge pull request #630 from sveltejs/gh-620
7 years ago
Conduitry 3aaec886cb fix missing component test
7 years ago
Rich Harris ff40308358 only enforce static type if input is bound (fixes #620)
7 years ago
Rich Harris d45699db6f warn on missing component (#623)
7 years ago
Rich Harris b0a1616e31 add trailing commas to prettier config, only run on .ts files
7 years ago
Rich Harris 84595fb381 run prettier on src, update tests
7 years ago
Rich Harris 1db0d465b0 Merge pull request #600 from sveltejs/gh-575
7 years ago