Commit Graph

86 Commits (2450dd1ff08491739f124bcdf5131a2e7af52bcb)

Author SHA1 Message Date
Tan Li Hau 2450dd1ff0
update acorn@^7.3.1 for optional chaining support (#5013)
5 years ago
Bassam Ismail 10f7b5ee70
skip a11y-missing-content check with contenteditable bindings (#5023)
5 years ago
Tan Li Hau 6e2b81663c
fix extracting names from ThisExpression (#5036)
5 years ago
Tan Li Hau 38de3b2e9f
fix bind:group in each (#4868)
5 years ago
Tan Li Hau 0f43ad40ab
fix reactivity with assigning item in each block (#4945)
5 years ago
Tan Li Hau 11967804af
fix reactivity when binding to each context (#4878)
5 years ago
Robert Hall 7fe1384f43
Property "muted" for <audio> and <video> (#4690)
5 years ago
André Lins f7d1bf35a0
A11y rule no-onchange (#4788)
5 years ago
Billy Levin a9fd168da3
update for ARIA 1.2 working draft (#4845)
5 years ago
Tan Li Hau 37cc5888f8
dry {#each}/{#await} destructuring (#4596)
5 years ago
Conduitry bdabd89f09
fix exception with empty alt attribute (#4778)
5 years ago
Doga Genc ba89c29b98
fix img-reduntant-alt bug (#4771)
5 years ago
André Lins 153b128fe2
a11y: implement img-redundant-alt (#4750)
5 years ago
André Lins 07242f994c
a11y: do not warn about <a name> / <a id> (#4739)
5 years ago
Kalan 56d1af493b
a11y: warn about href="javascript:..." (#4733)
5 years ago
Daniel Imfeld ddfb751fc9
prevent illegal attribute names at compile time (#4650)
5 years ago
Tan Li Hau 7d1e4e82ff
support destructuring in await (#4548)
6 years ago
Tan Li Hau 5bb5ba4c76
complain if named slots other than direct descendant of component (#4509)
6 years ago
vlasy e06a900b23
throw compiler error when binding directly to const variables (#4506)
6 years ago
Tan Li Hau 91d758e35b
introduce $$restProps (#4489)
6 years ago
Tan Li Hau 926a2aebd8
fix render fallback slot content due to whitespace (#4500)
6 years ago
Brian Takita 3a37de364b
chore: more specific typings, and add README note about Yarn (#4483)
6 years ago
Conduitry 7f2ffb2977
fix event handlers that are dynamic via reactive declarations or stores (#4394)
6 years ago
Tan Li Hau 527ddea289 disallow binding variables declared in await and catch
6 years ago
Tan Li Hau 8b9b2c266e fix allow let scoped to root element (#4266)
6 years ago
Tan Li Hau b3582c7fb2 fix hydrating <head> (#4082)
6 years ago
Tan Li Hau 709b4d30ff fix dynamic event handler for bind variables
6 years ago
Tan Li Hau 59b886fcbf fix handle marking global variable as dependency
6 years ago
Rich Harris cd21acfb3c
Bitmask-based change tracking (#3945)
6 years ago
Rich Harris 4b5f34ec7f
Merge pull request #3934 from tanhauhau/tanhauhau/dynamic-event-handler-expression
6 years ago
Tan Li Hau 58b7b5b325 fix dynamic event handler expression
6 years ago
Mattias Buelens f2f87d126c Add bindings for HTMLVideoElement.videoHeight and videoWidth
6 years ago
Mattias Buelens 39c009499e Add binding for HTMLMediaElement.ended
6 years ago
Mattias Buelens 5658d94545 Add binding for HTMLMediaElement.seeking
6 years ago
Tan Li Hau 105919e7ba feat dynamic event handler
6 years ago
Rich Harris 15cc6f729a
compactify code
6 years ago
AlbertLucianto fb30ed079e fix input binding fails if type declared last
6 years ago
Conduitry 85692cbd5a
fix handling of style scoping and `class:` with spread scopes (#3792)
6 years ago
Conduitry f68b3a3b8c
Fix boolean attributes in presence of spread attributes (#3775)
6 years ago
Conduitry 0d36f1a794 don't consult known globals when walking Expression nodes (#3708)
6 years ago
Rich Harris b9f14846b0
Structured code generation (#3539)
6 years ago
Tan Li Hau a778e50b35 fix globals shadowing template scope (#3674)
6 years ago
Rich Harris d8b4dd74fb
Merge pull request #3533 from sveltejs/gh-3512
6 years ago
Richard Harris 21e021311a tweak
6 years ago
Richard Harris 6ea7d77f68 preserve arrow function event handlers
6 years ago
Richard Harris 063e9292b8 DRY stuff out a bit
6 years ago
Richard Harris 5ad6489079 simplify
6 years ago
Richard Harris 46bfaff1e6 inline $$invalidate calls - fixes #3512
6 years ago
Richard Harris 84ab1b1b8b only update attributes with dynamic dependencies - fixes #3526
6 years ago
Rich Harris a77e4541b3 update context if event handler uses index in keyed each block - fixes #2569
6 years ago