Commit Graph

2336 Commits (4fb0d7abfc0fd12c45621fe5774d400a053d7ba9)

Author SHA1 Message Date
Conduitry 4fb0d7abfc deconflict `value` parameter in contextual bindings (#4452)
7 years ago
Conduitry d531657126 fix dev mode each block validation when using strings (#4451)
7 years ago
rixo fc774bdac6 make $capture_state/$inject_state act on entire state (#3822)
7 years ago
swyx 058ff1ac48 implement Dev mode validation of {#each} block argument (#4419)
7 years ago
Tan Li Hau e546e02e40 warn if component is expected to be reactive (#4409)
7 years ago
Tan Li Hau 4a02e4264e perform dirty check before updating keyed each blocks (#4413)
7 years ago
Conduitry b5c3e38f28 fix indirect bindings on elements with spreads (#4398)
7 years ago
Conduitry f49d4e57ee fix event handlers that are dynamic via reactive declarations or stores (#4394)
7 years ago
Conduitry 6927a72d86 fix invalidation in ++foo.bar (#4395)
7 years ago
Conduitry 29e455255d fix tests
7 years ago
Conduitry 41521753f0 fix handling of reserved keywords when parsing (#4390)
7 years ago
Tan Li Hau 526f350ba8 better error messages for else, elseif, then, catch with unclosed tag (#4136)
7 years ago
Conduitry af0e7aaf55 fix binding to module-level variables (#4352)
7 years ago
Conduitry 168c29a0fa disallow simultaneous foo / {foo} / bind:foo (#4343)
7 years ago
Conduitry bd9975d5af fix detection of unused partially global CSS selectors (#4332)
7 years ago
David Kondrad 2ff38d4cf3 Internals: Scheduler: Fix infinite loop in flush (#4316)
7 years ago
Conduitry a648558378 make autosubscribing to a nullish store a no-op (#4304)
7 years ago
Conduitry 8096a6b3d7 fix hydration of <title> (#4311)
7 years ago
Conduitry 6bd3739fc2 disallow duplicate each keys in dev mode (#4303)
7 years ago
Conduitry 4d3b9d7a09 fix deriving from RxJS observables (#4300)
7 years ago
Tan Li Hau 3e081467f2 fix nested block not reactive (#4294)
7 years ago
Conduitry 011b8bcf50 preserve js comments where possible (#4293)
7 years ago
Conduitry d201cd7e57 failing test
7 years ago
Conduitry 6f652360f2 fix '~=' and class selectors with arbitrary whitespace (#4286)
7 years ago
Conduitry 6b77eb6247 fix awaited expressions that need parentheses (#4283)
7 years ago
Conduitry 273b88b491 apply event modifiers to <svelte:body> events (#4279)
7 years ago
Tan Li Hau 3fc36aeb9d disallow binding variables declared in await and catch
7 years ago
Tan Li Hau 9b90b2e709 fix allow let scoped to root element (#4266)
7 years ago
Conduitry 6d073e24f8 only attach SSR <head> markers when hydratable: true (#4260)
7 years ago
Tan Li Hau abcdee5b16 fix hydrating <head> (#4082)
7 years ago
Jesse Skinner 48f0212242 fix stringifying of attributes in presence of spread in SSR (#4247)
7 years ago
Tan Li Hau d674ca4382 SSR should only render one <title> (#4250)
7 years ago
Tan Li Hau 3a5df9c697 fix hydrating each else (#4253)
7 years ago
Tan Li Hau 14b712c23c fix actions having no access to parent nodes (#4252)
7 years ago
burningTyger b9368d5de4 remove quotes from code suggestion
7 years ago
Conduitry 3b0c6a1c56 fix $$invalidate getting confused by an undefined third argument (#4170)
7 years ago
Conduitry 741444d07e fix when LHS of a reactive assignment is a member expression (#4212)
7 years ago
Conduitry f824a2437e update rollup and plugins
7 years ago
Tan Li Hau 7fb35dd0dc fix safari input jumping
7 years ago
David Kondrad 8a596936d2 dynamic events: validate handler before executing (#4105)
7 years ago
Tan Li Hau 52dbc882a7 feat order attributes + actions too (#4156)
7 years ago
Tan Li Hau 709b4d30ff fix dynamic event handler for bind variables
7 years ago
David Kondrad f287736ee8 compiler: text util: preserve space after svg <tspan> tags (#4107)
7 years ago
Tan Li Hau c0dab9fefb fix css specificity (#4146)
7 years ago
Tan Li Hau 140bfd0ce2 write ssr compiled output to disk for easier inspection
7 years ago
Tan Li Hau 75b8d3fb21 fix destructuring in slot let binding
7 years ago
David Kondrad 6b5a4870df tests: validator: add support for customElement compile option + test cases (#4133)
7 years ago
Colin Casey abe88f3b3a FIX #2446: apply bindings and event handlers in order
7 years ago
Tan Li Hau a8b306f0a1 revert remove contextual overflow (#4102)
7 years ago
Tan Li Hau 0bb40196db fix invalidate while update
7 years ago