Commit Graph

2806 Commits (1bdf76bbfaaef7e8d4387daf377688c042661f4c)

Author SHA1 Message Date
Tan Li Hau b3bdc869e5 do not declare variable for member assignment in reactive declaration in SSR (#5251)
6 years ago
Bassam Ismail 09aafa6444 add a11y-media-has-caption check (#5075)
6 years ago
Bassam Ismail 622f09ae48 add a11y-label-has-associated-control check (#5074)
6 years ago
Carlos Roso 338312bfd6 Fix transitions for each-else blocks (#5179)
6 years ago
pngwn c6d4aa1860 Add type param to setContext and getContext (#5224)
6 years ago
Tan Li Hau 7d6d17c8d1 fix bind:group contextual reference (#5199)
6 years ago
Tan Li Hau c998b1677c better error message for mismatched tags due to autoclosing (#5060)
6 years ago
Tan Li Hau cb40eb7cb6 add updating guard to binding callback (#5126)
6 years ago
Tan Li Hau 1256e44807 invalidate $$props and $$restProps only when there are changes (#5123)
6 years ago
Tan Li Hau 87cd165134 fix $$props reactive for slots (#5125)
6 years ago
Tan Li Hau 655ad6c3ab spread condition for input element (#5004)
6 years ago
Bassam Ismail 1b2b6e27f1 fix(5018): compare wholeText instead of data (#5028)
6 years ago
Tan Li Hau 9153c11a87 html anchor in head (#5071)
6 years ago
Tan Li Hau 524df97dc8 error on expression scope store (#5079)
6 years ago
Lukas Möller 8324658cc6 preprocess self-closing script and style tags (#5082)
6 years ago
Bob Fanger 85154aded8 fix: Parameters with default values are optional (#5083)
6 years ago
Tan Li Hau 2cde304db4 update acorn@^7.3.1 for optional chaining support (#5013)
6 years ago
Tan Li Hau b4fb50d8da fix collapsing HTML with static content (#5059)
6 years ago
Bassam Ismail 4c1a50c185 make tweened options optional in types (#5068)
6 years ago
Tan Li Hau 475a759bb6 fix bind:this, skip checking before adding to binding_callbacks (#5072)
6 years ago
Tan Li Hau 694e352980 add further cases where {@html} uses an anchor (#5061)
6 years ago
Bassam Ismail 5035a2995f fix hoisting of imported, mutated stores (#5022)
6 years ago
Bassam Ismail 5fd448d3ec skip a11y-missing-content check with contenteditable bindings (#5023)
6 years ago
Tan Li Hau 24f8c2ab78 fix <select> one-way bind when options change (#5054)
6 years ago
Tan Li Hau 95d4913ed8 fix extracting names from ThisExpression (#5036)
6 years ago
Tan Li Hau fd1e7e9964 deconflict bind:this variable (#4949)
6 years ago
Tan Li Hau 8728a9df8c fix bind:group in each (#4868)
6 years ago
Tan Li Hau ab561238a8 fix bind:group with duplicated values (#4877)
6 years ago
Aria Stewart 57269b9b2c work around Edge issue when removing attributes during hydration (#4911)
6 years ago
Cameron Messinides 4422873964 throw parser error when :global() appears without a selector (#4936)
6 years ago
Tan Li Hau 805a28d434 remove unreferenced variable from initial context (#4941)
6 years ago
Tan Li Hau 73b86b4e00 fix reactivity with assigning item in each block (#4945)
6 years ago
Tan Li Hau 1e1939dd82 fix binding for each block local variable (#4861)
6 years ago
Antony Jones c99b277dba use common linting configuration (#4942)
6 years ago
Ben McCann ebad857fc4 Use namespaces.svg constant (#4952)
6 years ago
pushkin 75764955b1 handle line ending differences in tests (#4915)
6 years ago
Rich Harris 4ebb4a5395 fix `{@html}` assuming it lives inside a <div> (#4863)
6 years ago
Tan Li Hau fadb58f093 fix reactivity when binding to each context (#4878)
6 years ago
Rich Harris 3fc04c63f9 only add event listeners when a block is first mounted (#4860)
6 years ago
Tan Li Hau 92689d7a6c set select multiple value with spread (#4894)
6 years ago
Tan Li Hau f898769386 reselect <select> when the option values change (#4885)
6 years ago
Tan Li Hau 0a37211793 fix slot with context overflow + without let (#4862)
6 years ago
Robert Hall f083a1bb0a Property "muted" for <audio> and <video> (#4690)
6 years ago
André Lins 4486480150 A11y rule no-onchange (#4788)
6 years ago
Pat Cavit 347eaffd4a WIP: Don't attempt to unsub if the iframe is destroyed (#4782)
6 years ago
Richard Harris d5b58bb394 dont coerce all falsy values to empty strings
6 years ago
Jeremy Bernier 6a0224cece Fix input with bind:value displaying "undefined"
6 years ago
Billy Levin 060ea4c493 update for ARIA 1.2 working draft (#4845)
6 years ago
Pat Cavit 8771d17d24 fix: cache value & cancel tween for instant-set (#4847)
6 years ago
Daniel Imfeld ada0d15eec fix check for uninitialized `condition` (#4841)
6 years ago