Commit Graph

136 Commits (v1.56.4)

Author SHA1 Message Date
Rich Harris 6e31efce11 fix capitalize warning
8 years ago
Rich Harris 81b12e030e Merge branch 'immutable-support' of https://github.com/jacwright/svelte into jacwright-immutable-support
8 years ago
Jacob Wright 405c4f6371 Adding compiler option for immutable back in
8 years ago
Jacob Wright 9e877d9da1 Makes immutable a component option rather than a compile option
8 years ago
Rich Harris ff67b137c4 empty blocks are a dev warning, not an error
8 years ago
Jacob Mischka b5a3e2224d Add audio video volume binding (#1148)
8 years ago
Nolan Lawson 0a0b8bf7cb
Add "feed" aria role
8 years ago
Rich Harris d0be845190
Merge pull request #1106 from sveltejs/gh-1083
8 years ago
Conduitry 49135161bc do not run a11y validation on child component elements (#1110)
8 years ago
Rich Harris 1833bc194f use acorn.isIdentifierStart and isIdentifierChar to determine validity
8 years ago
Rich Harris cfdc8902ab run prettier (spaces -> tabs)
8 years ago
asweingarten 02afdb03fa [1083] Svelte should throw a compile time error when illegal characters are used in computed names
8 years ago
Rich Harris 5fea63a5de validate contents of await blocks (#1061)
8 years ago
Emil Ajdyna 5659d10d7c Allow xlink:href attribute
8 years ago
Rich Harris b7d8c49dc8
Merge branch 'master' into gh-1027
8 years ago
Rich Harris 57ec514654
Merge pull request #1052 from sveltejs/gh-1051
8 years ago
Rich Harris f7c68be15d
Merge pull request #1050 from sveltejs/gh-1039
8 years ago
Rich Harris 8b5dba9f4a
remove TODO
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 4b87d20b93 tweak error wording slightly
8 years ago
Emil Ajdyna d561c93841 Check against this usage in computed functions
8 years ago
Emil Ajdyna d398b34a41 Add state() method handling for components
8 years ago
Rich Harris 394dec9f11
Merge pull request #1024 from sveltejs/gh-1013
8 years ago
Rich Harris 50654fab88 remove <:Document>, implement <:Head> on client-side
8 years ago
Rich Harris e57ddb0503 add new <:Document> meta-component
8 years ago
Rich Harris 1edd0e171c remove unused code
8 years ago
Rich Harris 6bd410c886 implement preload
8 years ago
Rich Harris 0be3211c4f
fix figcaption a11y warning - fixes #996
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 a3b4eea3d7
Merge pull request #954 from sveltejs/gh-930-computed
8 years ago
Emil Tholin 1d76b71bfe Add 'current' to the list of aria attributes
8 years ago
Rich Harris a87d30e0e6 allow event handlers to call store methods
8 years ago
Rich Harris 0a01aa0243
Increase code coverage
8 years ago
Rich Harris 60b883b066
enable <:Window bind:online/> - fixes #936 (#937)
8 years ago
Rich Harris 775866780e
combine multiple bindings in single handler, implement bind:indeterminate — fixes #910
8 years ago
Rich Harris bcae68de06 treat quoted property names the same way as identifiers - fixes #914
8 years ago
Conduitry cc8614c51c allow options.* as event handler callee
8 years ago
Rich Harris 64026c3ba9 Merge pull request #854 from sveltejs/gh-782
8 years ago
Rich Harris d5ad4c007b update validation message
8 years ago
Rich Harris 58cc7f8ed1 allow console.* calls in event handlers. fixes #782
8 years ago
Rich Harris 9b505de3a0 compile time error on slotted content inside if/each blocks. closes #849
8 years ago
Rich Harris 35637d8da8 Merge branch 'martinandert-bind-buffered-played-seekable-of-media'
8 years ago
jpsc 8639359aa7 feat(a11y): add warning missing lang on html tag
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 85e9ed9a81 tabindex-no-positive
8 years ago