Commit Graph

184 Commits (c01cde90658a509dbd48d0fdc47e6ded53ea3d91)

Author SHA1 Message Date
Jacob Wright 405c4f6371 Adding compiler option for immutable back in
7 years ago
Jacob Wright 9e877d9da1 Makes immutable a component option rather than a compile option
7 years ago
Rich Harris ff67b137c4 empty blocks are a dev warning, not an error
7 years ago
Jacob Mischka b5a3e2224d Add audio video volume binding (#1148)
7 years ago
Nolan Lawson 0a0b8bf7cb
Add "feed" aria role
7 years ago
Rich Harris d0be845190
Merge pull request #1106 from sveltejs/gh-1083
7 years ago
Conduitry 49135161bc do not run a11y validation on child component elements (#1110)
7 years ago
Rich Harris 1833bc194f use acorn.isIdentifierStart and isIdentifierChar to determine validity
7 years ago
Rich Harris cfdc8902ab run prettier (spaces -> tabs)
7 years ago
asweingarten 02afdb03fa [1083] Svelte should throw a compile time error when illegal characters are used in computed names
7 years ago
Rich Harris 5fea63a5de validate contents of await blocks (#1061)
7 years ago
Emil Ajdyna 5659d10d7c Allow xlink:href attribute
7 years ago
Rich Harris b7d8c49dc8
Merge branch 'master' into gh-1027
7 years ago
Rich Harris 57ec514654
Merge pull request #1052 from sveltejs/gh-1051
7 years ago
Rich Harris f7c68be15d
Merge pull request #1050 from sveltejs/gh-1039
7 years ago
Rich Harris 8b5dba9f4a
remove TODO
7 years ago
Rich Harris 646b0c0e01 optimise <title> - fixes #1027
7 years ago
Rich Harris ab94066932 warn on unused events/transitions - fixes #1051
7 years ago
Rich Harris 146f645502 detect unused/misplaced components - closes #1039
7 years ago
Rich Harris 4b87d20b93 tweak error wording slightly
7 years ago
Emil Ajdyna d561c93841 Check against this usage in computed functions
7 years ago
Emil Ajdyna d398b34a41 Add state() method handling for components
7 years ago
Rich Harris 394dec9f11
Merge pull request #1024 from sveltejs/gh-1013
7 years ago
Rich Harris 50654fab88 remove <:Document>, implement <:Head> on client-side
7 years ago
Rich Harris e57ddb0503 add new <:Document> meta-component
7 years ago
Rich Harris 1edd0e171c remove unused code
7 years ago
Rich Harris 6bd410c886 implement preload
7 years ago
Rich Harris 0be3211c4f
fix figcaption a11y warning - fixes #996
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 a3b4eea3d7
Merge pull request #954 from sveltejs/gh-930-computed
7 years ago
Emil Tholin 1d76b71bfe Add 'current' to the list of aria attributes
7 years ago
Rich Harris a87d30e0e6 allow event handlers to call store methods
7 years ago
Rich Harris 0a01aa0243
Increase code coverage
7 years ago
Rich Harris 60b883b066
enable <:Window bind:online/> - fixes #936 (#937)
7 years ago
Rich Harris 775866780e
combine multiple bindings in single handler, implement bind:indeterminate — fixes #910
7 years ago
Rich Harris bcae68de06 treat quoted property names the same way as identifiers - fixes #914
7 years ago
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
8 years ago
Rich Harris 85e9ed9a81 tabindex-no-positive
8 years ago
Rich Harris 915c1835a4 scope
8 years ago
Rich Harris b3409ad405 no-distracting-elements
8 years ago
Rich Harris 81c5a1fb3b no-autofocus
8 years ago
Rich Harris d5b8d2fd48 no-access-key
8 years ago
Rich Harris 2364f6a04d heading-has-content
8 years ago
Rich Harris c62a74e8ae aria-role
8 years ago
Rich Harris 125191a843 aria-props
8 years ago
Rich Harris a90e072086 alt-text
8 years ago
Rich Harris 6133976fec anchor-is-valid
8 years ago
Rich Harris bacbaef868 anchor-has-content
8 years ago
Rich Harris 51c2e0581b a11y checks (#374)
8 years ago
Rich Harris 30e58c4a73 validate props, auto-generate props if unspecified
8 years ago
Rich Harris afe3e2e669 basic custom element generation (#797)
8 years ago
Rich Harris cb92f3028e error if component has transition (fixes #791)
8 years ago
Rich Harris a023346c91 validation
8 years ago
Hunter Perrin ba74297a19 Changed from this keyword to argument in setup method.
8 years ago
Hunter Perrin 59d01f737d Added setup function which can supply static methods/properties. Closes #480. Closes #578.
8 years ago
Rich Harris bd9c59aa5a fix various typescript errors
8 years ago
Rich Harris 71047c2961 Merge pull request #732 from sveltejs/gh-638
8 years ago
Rich Harris 51af8c29e0 event propagation shorthand for elements (#638)
8 years ago
Rich Harris c1f34e3e2a validate ref callees (#686)
8 years ago
Rich Harris 45039e9612 move Stylesheet
8 years ago
Rich Harris fd177771af remove unused code
8 years ago
Rich Harris 65e27c98a0 reduce duplication by moving validation into stylesheet
8 years ago
Rich Harris 7a752df55d fix handling of modified :global(...) selectors
8 years ago
Rich Harris 12907594cd Merge branch 'gh-678' into gh-679
8 years ago
Rich Harris 5f6db88538 allow :global(...) selectors to have trailing modifiers
8 years ago
Rich Harris 205bcfac7e warn on unused selectors
8 years ago
Rich Harris f485c25620 create reusable walkRules helper
8 years ago
Rich Harris 5499327a70 refactoring, and more :global(...) fixes
8 years ago
Rich Harris d08c04d313 merge master -> codegen
8 years ago
Rich Harris 7ad4befd25 deconflict name with imports (#655)
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 b0a1616e31 add trailing commas to prettier config, only run on .ts files
8 years ago
Rich Harris 84595fb381 run prettier on src, update tests
8 years ago
Rich Harris 1db0d465b0 Merge pull request #600 from sveltejs/gh-575
8 years ago
Rich Harris 75ea52754d always use helpers if referenced, not just for CallExpressions, and warn on context clashes (#575)
8 years ago
Rich Harris b2ea03dde0 prevent textarea from having both value and children
8 years ago
Rich-Harris 78adc5b226 more TS
8 years ago
Rich-Harris 4d5107113e more TS
8 years ago
Rich-Harris 48384b846c typescriptify validator
8 years ago
Rich-Harris 7c3fca57cf more typescript conversion
8 years ago
Rich-Harris b619d077a1 Merge branch 'master' into typescript
8 years ago
Conduitry 4c740513f8 downgrade invalid callee error for event handlers to a warning (#579)
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
Rich-Harris 642b414c9c validate transition directives - closes #564
8 years ago