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

5905 Commits

Author SHA1 Message Date
milahu
c96673bcea
Upgrade to mocha 7 and migrate to mocharc (#5357)
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
2020-09-10 12:41:42 -07:00
Conduitry
b7710b93bc update changelog 2020-09-10 15:39:59 -04:00
rdb
211fc92e69
Fix current component not being cleared after component update (#4909) 2020-09-10 15:39:45 -04:00
Eugene Hwang
ae971f80ae
docs: adjust explanations of $$props and $$restProps (#5368) 2020-09-10 15:31:28 -04:00
Cam Jackson
80e474a244
site: Replace "active" with "selected" as an example class name (#5309) 2020-09-10 15:28:59 -04:00
Tan Li Hau
8a28d1bb38
valid XHTML syntax in innerHTML for static elements (#5317) 2020-09-10 15:28:22 -04:00
Tan Li Hau
51e2626f42
fix $$props reactivity in fallback of a slot (#5375) 2020-09-10 14:42:38 -04:00
Conduitry
b1c67a16c6 site: update to sapper@0.28.6 2020-09-09 09:45:52 -04:00
Conduitry
1503f644d4 site: update to sapper@0.28.5 2020-09-06 19:31:54 -04:00
Ben McCann
c8c50b5ba8
site: copy preserveEntrySignatures settings from template (#5356) 2020-09-04 22:54:00 -04:00
Ben McCann
9db8773070
Update site dependencies (#5354) 2020-09-04 15:50:27 -04:00
Conduitry
f1838ed8aa site: bump svelte-repl 2020-09-04 07:55:28 -04:00
Ben McCann
9a5733a26b
Add opencollective link to readme (#5341) 2020-09-01 19:05:54 -04:00
Ben McCann
e0f937d33e
Add a script for copy-workers (#5338) 2020-09-01 11:02:03 -07:00
Ben McCann
84ac3a53d5
fix(types): specify CompleOptions.generate values (#5321) 2020-08-30 17:08:24 -07:00
Tan Li Hau
8148a7a334
each binding with store props (#5289) 2020-08-27 19:25:33 -04:00
Tan Li Hau
c752ed3527
handle undefined input value with spread (#5291) 2020-08-27 17:17:44 -04:00
Simon H
8adb47401e
site: Fix blog JS type checking suggestion (#5306) 2020-08-26 10:10:21 -04:00
Ben McCann
0d75daa1b0
Better surface RFC process (#5295) 2020-08-21 08:22:50 -07:00
Antony Jones
82dc26a31c
Fix lint warnings (#5263) 2020-08-20 08:51:28 -07:00
Conduitry
1d9e2a13f2 update changelog 2020-08-17 09:53:37 -04:00
Irshad PI
e0e434234d
Await: re-throw error when there is no catch block and promise is rejected (#5149) 2020-08-17 09:52:29 -04:00
Alex Rock
cd95654a97
Allow using the compiler as an ESM module (#4972) 2020-08-13 20:36:55 -07:00
Teymour Aldridge
935caee269
Minor code simplification (#5065) 2020-08-13 19:24:35 -07:00
Tan Li Hau
0ac341d2c6
expose which slots are present in $$slots (#4602) 2020-08-13 10:20:55 -04:00
Wolfr
dccdb9f130
site: show REPL input/output toggle on iOS without scrolling (#5175) 2020-08-12 17:43:45 -04:00
Tan Li Hau
e879cb5a4c
fix not passing child_ctx for catch block (#5261) 2020-08-12 17:24:19 -04:00
Conduitry
76b7196a1b update changelog 2020-08-12 17:06:26 -04:00
Simon H
aa7e5e32b1
add typings for createEventDispatcher (#5260) 2020-08-12 17:05:49 -04:00
Conduitry
6ebe7f8210 update changelog 2020-08-12 16:58:45 -04:00
Zachiah
0e1345548f
add selector to message of css-unused-selector warning (#5253) 2020-08-12 16:57:04 -04:00
Tan Li Hau
7aae362bcb
fix reference for namespaced component (#5256) 2020-08-12 16:20:52 -04:00
Venkateshwaran Selvaraj
ad8d8564ec
Adding Rich Harris's Frontend Masters course on FAQ page (#5180)
* Adding Rich Harris's Frontend Masters course on FAQ page

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
2020-08-12 13:11:43 -07:00
dependabot[bot]
5d5a608d32
Bump prismjs from 1.17.1 to 1.21.0 in /site (#5250)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.17.1 to 1.21.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.17.1...v1.21.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-12 16:07:36 -04:00
Luca Bonavita
8f17d6c78c
docs: document bind:files (#5141) 2020-08-12 16:05:59 -04:00
Tan Li Hau
5194f596f7
do not declare variable for member assignment in reactive declaration in SSR (#5251) 2020-08-12 14:53:18 -04:00
Rich Harris
a1cb70dde4 bump site-kit version 2020-08-10 23:15:12 -04:00
Rich Harris
4c449a741f bump site-kit version 2020-08-10 22:53:06 -04:00
Ben McCann
1398affa53
Update TypeScript blog post with info about Sapper (#5249) 2020-08-07 15:01:58 -07:00
Ben McCann
cf57050f49
Mention "import type" in TypeScript FAQ (#5243)
* Mention "import type" in TypeScript FAQ

* Update site/content/faq/500-what-about-typescript-support.md

Co-authored-by: Christian Kaisermann <christian@kaisermann.me>
2020-08-07 12:16:10 +01:00
Conduitry
a62d736215 -> v3.24.1 2020-08-05 12:25:52 -04:00
Conduitry
0f3bbb441e update changelog 2020-08-05 12:22:22 -04:00
Bassam Ismail
fb51dd8f07
add a11y-media-has-caption check (#5075) 2020-08-05 12:21:44 -04:00
Conduitry
308f3c284d update changelog 2020-08-05 11:58:38 -04:00
Bassam Ismail
62ab75e365
add a11y-label-has-associated-control check (#5074) 2020-08-05 11:57:20 -04:00
Conduitry
f0d586f4a4 update changelog 2020-08-05 11:44:32 -04:00
Carlos Roso
fdf3ab88be
Fix transitions for each-else blocks (#5179)
Co-authored-by: khang8591 <khang859@gmail.com>
2020-08-05 11:41:54 -04:00
pngwn
d81cb83ae0
Add type param to setContext and getContext (#5224) 2020-08-05 09:29:26 -04:00
Charles Rosaaen
231e4a0b3c
site: update link in blog for SCode extension (#5232) 2020-08-03 15:48:35 -04:00
João Paulo
a0ed7040f1
site: clarify file -> module in <svelte:self> tutorial (#5171) 2020-07-30 11:43:45 -04:00