Commit Graph

2145 Commits (f56445f3a1d806eb2782ad616e51efb6d3a5e8fe)

Author SHA1 Message Date
Benjamin Milde f56445f3a1 Allow binding of <details> open
7 years ago
Rich Harris 6d6685c4ca Merge pull request #2829 from colincasey/bugfix/2821_custom_elements_with_no_svelte_options
7 years ago
Rich Harris 4c9c04fc44 Merge pull request #2795 from sanderhahn/master
7 years ago
Rich Harris 9c911462c4 Update store.ts
7 years ago
Colin Casey a21afe8b5e Allow custom element to be declared with no tag and no options
7 years ago
Christian Kaisermann ab5b379c3c fix: 🐛 data attributes without value outputting as "true"
7 years ago
Sander Hahn 701fe15ebc add docstrings to store
7 years ago
Rich Harris 6c2f7347fa Merge pull request #2784 from clarkdo/refactor
7 years ago
Clark Du 29586f0d83 fix: add super.render back
7 years ago
Clark Du e694fc36b2 refactor: remove unnecessary super.render in style attribute
7 years ago
Rich Harris ce3a49520a Merge pull request #2781 from sveltejs/gh-2780
7 years ago
Richard Harris aa35bb5634 ensure spring works server-side = fixes #2773
7 years ago
Richard Harris 5c172504c0 handle non-falsy non-function deriver return values - fixes #2780
7 years ago
Rich Harris 960e0be017 Merge pull request #2733 from sanderhahn/master
7 years ago
Rich Harris 103e56410f Merge pull request #2749 from colincasey/custom_elements_without_tags
7 years ago
Rich Harris eabc9ba385 Merge pull request #2754 from EmilTholin/reset-quote-mark
7 years ago
Rich Harris 902b7dbae1 Merge pull request #2755 from EmilTholin/mutated-const-reative-dependency
7 years ago
Rich Harris d060af034e Merge pull request #2766 from EmilTholin/debug-hoisted-variable
7 years ago
Emil Tholin 3b163fe341 Add error for missing equals after attribute name
7 years ago
Emil Tholin 093bf15cb9 Don't get hoisted variable from ctx when using @debug
7 years ago
Emil Tholin c6df0df7df Set mutated const variables as reactive dependencies
7 years ago
Sander Hahn cabd8ad3a5 advanced type for derived
7 years ago
Emil Tholin 00324b2d0e Set quote_mark to null when closing quote mark is found
7 years ago
Colin Casey 6481c4cd61 FIX #2417: allows custom element to be defined without a tag
7 years ago
Sander Hahn 05c26d789e typescript version of store
7 years ago
Rich Harris 3cb1ef8e23 fix vars/warnings
7 years ago
Rich Harris b858e8db32 implement namespaced components
7 years ago
Rich Harris ceca22b26f Merge pull request #2709 from LostKobrakai/multiple-event-listeners
7 years ago
Benjamin Milde 85b256432a Implement suggestions
7 years ago
Rich Harris f84e46e227 Merge pull request #2696 from PaulMaly/patch-1
7 years ago
Rich Harris 1652548ca2 Merge pull request #2698 from jacobmischka/fix-get-slot-changes
7 years ago
Rich Harris 580224d07d Merge pull request #2703 from EmilTholin/hoisting-injected-reactive-vars
7 years ago
Julien Mourer fef58ba8bb Add `window` and `document` to globals
7 years ago
Emil Tholin fb3c5f6a90 Don't hoist functions dependent on injected reactive variables
7 years ago
Jacob Mischka 39e7487cec Initialize `get_slot_changes` to null when not needed
7 years ago
PaulMaly 1ca1148dcd Use special blank_object() for component.$$.dirty
7 years ago
PaulMaly 498049f368 Make component.$$.dirty just a dictionary
7 years ago
Rich Harris 47e6cc3935 Merge pull request #2694 from sveltejs/gh-2444
7 years ago
Rich Harris ccf90f6e36 Merge pull request #2683 from sveltejs/gh-2681
7 years ago
Rich Harris a74df4a149 Merge pull request #2679 from EmilTholin/reactive-declaration-warnings
7 years ago
Richard Harris dfc06cc7a1 invalidate dependencies of reactive declarations - fixes #2444
7 years ago
Benjamin Milde 73cbb4ce74 Allow multiple event listeners on a single node
7 years ago
Emil Tholin 9d237f9f4b Warn on improper use of reactive declarations
7 years ago
Conduitry 6c56ea204b some linting and tidying
7 years ago
Conduitry f31a155f07 fix instrumentation of auto-subscription self-assignments (#2681)
7 years ago
Richard Harris bdb9d8a859 lint
7 years ago
Rich Harris 094f6733cd Merge pull request #2627 from lorenbrichter/spring-verlet
7 years ago
Rich Harris 50ee4efac4 Merge pull request #2658 from MikeMatrix/each-block-rest-destructuring
7 years ago
Rich Harris 3364ba22cf Merge pull request #2664 from EmilTholin/each-block-destructuring-rest
7 years ago
Rich Harris 6524cbb8ad Merge pull request #2670 from MikeMatrix/fix-readonly-form-attribute
7 years ago