Commit Graph

202 Commits (dabc9c3e5310316d82bfd8ef16f13e9a4fed3e66)

Author SHA1 Message Date
Benjamin Milde dabc9c3e53 Allow binding of <details> open
6 years ago
Christian Kaisermann 335f77cc48 fix: 🐛 data attributes without value outputting as "true"
6 years ago
Clark Du c9085b2683 fix: add super.render back
6 years ago
Clark Du 562f32cf07 refactor: remove unnecessary super.render in style attribute
6 years ago
Rich Harris 0bf991070c
Merge pull request #2749 from colincasey/custom_elements_without_tags
6 years ago
Rich Harris 75a77fea22
Merge pull request #2754 from EmilTholin/reset-quote-mark
6 years ago
Rich Harris c67f5348ea
Merge pull request #2755 from EmilTholin/mutated-const-reative-dependency
6 years ago
Emil Tholin 9cd0b0761b Don't get hoisted variable from ctx when using @debug
6 years ago
Emil Tholin 643aa41b9a Set mutated const variables as reactive dependencies
6 years ago
Emil Tholin 97184b789c Set quote_mark to null when closing quote mark is found
6 years ago
Colin Casey 690f163e88 FIX #2417: allows custom element to be defined without a tag
6 years ago
Rich Harris 61a96b382a implement namespaced components
6 years ago
Jacob Mischka 003cf39c8f
Initialize `get_slot_changes` to null when not needed
6 years ago
Conduitry fc5727c187 fix instrumentation of auto-subscription self-assignments (#2681)
6 years ago
Rich Harris 78332cf5b0
Merge pull request #2664 from EmilTholin/each-block-destructuring-rest
6 years ago
Michael Braun 29ad0cf14d Applying read only property form onto elements using `attr` instead
6 years ago
Rich Harris 6240ed0b94
Merge pull request #2619 from sveltejs/gh-2435
6 years ago
Rich Harris 1eca19f371
Merge pull request #2631 from EmilTholin/reactive-values-fixed
6 years ago
Emil Tholin 97ee67c08f Add support for object-rest in each destructuring
6 years ago
Conduitry 10f6da3109 fix invalidating stores with UpdateExpression (#2625)
6 years ago
Emil Tholin 0e0da70917 Check 'injected' and 'fixed_reactive_declarations' independently
6 years ago
Conduitry 0d890b1359 fix resubscriptions inside script block (#2435)
6 years ago
Konstantin Alikhanov 791b12776e Fixing issue with cursor jumping in Safari #2506
6 years ago
Rich Harris 5d71b5138a
Merge pull request #2433 from sveltejs/gh-2430
6 years ago
Richard Harris c988457afa use maps for keyed each block lookups - fixes #2430
6 years ago
Mikhail Korepanov f91ba51fc4 Fix creation of debugging comment for elements without children
6 years ago
Richard Harris 1c5c688dc5 remove renderer.slots
6 years ago
Richard Harris 922c5058e3 sanitize names
6 years ago
Richard Harris 4677c607be remove unused code
6 years ago
Richard Harris 285c92908e fix
6 years ago
Richard Harris 1d6ac5ea34 inherit default slot values in named slots in SSR mode
6 years ago
Richard Harris 45f28fbf30 receive default slot values in named slots
6 years ago
Richard Harris ff01d64791 pass default slot values through to named slots
6 years ago
Rich Harris aae969d6e2
Merge pull request #2415 from sveltejs/gh-2356
6 years ago
Richard Harris 016078d76e oops, messed up the merge
6 years ago
Richard Harris 07ecdb1849 propagate scope changes across chained slots - fixes #2359
6 years ago
Rich Harris 4e09479a9f
Merge branch 'master' into gh-2356
6 years ago
Richard Harris 5535110066 wait until flush complete before unlocking bindings - fixes #2356
6 years ago
Conduitry a710b1311c deconflict `value` argument in component bindings (#2395)
6 years ago
Rich Harris 3f97558533
Merge pull request #2409 from sveltejs/gh-2354
6 years ago
Richard Harris aa653558d0 only create fallback content if no slot is provided - fixes #2354
6 years ago
Richard Harris d2568aa583 skip observedAttributes where appropriate - fixes #2399
6 years ago
Richard Harris b36d24032b optimise certain $$invalidate calls
7 years ago
Richard Harris 30c8fe0c6e allow reactive declarations without dependencies - fixes #2285
7 years ago
Mikhail Korepanov 609084fb3e Pass block to the render of an expression in an attribute
7 years ago
Rich Harris eb2f0cc245
Merge pull request #2326 from sveltejs/gh-2325
7 years ago
Lukas 8eb8c707b1 add playbackrate as binding for mediaelements (#2202)
7 years ago
Conduitry ecea85891c skip array literal length optimization in presence of spread (#2325)
7 years ago
Rich Harris 52c42d3252 remove unused import
7 years ago
Rich Harris 5ae5bb4b91 handle arbitrary slot names
7 years ago