Commit Graph

5661 Commits (7d1e4e82ffb5825bee254113cbba360aea0745f0)
 

Author SHA1 Message Date
Tan Li Hau 7d1e4e82ff
support destructuring in await () 5 years ago
Tan Li Hau 5bb5ba4c76
complain if named slots other than direct descendant of component () 5 years ago
Tan Li Hau 82dce0c8fc
do not initialise slot fallback fragment unless necessary () 5 years ago
Victor Guyard 0cde17a4ad
site: lossless image optimization () 5 years ago
Jacob Wright 966aae3420
allow transitions and animations to work within iframes () 5 years ago
Conduitry c46b3727f1 update changelog 5 years ago
vlasy e06a900b23
throw compiler error when binding directly to const variables () 5 years ago
dependabot[bot] 0ccdca21da
Bump acorn from 7.0.0 to 7.1.1 in /site () 5 years ago
dependabot[bot] ef791cc616
Bump acorn from 7.1.0 to 7.1.1 () 5 years ago
Tan Li Hau 404ed3dbfe
fix else-block update in keyed each-block () 5 years ago
Tan Li Hau ec3589e314
fix hydration of top-level content () 5 years ago
Tan Li Hau a66437b3c1
allow <svelte:self> to be part of a slot () 5 years ago
Tan Li Hau 91d758e35b
introduce $$restProps () 5 years ago
keke 48721520bd
docs: fix self-closing <svelte:options> tag () 5 years ago
Conduitry fd378f2d37 -> v3.19.2 5 years ago
Tan Li Hau 345d5f27ee fix lazy code breaks in build 5 years ago
Conduitry a8291227ce
fit bitmask overflow initial dirty value in 'if' blocks () 5 years ago
Conduitry f2ee7efb94
add dev runtime warning for unknown slot names () 5 years ago
Tan Li Hau 926a2aebd8
fix render fallback slot content due to whitespace () 5 years ago
Conduitry addea43e4f
docs: describe falsy and nullish attribute behavior () 5 years ago
Tan Li Hau d802c3b266
in spread, distinguish never-updating and always-updating props () 5 years ago
Brian Takita 3a37de364b
chore: more specific typings, and add README note about Yarn () 5 years ago
Conduitry 3f647a84f6 update changelog 5 years ago
pushkin b6aaa44880
check for unknown props even if component doesn't have writable props () 5 years ago
dependabot[bot] 37a2d6c6ea
Bump codecov from 3.5.0 to 3.6.5 () 5 years ago
Tan Li Hau 8feb85a61f
fix bitmask overflow for slot () 5 years ago
Tan Li Hau cf660bdab1
mark module variables as mutated or reassigned () 5 years ago
Conduitry f244b80f7a
docs: referenced_from_script var value () 5 years ago
Jesse Skinner 20e079007c
docs: clarify default prop behaviour () 5 years ago
Antony Jones 7831766fa0
site: turn fancybutton into custombutton () 5 years ago
Conduitry dc3e9c4bed update changelog 5 years ago
rixo 0786d2858d
exclude global variables from $capture_state () 5 years ago
Conduitry b8bf3643d4 -> v3.19.1 5 years ago
Conduitry 19f1c9cb7c
don't treat $$-names as stores during invalidation () 5 years ago
Conduitry 3bfa0e5cd6
deconflict `value` parameter in contextual bindings () 5 years ago
Conduitry 138213ca3c
fix dev mode each block validation when using strings () 5 years ago
Conduitry a972a47e14 -> v3.19.0 5 years ago
Conduitry a7ffceefdd update changelog 5 years ago
rixo cb64fb2ac9
make $capture_state/$inject_state act on entire state () 5 years ago
Matthew Dempsky a53da7e4b0
site: clearer examples for <slot let:name> () 5 years ago
Alexandre CANTIN 9a747e3b5a
site: fix loading REPL with filename containing multiple '.'s () 5 years ago
Rich Harris 1772c3f7f1
Remove CI badge () 5 years ago
Jesse Skinner c992f7a2d2
docs: reword to avoid "outroing" () 5 years ago
Conduitry 423d1fe14e update changelog 5 years ago
swyx 3fbafe33c2
implement Dev mode validation of {#each} block argument () 5 years ago
Conduitry 30b09f3182 update changelog 5 years ago
PKlknr ad139bfb63
Log warnings in svelte/register when in dev-mode () 5 years ago
Kevin Tewouda 2b3c2daafb
blog: svelte-for-new-developers: list commands for Windows () 5 years ago
Tan Li Hau fdc89ebb62
warn if component is expected to be reactive () 5 years ago
Tan Li Hau 6250046c05
perform dirty check before updating keyed each blocks () 5 years ago