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

3780 Commits

Author SHA1 Message Date
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
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
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
Rich Harris
d1536b21a2
Merge pull request #2307 from sveltejs/gh-2305
invalidate correctly inside event handlers
2019-03-25 07:50:10 -04:00
Richard Harris
d614cfa1c7 invalidate correctly inside event handlers - fixes #2305 2019-03-24 21:59:24 -04:00
Rich Harris
fa47f76447
Merge pull request #2283 from sveltejs/gh-2280
replace comment anchors with empty text nodes
2019-03-24 21:45:30 -04:00
Richard Harris
5a452dd06c remove comment 2019-03-24 21:44:30 -04:00
Rich Harris
da1e061cda
Merge pull request #2286 from sveltejs/gh-2284
find this= in <svelte:component> in presence of bind:this=
2019-03-24 21:42:17 -04:00
Rich Harris
99f041900b
Merge pull request #2288 from bdougherty/fix-media-element-tutorial
Fix media element tutorial
2019-03-24 21:41:19 -04:00
Rich Harris
1a2827ed32
Merge pull request #2302 from sveltejs/gh-2300
tidy some binding validation messages
2019-03-24 21:41:02 -04:00
Rich Harris
88366b9ed2
typo 2019-03-23 20:56:27 -04:00
Conduitry
c06af2dd88 tidy some binding validation messages (#2300) 2019-03-23 08:23:38 -04:00