Commit Graph

83 Commits (0d017f482016caa51d34918f79dc0b83f0428fd7)

Author SHA1 Message Date
Yuichiro Yamashita 0d017f4820
[fix] rendering void tag for `<svelte:element>` () 3 years ago
Yuichiro Yamashita 1f1750e72e
[fix] always use `set_attributes` for attribute of `<svelte:element>` () 3 years ago
lidlanca fb341cca2c
[fix] textContent should not be set for <template> element. () 3 years ago
Yosuke Ota 3a238fe057
[fix] strip leading newline after `<pre>` and `<textarea>` () 3 years ago
Yuichiro Yamashita e0d93254fd
[feature] Dynamic elements implementation <svelte:element> () 3 years ago
Pat Cavit 9f4602ac6f
[fix] style: directive should prevent innerHTML optimization () 3 years ago
Simon H be3d82733f
[fix] prevent maximum call stack size exceeded error on large pages () 3 years ago
Tan Li Hau dc06ea916e
fix: style directive not reactive in {#each} loop () 3 years ago
GHOST c67f8ef14c
[fix] handle kebab case style directives () 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
Shinobu Hayashi fc9241fea9
[fix] handle undefined select value with spread () 4 years ago
tomoam 907223cc78
[fix] only rely on `element`/`svg_element` functions if a hydrating component needs them () 4 years ago
Yuichiro Yamashita c8732c8a27
[fix] create in transition even if intro is initialized () 4 years ago
Bjorn Lu 71c29bbf35
[fix] dynamic autofocus () 4 years ago
Tan Li Hau 8c66acfa92
fix one-way <select> bind with spread () 4 years ago
Tan Li Hau 2cec6a94bc
[feat] sourcemap markup () 4 years ago
Tan Li Hau 3f990a96ba
Use SSR rendered as initial html for runtime hydration test () 4 years ago
Tan Li Hau 1d6e20f2a9
implement <svelte:fragment> () 4 years ago
J Delaney 4f05cc3e3c
don't create class update functions when dependencies aren't reactive () 4 years ago
Ben McCann 37b1a20c17
Add spaces next to infix operators () 4 years ago
Tan Li Hau 63669330f6
maintain context for keyed each () 4 years ago
Tan Li Hau 9331398299
support spread into slot props () 4 years ago
Ben McCann 240f5410f3
Curly brace cleanup and enforcement () 4 years ago
Ben McCann 229a16d6e7
upgrade ESLint config () 5 years ago
Tan Li Hau 8056829a91
allow <slot> to be part of a slot () 5 years ago
Tan Li Hau 338cf877bc
maintain context for transition () 5 years ago
Tan Li Hau 8a28d1bb38
valid XHTML syntax in innerHTML for static elements () 5 years ago
Tan Li Hau c752ed3527
handle undefined input value with spread () 5 years ago
Antony Jones 82dc26a31c
Fix lint warnings () 5 years ago
Tan Li Hau 4021063305
spread condition for input element () 5 years ago
Tan Li Hau 55c809624d
fix collapsing HTML with static content () 5 years ago
Tan Li Hau bf6c74fb17
fix binding for each block local variable () 5 years ago
Ben McCann e606a0c878
Use namespaces.svg constant () 5 years ago
Tan Li Hau 24ef4e1181
set select multiple value with spread () 5 years ago
Robert Hall 7fe1384f43
Property "muted" for <audio> and <video> () 5 years ago
Conduitry f111cf6881
deconflict `anchor` variable name () 5 years ago
Maurício Kishi ff5f25249e
support dimension bindings in cross-origin mode () 5 years ago
Conduitry b6d80f485a
fix indirect bindings on elements with spreads () 5 years ago
Conduitry d78f32ee5a
fix arrow function precedence () 5 years ago
Tan Li Hau 52dbc882a7 feat order attributes + actions too () 5 years ago
Colin Casey abe88f3b3a FIX : apply bindings and event handlers in order 5 years ago
Rich Harris cd21acfb3c
Bitmask-based change tracking () 5 years ago
Mattias Buelens f2f87d126c Add bindings for HTMLVideoElement.videoHeight and videoWidth 5 years ago
Mattias Buelens 79d3763e92 Rename internal resize event for dimension bindings 5 years ago
Rich Harris 004faf67f4
Merge pull request from MattiasBuelens/more-media-bindings 5 years ago
Tan Li Hau 8237db4422 fix text content escape html () 5 years ago
Mattias Buelens 39c009499e Add binding for HTMLMediaElement.ended 5 years ago
Mattias Buelens 5658d94545 Add binding for HTMLMediaElement.seeking 5 years ago
PaulMaly 3b148b6635
User `let` instead `var` for loop index 5 years ago