Commit Graph

2325 Commits (526f350ba8148dec2d9e1596b51cdfaf91b2bf1e)

Author SHA1 Message Date
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
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 a7db99e2f6 fix bitmask overflow slot updates
7 years ago
Rich Harris 41d955c23e write compiled output to disk for easier inspection
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
Benjamin W. Broersma 3433418dce Skip JS globals for InlineComponent nodes in warn_if_undefined. (#4071)
7 years ago
Tan Li Hau 2c9d864e33 fix: loop-guard scope leak
7 years ago