0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-30 17:00:40 +01:00
Commit Graph

3789 Commits

Author SHA1 Message Date
Richard Harris
143117054a Merge branch 'master' of github.com:sveltejs/svelte 2019-03-29 08:44:35 -04:00
Richard Harris
200b82d8d0 add playbackRate to list of bindings in tutorial 2019-03-29 08:44:15 -04:00
Richard Harris
fff89b0927 Merge branch 'master' of https://github.com/lukasIO/svelte into lukasIO-master 2019-03-29 08:30:52 -04:00
Rich Harris
edd92cf8ea
Merge pull request #2331 from lunchboxer/master
reverse readable stores arg order in tutorial, fixes #2330
2019-03-29 08:28:41 -04:00
Rich Harris
4be340bb57
fix example code 2019-03-29 08:28:29 -04:00
Rich Harris
9e4775704a
Merge pull request #2332 from sveltejs/preprocess-partial-names
don't preprocess tags whose names begin with script/style
2019-03-29 08:25:37 -04:00
Richard Harris
6836f64312 fix broken link 2019-03-29 08:24:56 -04:00
Rich Harris
f266b6dbfa
Merge pull request #2336 from sveltejs/more-repl-stuff
More REPL stuff
2019-03-29 08:24:33 -04:00
Richard Harris
e3c2f57721 update svelte-repl package 2019-03-29 08:21:59 -04:00
Conduitry
ef9c9a626e don't preprocess tags whose names begin with script/style 2019-03-28 10:56:00 -04:00
James
e76b9e779a reverse readable stores arg order, fixes #2330 2019-03-28 21:56:11 +08:00
Richard Harris
a72d7a72f5 pass through mapbox setup code 2019-03-28 08:46:30 -04:00
Rich Harris
17322c2e4f
Merge pull request #2322 from sveltejs/external-repl
use external repl package
2019-03-27 22:24:22 -04:00
Richard Harris
467cbc3bed merge master -> external-repl 2019-03-27 22:14:01 -04:00
Richard Harris
c3b4e6c792 use external repl package everywhere 2019-03-27 22:08:50 -04:00
Conduitry
388d5f604a site: use published version of eslint-plugin-svelte3 2019-03-27 22:06:56 -04:00
Lukas
598fa18e2d add playbackrate to runtime test 2019-03-28 02:17:32 +01:00
Lukas
1a1664341a add playbackrate to compilation test 2019-03-28 02:16:58 +01:00
Lukas
8eb8c707b1 add playbackrate as binding for mediaelements (#2202) 2019-03-28 02:11:24 +01:00
Conduitry
e527b0424a remove stray CLI piece 2019-03-27 14:41:46 -04:00
Richard Harris
c7f9f514be use external repl package 2019-03-27 09:31:06 -04:00
Rich Harris
a59cd36a39
Merge pull request #2321 from sveltejs/gh-2295
Fix exception and warning for global variables
2019-03-27 08:21:48 -04:00
Rich Harris
33bf4a40db
Merge pull request #2319 from sveltejs/gh-2298
handle foreignObject correctly, default to svg namespace for top-level svg elements
2019-03-27 08:18:56 -04:00
Conduitry
ecd7c6e9aa warn on template references to global variables (#2295) 2019-03-26 13:51:44 -04:00
Conduitry
fa79a72348 disallow bindings to global variables (#2295) 2019-03-26 13:46:28 -04:00
Rich Harris
16106d113d handle foreignObject correctly, default to svg namespace for top-level svg elements - fixes #2298 2019-03-26 12:10:41 -04:00
Rich Harris
d637211e3e bump beta version 2019-03-26 11:58:34 -04:00
Rich Harris
4d6321ca0d
Merge pull request #2317 from sveltejs/gh-2291-alt
Allow arbitrary slot names
2019-03-26 11:38:26 -04:00
Rich Harris
52c42d3252 remove unused import 2019-03-25 23:28:36 -04:00
Rich Harris
5ae5bb4b91 handle arbitrary slot names 2019-03-25 23:24:36 -04:00
Rich Harris
b8bc1224bd simplify some slot_name stuff 2019-03-25 17:49:25 -04:00
Rich Harris
af6f73c486 DRY out 2019-03-25 17:37:28 -04:00
Rich Harris
a3a2e51352 move test 2019-03-25 17:30:16 -04:00
Rich Harris
ca0e8a34e9 test for conflicting slot names 2019-03-25 17:29:48 -04:00
Rich Harris
1de58d99c5 Merge branch 'issue-2291' of https://github.com/Panya/svelte into Panya-issue-2291 2019-03-25 16:27:34 -04:00
Rich Harris
a432f73cda
Merge pull request #2309 from sveltejs/gh-2303
play transitions in slots
2019-03-25 16:24:48 -04:00
Rich Harris
45cd960568
Merge pull request #2310 from sveltejs/gh-2296
update readable signature to match writable
2019-03-25 16:24:30 -04:00
Rich Harris
70c8d3e24a
Merge pull request #2311 from sveltejs/gh-2306
Fix zen mode REPL nav CSS
2019-03-25 16:24:03 -04:00
Rich Harris
f6f06b3cf5
Merge pull request #2312 from sveltejs/gh-2294
note action/etc. references even when hoistable
2019-03-25 16:23:42 -04:00
Rich Harris
415da7dade
Merge pull request #2314 from sveltejs/gh-2139-script
subscribe to global stores from script
2019-03-25 16:22:55 -04:00
Rich Harris
ef40a720a3
Merge pull request #2315 from sveltejs/gh-2313
site: tidy repl example loading and fix race condition
2019-03-25 16:21:36 -04:00
Conduitry
63771522d3 site: tidy repl example loading and fix race condition (#2313) 2019-03-25 13:16:45 -04:00
Conduitry
f063964739 subscribe to global stores from script (#2139) 2019-03-25 12:52:19 -04:00
Mikhail Korepanov
33914410aa Move slot names test to runtime. Allow slot names that start with a digit 2019-03-25 17:05:38 +03:00
Mikhail Korepanov
a27a43076e Add an error for a slot name starts with a digit 2019-03-25 16:55:44 +03:00
Mikhail Korepanov
079ce998ef Don't remove digits and _ from slot names 2019-03-25 16:55:44 +03:00
Conduitry
b33fd1797a note action/etc. references even when hoistable (#2294) 2019-03-25 09:19:29 -04:00
Richard Harris
cb60f6cfad begun, the z-index wars have 2019-03-25 08:24:58 -04:00
Richard Harris
f3cb540ce6 update readable signature to match writable - fixes #2296 2019-03-25 08:18:13 -04:00
Richard Harris
dbf0f6a2f3 play transitions in slots - fixes #2303 2019-03-25 08:13:15 -04:00