Commit Graph

1203 Commits (57d869d0289e24bf564ad76b62597846d27c4611)

Author SHA1 Message Date
Emil Tholin b06e435684
[fix] Spread component props immutably during SSR () 2 years ago
Yuichiro Yamashita 4b84c4df3a
[fix] Improve `is_promise` handling () 2 years ago
Simon H 762d0429b1
[fix] propagate bindings correctly () 2 years ago
Ramon Snir f84c00edb9
[fix] static svelte:element not replaced with tag in production mode () 2 years ago
Yuichiro Yamashita 94e51df07b
[fix] escape style attribute for SSR () 2 years ago
Tan Li Hau 2f61907ec1
[fix] allow invalidating variables from @const declared function () 2 years ago
Simon H 4c5469b1ee
[fix] don't run binding init unnecessarily () 2 years ago
Pat Cavit 84d61c61f8
[feat] Add options w/ direction to transitions () 2 years ago
Josh Soref b265bc6f0f
[chore] fix spelling and typos () 2 years ago
Tan Li Hau 158ec43d99
[fix] do not warn about missing props for bindings () 2 years ago
Tan Li Hau 81d4dbad99
[fix] call `on_destroy` if unmounted called immediately before `on_mount` () 2 years ago
Yuichiro Yamashita 01a91163a9
[fix] Improve error message if `this` attribute of `<svelte:component>` is not valid () 2 years ago
Tan Li Hau b20fb114a6
allow nullish values for component event handlers () 3 years ago
Yuichiro Yamashita 433460ec2d
[feat] skip custom element check if <svelte:element> uses under svg () 3 years ago
Yuichiro Yamashita 1e2a55c88e
throw warning instead of error () 3 years ago
Yuichiro Yamashita 07d6d179ab
[fix] style manager transition regression () 3 years ago
Yuichiro Yamashita 3570a5361e
[fix] Apply class directive properly after half way transition () 3 years ago
qinmu 5dd703fe81
[fix] handle arrow function on slot inside svelte:fragment () 3 years ago
Tan Li Hau 26d1455b27
fixed removal of empty stylesheets created from transitions () 3 years ago
Tan Li Hau 2db60a77e1
rename test files from svelte-slot -> svelte-fragment () 3 years ago
qinmu 02f60fbebf
[fix]destroy empty component () 3 years ago
Yuichiro Yamashita 6776fe03fd
fix to apply class directive for svelte:element () 3 years ago
Yuichiro Yamashita 0d017f4820
[fix] rendering void tag for `<svelte:element>` () 3 years ago
Tan Li Hau a2de3894c0
[feat] support const tag for if block () 3 years ago
Yuichiro Yamashita 1f1750e72e
[fix] always use `set_attributes` for attribute of `<svelte:element>` () 3 years ago
Yuichiro Yamashita 1803290864
[fix] Specify svg namespace if {@html} is used in svg () 3 years ago
Yuichiro Yamashita eb37f4a285
[chore] fix lint () 3 years ago
lidlanca fb341cca2c
[fix] textContent should not be set for <template> element. () 3 years ago
Bob Fanger 0b0221de99
[fix] Local transitions from #key blocks () 3 years ago
Yosuke Ota 3a238fe057
[fix] strip leading newline after `<pre>` and `<textarea>` () 3 years ago
Tan Li Hau 4aff59b080
[fix] correctly track dependencies of let: bindings () 3 years ago
Tan Li Hau e50be669cc
fix const declared without let: binding get ignored () 3 years ago
gtmnayan afd3f4e5a9
[feat] Make setContext return the value that was passed in () 3 years ago
Yuichiro Yamashita eca1a652fb
[fix] better context checks for identifiers in const tags () 3 years ago
Yuichiro Yamashita e0d93254fd
[feature] Dynamic elements implementation <svelte:element> () 3 years ago
Tan Li Hau 89fda7edae
[fix] add key dependencies into block dependencies () 3 years ago
Pat Cavit 9f4602ac6f
[fix] style: directive should prevent innerHTML optimization () 3 years ago
Yosuke Ota 7463d51301
[fix]: keep space in `<pre>` or when `preserveWhitespace: true` () 3 years ago
Yuichiro Yamashita 00e394e3c8
[fix] fix crash when using arrow functions in {@const} () 3 years ago
Tan Li Hau dc06ea916e
fix: style directive not reactive in {#each} loop () 3 years ago
Tan Li Hau 815bc7ef6e
fix: test cases should fail when it should fail () 3 years ago
GHOST c67f8ef14c
[fix] handle kebab case style directives () 3 years ago
Tan Li Hau b5aaa6641b
[feat] implement constants in markup () 3 years ago
Paul Murray 8a47b5ec9e
[feat] Style directives () 3 years ago
Tan Li Hau 9f2b5afdf7
[fix] binding member expression should only invalidate the object, not the member property () 3 years ago
Tan Li Hau 2f0f330b76
[fix] {:else if} value incorrectly cached () 3 years ago
pngwn 4240455e02
[fix] ensure truthy non-boolean attributes are rendered correctly in SSR () 3 years ago
Yuichiro Yamashita 966c03a317
[chore] fix test flakiness () 3 years ago
Tan Li Hau 6ecc3e4d6a
[feat] opt-out loopGuard for async loops () 3 years ago
Robin Munn 5a8851436f
[fix] bind:this during onMount in manually-created component () 3 years ago