Commit Graph

3793 Commits (dd0dd9a296496728a81ade63020171d190f981ce)
 

Author SHA1 Message Date
Richard Harris dd0dd9a296 update svelte-repl
8 years ago
Rich Harris 967596bcb6 Merge pull request #2326 from sveltejs/gh-2325
8 years ago
Richard Harris 50b0cf2d3e Merge branch 'master' of github.com:sveltejs/svelte
8 years ago
Richard Harris b822ccc0e9 add playbackRate to list of bindings in tutorial
8 years ago
Richard Harris f030b62978 Merge branch 'master' of https://github.com/lukasIO/svelte into lukasIO-master
8 years ago
Rich Harris 15ec757d9c Merge pull request #2331 from lunchboxer/master
8 years ago
Rich Harris ea45ebf627 fix example code
8 years ago
Rich Harris 1776949d1c Merge pull request #2332 from sveltejs/preprocess-partial-names
8 years ago
Richard Harris 9ef0740850 fix broken link
8 years ago
Rich Harris 7c390b766a Merge pull request #2336 from sveltejs/more-repl-stuff
8 years ago
Richard Harris f19cec288e update svelte-repl package
8 years ago
Conduitry 6b7ba8de79 don't preprocess tags whose names begin with script/style
8 years ago
James 6bad7c7cf1 reverse readable stores arg order, fixes #2330
8 years ago
Richard Harris cb580d6f83 pass through mapbox setup code
8 years ago
Rich Harris 97abefaa08 Merge pull request #2322 from sveltejs/external-repl
8 years ago
Richard Harris 37d6e385aa merge master -> external-repl
8 years ago
Richard Harris 6410c4b2ae use external repl package everywhere
8 years ago
Conduitry 8744bea472 site: use published version of eslint-plugin-svelte3
8 years ago
Lukas 597086be2a add playbackrate to runtime test
8 years ago
Lukas 1df1830712 add playbackrate to compilation test
8 years ago
Lukas 00a1d5a225 add playbackrate as binding for mediaelements (#2202)
8 years ago
Conduitry b74215e185 add test
8 years ago
Conduitry a0bbc13678 skip array literal length optimization in presence of spread (#2325)
8 years ago
Conduitry 9a68e16e67 remove stray CLI piece
8 years ago
Richard Harris 36415cc8cd use external repl package
8 years ago
Rich Harris 686384d50e Merge pull request #2321 from sveltejs/gh-2295
8 years ago
Rich Harris 31b7aba822 Merge pull request #2319 from sveltejs/gh-2298
8 years ago
Conduitry 7208a07023 warn on template references to global variables (#2295)
8 years ago
Conduitry 5c97df6b84 disallow bindings to global variables (#2295)
8 years ago
Rich Harris 1447064eb5 handle foreignObject correctly, default to svg namespace for top-level svg elements - fixes #2298
8 years ago
Rich Harris 1a838a8577 bump beta version
8 years ago
Rich Harris 838c052222 Merge pull request #2317 from sveltejs/gh-2291-alt
8 years ago
Rich Harris 91d92c1e8a remove unused import
8 years ago
Rich Harris 0c7151c502 handle arbitrary slot names
8 years ago
Rich Harris 7c4ae2c859 simplify some slot_name stuff
8 years ago
Rich Harris 0d02a84f33 DRY out
8 years ago
Rich Harris fa6427530f move test
8 years ago
Rich Harris 844a483011 test for conflicting slot names
8 years ago
Rich Harris a2503b2c9e Merge branch 'issue-2291' of https://github.com/Panya/svelte into Panya-issue-2291
8 years ago
Rich Harris c57ee5f8b6 Merge pull request #2309 from sveltejs/gh-2303
8 years ago
Rich Harris 962bb8d178 Merge pull request #2310 from sveltejs/gh-2296
8 years ago
Rich Harris ba91bff03a Merge pull request #2311 from sveltejs/gh-2306
8 years ago
Rich Harris 0f7715e5f8 Merge pull request #2312 from sveltejs/gh-2294
8 years ago
Rich Harris fabde532b3 Merge pull request #2314 from sveltejs/gh-2139-script
8 years ago
Rich Harris 064fc693bd Merge pull request #2315 from sveltejs/gh-2313
8 years ago
Conduitry 414aafea7a site: tidy repl example loading and fix race condition (#2313)
8 years ago
Conduitry d4f038cfa7 subscribe to global stores from script (#2139)
8 years ago
Mikhail Korepanov 0ab7077d40 Move slot names test to runtime. Allow slot names that start with a digit
8 years ago
Mikhail Korepanov 658d235350 Add an error for a slot name starts with a digit
8 years ago
Mikhail Korepanov e85138f3e3 Don't remove digits and _ from slot names
8 years ago