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

3740 Commits

Author SHA1 Message Date
Conduitry
b33fd1797a note action/etc. references even when hoistable (#2294) 2019-03-25 09:19:29 -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
Brad Dougherty
1b3320d765
Update media urls to https 2019-03-21 19:41:33 -04:00
Conduitry
d10fa72cf4 find this= in <svelte:component> in presence of bind:this= (#2284) 2019-03-21 16:49:39 -04:00
Richard Harris
6a7721b05f replace comment anchors with empty text nodes - fixes #2280 2019-03-20 22:27:10 -04:00
Rich Harris
d6b9991d3d
Merge pull request #2279 from sveltejs/gh-2147-workaround
run tutorial and widget REPLs in relaxed sandbox
2019-03-20 13:26:55 -04:00
Conduitry
2eba76a1a1 site: remove unused /repl/embed route 2019-03-20 13:00:35 -04:00
Conduitry
a0e6638a96 site: make main REPL use relaxed sandbox when loading from example 2019-03-20 12:58:52 -04:00
Conduitry
665c3eac79 site: run tutorial and widget REPLs in relaxed sandbox (#2147) 2019-03-20 10:52:56 -04:00
Rich Harris
29b4615d9d
Merge pull request #2272 from sveltejs/gh-2216
[WIP] Don't use iframes for homepage REPLs
2019-03-19 21:58:07 -04:00
Richard Harris
fba4308036 dry out /repl/embed 2019-03-19 21:53:43 -04:00
Rich Harris
e8b7cd7889 stagger creation of REPL widgets on home page 2019-03-19 13:38:37 -04:00
Rich Harris
9203bfac9a
Merge pull request #2273 from Panya/issue-2271
Change input of a component when click on an error message
2019-03-19 09:26:23 -04:00
Rich Harris
62701f5716
Merge pull request #2274 from jches/gh/2022
Fix weird code generation error
2019-03-19 09:25:10 -04:00
Richard Harris
795ca0c291 share workers, prevent REPL crosstalk 2019-03-19 09:21:47 -04:00
John Chesley
d788bb9735 break declaration grouping on non-declaration nodes (fixes #2022) 2019-03-18 21:35:12 -04:00
Richard Harris
86bee90d8a failing test for #2022 2019-03-18 21:35:12 -04:00
Mikhail Korepanov
39eece990e Change input of a component when click on an error message 2019-03-19 01:48:04 +03:00
Rich Harris
9f0630c3fb start moving REPL widgets out of iframes (#2216) 2019-03-18 18:44:40 -04:00
Rich Harris
ad2924acb3 a few tweaks 2019-03-18 18:27:41 -04:00
Rich Harris
d71393a377
Merge pull request #2270 from sveltejs/gh-2268
suppress $props is not defined warning
2019-03-18 17:47:10 -04:00
Rich Harris
f48c76b7f6 suppress $$props is not defined warning 2019-03-18 17:40:20 -04:00
Rich Harris
28f91b5681
Merge pull request #2269 from sveltejs/gh-2220
remove old style tags when updating components
2019-03-18 17:20:11 -04:00
Rich Harris
fce96dcd75 remove old style tags when updating components - fixes #2220 2019-03-18 17:13:34 -04:00
Rich Harris
2fc07c6dfb linting 2019-03-18 16:52:29 -04:00
Rich Harris
e87ba27b42 bump beta version 2019-03-18 16:27:09 -04:00
Rich Harris
4348727fca
Merge pull request #2258 from sveltejs/collapse-whitespace
collapse consecutive whitespace characters
2019-03-18 16:23:57 -04:00
Rich Harris
f6aed0810b
Merge pull request #2265 from sveltejs/gh-2119
Handle store assignments in reactive statements
2019-03-18 16:23:15 -04:00
Rich Harris
beeaa3d09b
Merge pull request #2266 from sveltejs/gh-2264
allow reactive declarations to only depend on $$props
2019-03-18 16:22:50 -04:00
Rich Harris
c06d9f352c
Merge pull request #2263 from sveltejs/gh-2262
Fix getter/setter inclusion logic
2019-03-18 16:21:00 -04:00
Conduitry
d769924b4e add test 2019-03-18 16:14:31 -04:00
Rich Harris
621c13702d
Merge pull request #2267 from sveltejs/gh-2221
site: serve static assets with allow origin '*'
2019-03-18 15:37:58 -04:00
Conduitry
149c33b69e site: serve static assets with allow origin '*' (#2221) 2019-03-18 15:36:06 -04:00
Rich Harris
0f4cf99bcd allow reactive declarations to only depend on $$props - fixes #2264 2019-03-18 15:30:24 -04:00
Rich Harris
977f7a6596 same but for SSR 2019-03-18 14:21:03 -04:00
Rich Harris
9955ac13ac handle assignments to store values in reactive declarations (#2119) 2019-03-18 14:13:29 -04:00
Conduitry
a8e59d7fd7 update tests 2019-03-18 14:01:45 -04:00
Conduitry
5c9fa293a6 fix logic for inclusion of getters/setters on components (32262) 2019-03-18 13:56:06 -04:00
Rich Harris
3e2366d360
Merge pull request #2261 from sveltejs/gh-2253
fix renamed instance exports
2019-03-18 13:21:25 -04:00
Rich Harris
51ab376de8
Merge pull request #2260 from sveltejs/gh-2254
implement bind:online
2019-03-18 11:03:07 -04:00
Rich Harris
8feef5edfc fix 2019-03-18 10:58:34 -04:00
Conduitry
6354c66890 fix renamed instance exports (#2253) 2019-03-18 10:52:08 -04:00