Commit Graph

483 Commits (229a16d6e78dd5a11c75cc439c1a88e1079d452b)

Author SHA1 Message Date
Tan Li Hau 38de3b2e9f
fix bind:group in each (#4868)
5 years ago
Tan Li Hau 787ece66a4
fix bind:group with duplicated values (#4877)
6 years ago
Tan Li Hau c21a42edbf
remove unreferenced variable from initial context (#4941)
6 years ago
Tan Li Hau 0f43ad40ab
fix reactivity with assigning item in each block (#4945)
6 years ago
Tan Li Hau bf6c74fb17
fix binding for each block local variable (#4861)
6 years ago
Ben McCann e606a0c878
Use namespaces.svg constant (#4952)
6 years ago
pushkin 0da70f46b9
handle line ending differences in tests (#4915)
6 years ago
Rich Harris b0377cc4e4
fix `{@html}` assuming it lives inside a <div> (#4863)
6 years ago
Tan Li Hau 11967804af
fix reactivity when binding to each context (#4878)
6 years ago
Rich Harris 3330c3fbab
only add event listeners when a block is first mounted (#4860)
6 years ago
Tan Li Hau 24ef4e1181
set select multiple value with spread (#4894)
6 years ago
Tan Li Hau e34f208843
reselect <select> when the option values change (#4885)
6 years ago
Tan Li Hau 7834ca3c5b
fix slot with context overflow + without let (#4862)
6 years ago
Robert Hall 7fe1384f43
Property "muted" for <audio> and <video> (#4690)
6 years ago
André Lins f7d1bf35a0
A11y rule no-onchange (#4788)
6 years ago
Billy Levin a9fd168da3
update for ARIA 1.2 working draft (#4845)
6 years ago
Daniel Imfeld 81ade59797
fix check for uninitialized `condition` (#4841)
6 years ago
Tan Li Hau 37cc5888f8
dry {#each}/{#await} destructuring (#4596)
6 years ago
Conduitry bdabd89f09
fix exception with empty alt attribute (#4778)
6 years ago
Doga Genc ba89c29b98
fix img-reduntant-alt bug (#4771)
6 years ago
Th0rN13 a73be39a80
fix contextual dynamic bind:this in {#each} (#4759)
6 years ago
André Lins 153b128fe2
a11y: implement img-redundant-alt (#4750)
6 years ago
Conduitry f111cf6881
deconflict `anchor` variable name (#4769)
6 years ago
Billy Levin 3d811311b7
disable loop protection inside generators (#4716)
6 years ago
André Lins 07242f994c
a11y: do not warn about <a name> / <a id> (#4739)
6 years ago
Kalan 56d1af493b
a11y: warn about href="javascript:..." (#4733)
6 years ago
Tan Li Hau aabb23cc34
fix mutation to imported variable (#4713)
6 years ago
pushkin 3ed11fa29d
add if_block existence check in block.p (#4633)
6 years ago
pushkin 8d8db4e836
ensure if_block dependency is dirty to cancel outro (#4634)
6 years ago
Daniel Imfeld ddfb751fc9
prevent illegal attribute names at compile time (#4650)
6 years ago
pushkin 7ac3e6021a
use value check instead of guard for number inputs (#4689)
6 years ago
pushkin 51c6aaff0b
fix parent in slot wrapper (#4705)
6 years ago
Maurício Kishi ff5f25249e
support dimension bindings in cross-origin mode (#2989)
6 years ago
pushkin 7dcbc5173b
remove unused variable (#4638)
6 years ago
Tan Li Hau cc1f2c6c9e
remove unneeded fragment block (#4568)
6 years ago
Tan Li Hau a0749f6adb
fix creating debugging comment for HTML comment (#4567)
6 years ago
Tan Li Hau cdc0270ef1
fix deconflicting variable name for slot fallback (#4564)
6 years ago
Tan Li Hau b4b57c39a2
clean up event handlers on re-mount (#4493)
6 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
Tan Li Hau 82dce0c8fc
do not initialise slot fallback fragment unless necessary (#4514)
6 years ago
vlasy e06a900b23
throw compiler error when binding directly to const variables (#4506)
6 years ago
Tan Li Hau 404ed3dbfe
fix else-block update in keyed each-block (#4558)
6 years ago
Tan Li Hau 91d758e35b
introduce $$restProps (#4489)
6 years ago
Tan Li Hau 345d5f27ee fix lazy code breaks in build
6 years ago
Conduitry a8291227ce
fit bitmask overflow initial dirty value in 'if' blocks (#4507)
6 years ago
Conduitry f2ee7efb94
add dev runtime warning for unknown slot names (#4501)
6 years ago
Tan Li Hau 926a2aebd8
fix render fallback slot content due to whitespace (#4500)
6 years ago
Tan Li Hau d802c3b266
in spread, distinguish never-updating and always-updating props (#4487)
6 years ago
Brian Takita 3a37de364b
chore: more specific typings, and add README note about Yarn (#4483)
6 years ago
pushkin b6aaa44880
check for unknown props even if component doesn't have writable props (#4454)
6 years ago
Tan Li Hau cf660bdab1
mark module variables as mutated or reassigned (#4469)
6 years ago
rixo 0786d2858d
exclude global variables from $capture_state (#4475)
6 years ago
Conduitry 19f1c9cb7c
don't treat $$-names as stores during invalidation (#4453)
6 years ago
Conduitry 3bfa0e5cd6
deconflict `value` parameter in contextual bindings (#4452)
6 years ago
rixo cb64fb2ac9
make $capture_state/$inject_state act on entire state (#3822)
6 years ago
swyx 3fbafe33c2
implement Dev mode validation of {#each} block argument (#4419)
6 years ago
Tan Li Hau fdc89ebb62
warn if component is expected to be reactive (#4409)
6 years ago
Tan Li Hau 6250046c05
perform dirty check before updating keyed each blocks (#4413)
6 years ago
Conduitry b6d80f485a
fix indirect bindings on elements with spreads (#4398)
6 years ago
Conduitry 7f2ffb2977
fix event handlers that are dynamic via reactive declarations or stores (#4394)
6 years ago
Conduitry 0625fc218b
fix invalidation in ++foo.bar (#4395)
6 years ago
Conduitry d78f32ee5a
fix arrow function precedence (#4385)
6 years ago
Conduitry 3cbe38cbf1
fix binding to module-level variables (#4352)
6 years ago
Conduitry be9b79f805
fix detection of unused partially global CSS selectors (#4332)
6 years ago
Dave Lunny bf006a43e5 [Internals] Improve unit tests (#4262)
6 years ago
Conduitry 455a5cc754
fix hydration of <title> (#4311)
6 years ago
Conduitry 1a343b165c
disallow duplicate each keys in dev mode (#4303)
6 years ago
Tan Li Hau e4daaccd06 fix nested block not reactive (#4294)
6 years ago
Conduitry e4460e38ba
fix '~=' and class selectors with arbitrary whitespace (#4286)
6 years ago
Conduitry b39282a918
apply event modifiers to <svelte:body> events (#4279)
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
Conduitry 7494509dfd
only attach SSR <head> markers when hydratable: true (#4260)
6 years ago
Tan Li Hau b3582c7fb2 fix hydrating <head> (#4082)
6 years ago
Tan Li Hau ef56a70acb SSR should only render one <title> (#4250)
6 years ago
Tan Li Hau 7c3e34c00b fix hydrating each else (#4253)
6 years ago
Tan Li Hau a422d2aba5 fix actions having no access to parent nodes (#4252)
6 years ago
burningTyger b9368d5de4 remove quotes from code suggestion
6 years ago
Conduitry 741444d07e fix when LHS of a reactive assignment is a member expression (#4212)
6 years ago
Tan Li Hau 7fb35dd0dc fix safari input jumping
6 years ago
David Kondrad 8a596936d2 dynamic events: validate handler before executing (#4105)
6 years ago
Tan Li Hau 52dbc882a7 feat order attributes + actions too (#4156)
6 years ago
Tan Li Hau 709b4d30ff fix dynamic event handler for bind variables
6 years ago
David Kondrad f287736ee8 compiler: text util: preserve space after svg <tspan> tags (#4107)
6 years ago
Tan Li Hau c0dab9fefb fix css specificity (#4146)
6 years ago
Tan Li Hau 75b8d3fb21 fix destructuring in slot let binding
6 years ago
Tan Li Hau 5486d67adf compile css once (#4143)
6 years ago
Colin Casey abe88f3b3a FIX #2446: apply bindings and event handlers in order
6 years ago
jamesgeorge007 6a5e1d5033 refactor: use Array.includes
6 years ago
Tan Li Hau a8b306f0a1 revert remove contextual overflow (#4102)
6 years ago
Timothy Johnson 2cd5c2934b propagate changes through slots with props (#4091)
6 years ago
Tan Li Hau f9a9484e39 fix dirtybit (#4095)
6 years ago
David Kondrad 6c0fb5be64 compiler: tag auto-subscribe stores as referenced in vars (#4089)
6 years ago
Rich Harris 6928284085
Merge pull request #4069 from mrkishi/invalidate
6 years ago
Conduitry f8a8c06ee3 fix bitmask overflow when using slotted components (#4077)
6 years ago
Rich Harris 82ac963c07 unrelated tidy up i just realised i can now do
6 years ago
Rich Harris b43762d3a8 ci failures. clutching at straws
6 years ago
Rich Harris 46e6559153 handle slot updates when parent component has a bitmask overflow
6 years ago
Tan Li Hau bb5cf9ada7 fix: bitmask overflow better handle global (#4063)
6 years ago