Commit Graph

184 Commits (6289dfcdcd01af40fa11abbe735c9a3ed19c1803)

Author SHA1 Message Date
Tan Li Hau 787ece66a4
fix bind:group with duplicated values (#4877)
6 years ago
Aria Stewart 0dceb2c281
work around Edge issue when removing attributes during hydration (#4911)
6 years ago
Antony Jones 0f5fe6552d
use common linting configuration (#4942)
6 years ago
Rich Harris b0377cc4e4
fix `{@html}` assuming it lives inside a <div> (#4863)
6 years ago
Rich Harris 3330c3fbab
only add event listeners when a block is first mounted (#4860)
6 years ago
Tan Li Hau 7834ca3c5b
fix slot with context overflow + without let (#4862)
6 years ago
Pat Cavit 40dca5252b
WIP: Don't attempt to unsub if the iframe is destroyed (#4782)
6 years ago
Richard Harris 081f7cd878 dont coerce all falsy values to empty strings
6 years ago
Jeremy Bernier d8fb0bb62c
Fix input with bind:value displaying "undefined"
6 years ago
Pat Cavit ef2a886c83
fix: cache value & cancel tween for instant-set (#4847)
6 years ago
Daniel Imfeld 40d0ea6702
set .value while setting .__value during spread (#4809)
6 years ago
Pat Cavit a08a94ac33
make setting tweened with duration=0 instantly update (#4766)
6 years ago
Maurício Kishi ff5f25249e
support dimension bindings in cross-origin mode (#2989)
6 years ago
Игорь Фролов 085897c799
feat(internal): Support globalThis in modern environments (#4628)
6 years ago
Tan Li Hau b4b57c39a2
clean up event handlers on re-mount (#4493)
6 years ago
Jacob Wright 966aae3420
allow transitions and animations to work within iframes (#3625)
6 years ago
Tan Li Hau ec3589e314
fix hydration of top-level content (#4550)
6 years ago
Tan Li Hau 91d758e35b
introduce $$restProps (#4489)
6 years ago
Conduitry f2ee7efb94
add dev runtime warning for unknown slot names (#4501)
6 years ago
Tan Li Hau 8feb85a61f
fix bitmask overflow for slot (#4485)
6 years ago
Conduitry 138213ca3c
fix dev mode each block validation when using strings (#4451)
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
Conduitry b6d80f485a
fix indirect bindings on elements with spreads (#4398)
6 years ago
Jordan Gensler 4b04b16fe0 avoid using .shift() in flush() (#4356)
6 years ago
David Kondrad 8e245dc30e Internals: Scheduler: Fix infinite loop in flush (#4316)
6 years ago
Conduitry f01bb639be make autosubscribing to a nullish store a no-op (#4304)
6 years ago
Conduitry 1a343b165c
disallow duplicate each keys in dev mode (#4303)
6 years ago
Conduitry 5107ad38b6
fix deriving from RxJS observables (#4300)
6 years ago
Conduitry 91e0d1b720 fix removing attributes during hydration (#1733)
6 years ago
Tan Li Hau b3582c7fb2 fix hydrating <head> (#4082)
6 years ago
Jesse Skinner e3d66869df fix stringifying of attributes in presence of spread in SSR (#4247)
6 years ago
Tan Li Hau ef56a70acb SSR should only render one <title> (#4250)
6 years ago
Conduitry 3b0c6a1c56 fix $$invalidate getting confused by an undefined third argument (#4170)
6 years ago
Timothy Johnson 646c3df3c6 Pass compiler version in dev events
6 years ago
Tan Li Hau 52dbc882a7 feat order attributes + actions too (#4156)
6 years ago
Tan Li Hau a8b306f0a1 revert remove contextual overflow (#4102)
6 years ago
Tan Li Hau 0bb40196db fix invalidate while update
6 years ago
Tan Li Hau f9a9484e39 fix dirtybit (#4095)
6 years ago
Rich Harris a7db99e2f6 fix bitmask overflow slot updates
6 years ago
Rich Harris 46e6559153 handle slot updates when parent component has a bitmask overflow
6 years ago
das 2b0762f930 Tidy up (#4005)
6 years ago
mrkishi c18f066a9b use raf's time for smoother transitions
6 years ago
Rich Harris cd21acfb3c
Bitmask-based change tracking (#3945)
6 years ago
pngwn e4078f14a8 Add aria-hidden to resize listener object. Fixes #3948.
6 years ago
Rich Harris 05cf649f80
Merge pull request #3627 from simeydotme/3555-fix-flip-scaling
6 years ago
Rich Harris 5b0b2d9fd2
Merge pull request #3893 from NitayRabi/types---allow-access-to-typed-returned-from--.svelte
6 years ago
Rich Harris 280913cca4
tabs
6 years ago
Nitay Rabinovich 3593dd308c Export SvelteComponentDev as API
6 years ago
Tan Li Hau b382b9a9c6 add loopGuardTimeout options
6 years ago