Commit Graph

415 Commits (058ff1ac48ad867d19d607a4db5403d05347e1a0)

Author SHA1 Message Date
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 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 1276f69a3b fix arrow function precedence (#4385)
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
Dave Lunny 24c319f9c5 [Internals] Improve unit tests (#4262)
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
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 6f652360f2 fix '~=' and class selectors with arbitrary whitespace (#4286)
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
John Muhl f7dd9e827c Add more globals
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
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 741444d07e fix when LHS of a reactive assignment is a member expression (#4212)
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 75b8d3fb21 fix destructuring in slot let binding
7 years ago
Tan Li Hau 5486d67adf compile css once (#4143)
7 years ago
Colin Casey abe88f3b3a FIX #2446: apply bindings and event handlers in order
7 years ago
jamesgeorge007 6a5e1d5033 refactor: use Array.includes
7 years ago
Tan Li Hau a8b306f0a1 revert remove contextual overflow (#4102)
7 years ago
Timothy Johnson 2cd5c2934b propagate changes through slots with props (#4091)
7 years ago
Tan Li Hau f9a9484e39 fix dirtybit (#4095)
7 years ago
David Kondrad 6c0fb5be64 compiler: tag auto-subscribe stores as referenced in vars (#4089)
7 years ago
Rich Harris 6928284085
Merge pull request #4069 from mrkishi/invalidate
7 years ago
Conduitry f8a8c06ee3 fix bitmask overflow when using slotted components (#4077)
7 years ago
Rich Harris 82ac963c07 unrelated tidy up i just realised i can now do
7 years ago
Rich Harris b43762d3a8 ci failures. clutching at straws
7 years ago
Rich Harris 46e6559153 handle slot updates when parent component has a bitmask overflow
7 years ago
Tan Li Hau bb5cf9ada7 fix: bitmask overflow better handle global (#4063)
7 years ago
Tan Li Hau 468938c573 fix: if inside bind await block contextual dependencies
7 years ago