Commit Graph

2190 Commits (7b6cd52d14fb3b216bf5ad3df69d387294883e5a)

Author SHA1 Message Date
Christian Kaisermann 335f77cc48 fix: 🐛 data attributes without value outputting as "true"
7 years ago
Sander Hahn 2cb81f0d5d add docstrings to store
7 years ago
Rich Harris 45550adc43
Merge pull request #2784 from clarkdo/refactor
7 years ago
Clark Du c9085b2683 fix: add super.render back
7 years ago
Clark Du 562f32cf07 refactor: remove unnecessary super.render in style attribute
7 years ago
Rich Harris 9a564eddaa
Merge pull request #2781 from sveltejs/gh-2780
7 years ago
Richard Harris a0e46ffe2d ensure spring works server-side = fixes #2773
7 years ago
Richard Harris 0edb5debf2 handle non-falsy non-function deriver return values - fixes #2780
7 years ago
Rich Harris 8d539d8e55
Merge pull request #2733 from sanderhahn/master
7 years ago
Rich Harris 0bf991070c
Merge pull request #2749 from colincasey/custom_elements_without_tags
7 years ago
Rich Harris 75a77fea22
Merge pull request #2754 from EmilTholin/reset-quote-mark
7 years ago
Rich Harris c67f5348ea
Merge pull request #2755 from EmilTholin/mutated-const-reative-dependency
7 years ago
Rich Harris 254dc94d47
Merge pull request #2766 from EmilTholin/debug-hoisted-variable
7 years ago
Emil Tholin 3f31223186 Add error for missing equals after attribute name
7 years ago
Emil Tholin 9cd0b0761b Don't get hoisted variable from ctx when using @debug
7 years ago
Emil Tholin 643aa41b9a Set mutated const variables as reactive dependencies
7 years ago
Sander Hahn 52eda23a53 advanced type for derived
7 years ago
Emil Tholin 97184b789c Set quote_mark to null when closing quote mark is found
7 years ago
Colin Casey 690f163e88 FIX #2417: allows custom element to be defined without a tag
7 years ago
Sander Hahn 3b4c6ed4eb typescript version of store
7 years ago
Rich Harris 85543f54dd fix vars/warnings
7 years ago
Rich Harris 61a96b382a implement namespaced components
7 years ago
Rich Harris 861c742e1f
Merge pull request #2709 from LostKobrakai/multiple-event-listeners
7 years ago
Benjamin Milde 9eec0fcd98 Implement suggestions
7 years ago
Rich Harris 6defc5b73f
Merge pull request #2696 from PaulMaly/patch-1
7 years ago
Rich Harris 53c66654b7
Merge pull request #2698 from jacobmischka/fix-get-slot-changes
7 years ago
Rich Harris c4e05f2086
Merge pull request #2703 from EmilTholin/hoisting-injected-reactive-vars
7 years ago
Julien Mourer 4631b1b93f Add `window` and `document` to globals
7 years ago
Emil Tholin 963f6e7aa6 Don't hoist functions dependent on injected reactive variables
7 years ago
Jacob Mischka 003cf39c8f
Initialize `get_slot_changes` to null when not needed
7 years ago
PaulMaly 21a5169845
Use special blank_object() for component.$$.dirty
7 years ago
PaulMaly 90556e97c6
Make component.$$.dirty just a dictionary
7 years ago
Rich Harris db8d7007aa
Merge pull request #2694 from sveltejs/gh-2444
7 years ago
Rich Harris 117afe9a71
Merge pull request #2683 from sveltejs/gh-2681
7 years ago
Rich Harris 4bc93a3b1f
Merge pull request #2679 from EmilTholin/reactive-declaration-warnings
7 years ago
Richard Harris 562f23a87b invalidate dependencies of reactive declarations - fixes #2444
7 years ago
Benjamin Milde 342389863e Allow multiple event listeners on a single node
7 years ago
Emil Tholin 0286dce026 Warn on improper use of reactive declarations
7 years ago
Conduitry 43f82af4a8 some linting and tidying
7 years ago
Conduitry fc5727c187 fix instrumentation of auto-subscription self-assignments (#2681)
7 years ago
Richard Harris 0275aab800 lint
7 years ago
Rich Harris 26d736fc97
Merge pull request #2627 from lorenbrichter/spring-verlet
7 years ago
Rich Harris 5a536aafa2
Merge pull request #2658 from MikeMatrix/each-block-rest-destructuring
7 years ago
Rich Harris 78332cf5b0
Merge pull request #2664 from EmilTholin/each-block-destructuring-rest
7 years ago
Rich Harris 411752c5bb
Merge pull request #2670 from MikeMatrix/fix-readonly-form-attribute
7 years ago
Rich Harris ba91810b0b
Merge pull request #2672 from sveltejs/gh-2661
7 years ago
Rich Harris 16dbb8f437
Merge pull request #2607 from EmilTholin/figcaption_figure_first_element_ancestor
7 years ago
Rich Harris 98bd5a1916
Merge branch 'master' into feat/abstract-block-class
7 years ago
Rich Harris 006509a0ef
Merge pull request #2596 from EmilTholin/await-empty-block-warnings
7 years ago
Conduitry 54a8eb9fd4 expose svelte.walk (#2661)
7 years ago
Michael Braun 29ad0cf14d Applying read only property form onto elements using `attr` instead
7 years ago
Clemens Akens 194e99b350 expose parse to the public
7 years ago
Rich Harris ab711ac89c
Merge pull request #2616 from EmilTholin/insertBefore_null_default_anchor
7 years ago
Rich Harris c217f2b00b
Merge pull request #2618 from EmilTholin/remove_21618scope_from_spread
7 years ago
Rich Harris 6240ed0b94
Merge pull request #2619 from sveltejs/gh-2435
7 years ago
Rich Harris 1eca19f371
Merge pull request #2631 from EmilTholin/reactive-values-fixed
7 years ago
Rich Harris 203d0eced4
Merge pull request #2634 from sveltejs/gh-2625
7 years ago
Rich Harris 73bf5829f7
Merge pull request #2637 from sveltejs/gh-2635
7 years ago
Rich Harris 7b99299691
Merge pull request #2649 from EmilTholin/alert-global
7 years ago
Emil Tholin 97ee67c08f Add support for object-rest in each destructuring
7 years ago
Michael Braun f69f46c461 Fix NPE on pattern check
7 years ago
Michael Braun c477f50b9a Experimenting with array destructuring in each-blocks
7 years ago
Emil Tholin b0447bf41e Remove v1 each key parsing
7 years ago
Emil Tholin b0e057233c Add alert, confirm, and prompt to globals
7 years ago
Emil Tholin 5a0be42006 Remove the scope key from props when calculating spread
7 years ago
Conduitry d122a6f893 fix determining which variables are initialised (#2635)
7 years ago
Conduitry 10f6da3109 fix invalidating stores with UpdateExpression (#2625)
7 years ago
Emil Tholin 0e0da70917 Check 'injected' and 'fixed_reactive_declarations' independently
7 years ago
Loren Brichter d2b202d30a Subtle tweaks to spring animations
7 years ago
Conduitry 0d890b1359 fix resubscriptions inside script block (#2435)
7 years ago
Emil Tholin 4cbbabecb5 Make null the default anchor of insertBefore
7 years ago
thollander 2484b9e597 Create a new abstraction level to handle `Block`
7 years ago
Emil Tholin 6ebd72fc22 Check if a figcaption's first element ancestor is a figure
7 years ago
thollander c965abc884 Use the already defined type for AppendTarget
7 years ago
Emil Tholin 7ec1bdb712 Don't show 'Empty block' warnings for non-existent await branches
7 years ago
Richard Harris 091410028e fix subscribe implementation, add test for unsubscribing observables
7 years ago
Richard Harris c4a8e9755f Merge branch 'rxjs-support' of https://github.com/benlesh/svelte into benlesh-rxjs-support
7 years ago
Rich Harris 2eba37bdb1
RxJS always returns a Subscription object with an unsubscribe.
7 years ago
Ben Lesh e25b7df275 fix: Ensure RxJS users don't create memory leaks
7 years ago
Rich Harris 48ebaac3ef
Merge pull request #2511 from atomAltera/fix/2506
7 years ago
Rich Harris c97ee00b4e
Merge pull request #2518 from sveltejs/gh-2510
7 years ago
Rich Harris f888123860
Merge pull request #2543 from jches/gh/2542
7 years ago
Ben Lesh 1519a96b52 perf: Reuse the same promise instance in the scheduler
7 years ago
John Chesley 73aca457d3 fix cycle check for exported functions
7 years ago
Conduitry 51f2a3b231 handle unknown nodes in extract_identifiers (#2510) (#2514)
7 years ago
Konstantin Alikhanov 791b12776e Fixing issue with cursor jumping in Safari #2506
7 years ago
Rich Harris 5d71b5138a
Merge pull request #2433 from sveltejs/gh-2430
7 years ago
Richard Harris c988457afa use maps for keyed each block lookups - fixes #2430
7 years ago
Mikhail Korepanov f91ba51fc4 Fix creation of debugging comment for elements without children
7 years ago
Richard Harris b2860c789d disallow duplicate slot="xxx" elements - fixes second half of #2320
7 years ago
Richard Harris 1c5c688dc5 remove renderer.slots
7 years ago
Richard Harris 922c5058e3 sanitize names
7 years ago
Richard Harris 4677c607be remove unused code
7 years ago
Richard Harris 285c92908e fix
7 years ago
Richard Harris 1d6ac5ea34 inherit default slot values in named slots in SSR mode
7 years ago
Richard Harris 45f28fbf30 receive default slot values in named slots
7 years ago
Richard Harris ff01d64791 pass default slot values through to named slots
7 years ago
Rich Harris aae969d6e2
Merge pull request #2415 from sveltejs/gh-2356
7 years ago
Richard Harris 016078d76e oops, messed up the merge
7 years ago
Richard Harris 07ecdb1849 propagate scope changes across chained slots - fixes #2359
7 years ago