Commit Graph

4819 Commits (981f30d3e9848994f4eac6666fc4a30701c0be09)
 

Author SHA1 Message Date
Colin Casey 0247cca84a Allow custom element to be declared with no tag and no options
6 years ago
Emanuele 394a166a41 docs: multiple event listeners on single node (#2825)
6 years ago
Conduitry 1e919113c1 site: document additional arguments in svelte.walk
6 years ago
Conduitry 7ebf3477a4 site: bump @sveltejs/svelte-repl
6 years ago
Conduitry a6d75b85e6
site: improve instructions for using local copy of Svelte
6 years ago
Conduitry 7265fd4e83 site: fix binary template files in REPL zips (#2812)
6 years ago
Sander Hahn 2255aadf36 Fixes for #2799
6 years ago
Peter Varholak 481ac14e7e Fix setup command in getting started blog
6 years ago
Christian Kaisermann 335f77cc48 fix: 🐛 data attributes without value outputting as "true"
6 years ago
Sander Hahn 2cb81f0d5d add docstrings to store
6 years ago
trbrc c15d7ea2e1
Docs: Exporting function expression vs declaration
6 years ago
Jacky Efendi 393d948f87
Add Tokopedia logo
6 years ago
Colin Casey 5dc3528305 include parent component in test scenario
6 years ago
Colin Casey 59c4b76383 unit test for child rendering lifecycle
6 years ago
Rich Harris 298ae8ec23 -> v3.4.1
6 years ago
Rich Harris 62ba85a659
Merge pull request #2783 from clarkdo/fix/audit
6 years ago
Rich Harris 45550adc43
Merge pull request #2784 from clarkdo/refactor
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 9a564eddaa
Merge pull request #2781 from sveltejs/gh-2780
6 years ago
Rich Harris 5d690f83e3
Merge pull request #2782 from sveltejs/gh-2773
6 years ago
Clark Du 53a80524eb chore(npm): fix vulnerabilities from npm audit
6 years ago
Richard Harris a0e46ffe2d ensure spring works server-side = fixes #2773
6 years ago
Richard Harris 0b12b89d3e oops
6 years ago
Richard Harris 0edb5debf2 handle non-falsy non-function deriver return values - fixes #2780
6 years ago
Rich Harris 5121a3cba8 -> v3.4.0
6 years ago
Rich Harris 8d539d8e55
Merge pull request #2733 from sanderhahn/master
6 years ago
Rich Harris 0bf991070c
Merge pull request #2749 from colincasey/custom_elements_without_tags
6 years ago
Rich Harris 3f68f97def fix deps
6 years ago
Rich Harris 51be7cf8e3 explain how debug tag without args fires on all state changes
6 years ago
Rich Harris 8c9da2fa85 Merge branch 'docs/2640' of https://github.com/varholak-peter/svelte into varholak-peter-docs/2640
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
Rich Harris bf03847d88
Merge pull request #2763 from StevenWeathers/add-thunderdome-logo
6 years ago
Rich Harris 254dc94d47
Merge pull request #2766 from EmilTholin/debug-hoisted-variable
6 years ago
Rich Harris 1dc0eb02f2
Merge pull request #2770 from EmilTholin/attr-missing-equals
6 years ago
Michał Terczyński 98122bc577 Fix link to license
6 years ago
Emil Tholin 3f31223186 Add error for missing equals after attribute name
6 years ago
Conduitry 3cfbd66841 site: fix enter handling in animate example
6 years ago
Hongarc 66e39d52d4 Remove whitespace at end of line
6 years ago
Emil Tholin 9cd0b0761b Don't get hoisted variable from ctx when using @debug
6 years ago
Sander Hahn e45aa0f85f simplify test
6 years ago
Emil Tholin 643aa41b9a Set mutated const variables as reactive dependencies
6 years ago
Sander Hahn 52eda23a53 advanced type for derived
6 years ago
Peter Varholak 85073dbb72
add @debug API docs
6 years ago
Conduitry 011b33181e site: fix immutable tutorial and example on Firefox (#2601)
6 years ago
Steven Weathers de60ffb497 Add Thunderdome Link to Who's Using
6 years ago
Emil Tholin 97184b789c Set quote_mark to null when closing quote mark is found
6 years ago
Colin Casey ac3bbbaa55 FIX: #2281 - trigger onMount callbacks in same order as child components
6 years ago
Colin Casey 690f163e88 FIX #2417: allows custom element to be defined without a tag
6 years ago