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

6301 Commits

Author SHA1 Message Date
Geoff Rich
6aaa105093
site a11y: add missing h1s (#5715) 2020-12-24 17:54:03 -05:00
kindoflew
bf35353170
site: fix formatMobile in chart examples (#5787) 2020-12-24 17:52:06 -05:00
Luke Edwards
945f741298
fix(site): ensure "text/plain" on error response (#5821)
- Closes #5820
2020-12-24 17:46:39 -05:00
Andreas Ehrencrona
9d9d7bc355
Added types to Node subclasses (#5755) 2020-12-20 11:31:54 -08:00
dmitrage
68538c61eb
Fix various issues with preprocess source maps (#5754) 2020-12-16 10:26:21 -08:00
Ben McCann
91376d285e
Bump TypeScript version (#5758) 2020-12-14 15:49:55 -08:00
Shriji
06ab7a1b9c
Update ScreenToggle.svelte (#5629)
weird padding on button
2020-12-14 14:39:18 +00:00
Liam Egan
1046ca71a7
Remove duplicate sentence (#5751) 2020-12-14 14:38:24 +00:00
Aswin Vayiravan
f1b7c08a09
changed to colour names instead of hex codes for readability (#5772) 2020-12-11 15:55:22 -08:00
Ben McCann
3561bf2b96
Update testing FAQ (#5744) 2020-12-09 14:52:53 -08:00
Aswin Vayiravan
76d4580bcc
Changing hex codes to colour names to improve readability of the tutorial. (#5761) 2020-12-09 07:10:21 -08:00
Ben McCann
391455c58e
Upgrade eslint (#5747) 2020-12-07 08:39:40 -08:00
Adam Rackis
e5aa04ed49
Add clarification on what makes a reactive block reactive to docs. (#5729)
* Add clarification on what makes a reactive block reactive to docs.

* Tweak reactive explanation
2020-12-06 20:54:29 +08:00
Conduitry
e02c291050 -> v3.31.0 2020-12-02 15:55:14 -05:00
Simon H
79214ccb0d
Revert typed SvelteComponent, add SvelteComponentTyped instead (#5738) 2020-12-02 15:53:18 -05:00
Aswin Vayiravan
307b86b030
Renamed 'Now' to 'Vercel' (#5737) 2020-12-01 19:46:09 -08:00
Daniel Sandoval
625e3056bf
"What's new in Svelte" December newsletter (#5706) 2020-12-01 16:16:23 +01:00
Conduitry
cf23eb08c2 -> v3.30.1 2020-11-30 16:21:31 -05:00
Conduitry
f029559855 update changelog 2020-11-30 16:18:33 -05:00
milahu
3d68ceaf8f
support using decoded sourcemaps from SourceMapGenerator (#5732)
Co-authored-by: Conduitry <git@chor.date>
2020-11-30 16:08:08 -05:00
Shriji
910348fd0d
site: example image missing for conditional slot (#5723)
a minor fix

https://github.com/sveltejs/svelte/pull/5383#issuecomment-733890140
2020-11-28 19:41:15 +08:00
Tan Li Hau
ccc61a71d8
add missing export for hasContext (#5727) 2020-11-27 08:06:36 -05:00
Conduitry
505eba84b9 -> v3.30.0 2020-11-24 17:49:20 -05:00
pushkin
94b985effb
make unused transition_out parameters optional (#5587) 2020-11-24 17:48:32 -05:00
Tan Li Hau
9331398299
support spread into slot props (#5616) 2020-11-24 17:47:03 -05:00
Simon H
99000ef42e
typed SvelteComponent(Dev) interface (#5431) 2020-11-24 17:41:22 -05:00
Adam Rackis
201b057ec5
make TypeScript ignore global typings (#5704) 2020-11-23 12:44:23 -05:00
Conduitry
666b7aefa8 update changelog 2020-11-23 11:59:46 -05:00
Tan Li Hau
1cc5bdb9ca
reactive dependency not referenced can't set to undefined initially (#5600) 2020-11-23 11:57:44 -05:00
Tan Li Hau
24c44b9177
fix order of html tags with {#if} in {#key} block (#5685) 2020-11-23 11:41:56 -05:00
Conduitry
342c1e427c update changelog 2020-11-23 11:30:33 -05:00
pushkin
01ead95cbe
add hasContext lifecycle function (#5690) 2020-11-23 11:29:01 -05:00
Conduitry
0aa8cc1c9f update changelog 2020-11-23 11:24:05 -05:00
Wei Zhu
8a20709ce1
fix: add missing walk type in compiler.d.ts (#5696) 2020-11-23 11:23:03 -05:00
Ben McCann
67dea941bb
Fix eslint issue (#5698) 2020-11-19 10:45:03 -08:00
halfnelson
dcfbd69516
Preprocessor sourcemap support (#5584)
Co-authored-by: Milan Hauth <milahu@gmail.com>
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
2020-11-19 10:38:41 -08:00
pushkin
1fa46fde4f
Correct onDestroy behavior description (#5590)
* Update 03-run-time.md

* Update site/content/docs/03-run-time.md

Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>

Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
2020-11-19 07:30:47 +08:00
Antony Jones
449fd1ca1f
Add envinfo note to github bug template 2020-11-18 18:40:29 +00:00
Phippsy
96ac898370
docs: mention that degit requires Git (#5532) 2020-11-18 12:24:43 -05:00
Kevin Åberg Kultalahti
daec25604f
docs: add conditional slot example (#5383) 2020-11-18 09:41:47 -05:00
fivem
ddd79e3f9d
tutorial: remove unneccessary performance.now() call inside raf (#5513) 2020-11-18 07:34:44 -05:00
swyx
e750b7284e
document await...catch shorthand (#5682) 2020-11-17 18:41:35 +08:00
Geoff Rich
02e560c9da
docs a11y: increase color contrast in code block syntax highlighting (#5681) 2020-11-16 10:59:56 -08:00
Conduitry
4524566fda -> v3.29.7 2020-11-10 10:53:12 -05:00
Fraser Darwent
e5124e4045
add register to exports map (#5671) 2020-11-10 10:52:02 -05:00
Kieran Barker
795e5855ba
blog: fix link to Svelte package on npm (#5669) 2020-11-10 08:13:29 -05:00
Conduitry
ed4288fe43 -> v3.29.6 2020-11-09 11:53:32 -05:00
Ben McCann
627aae8c5c
Add package.json to exports map (#5660) 2020-11-09 11:52:51 -05:00
Conduitry
fdd750db21 Revert "fix package when publishing with npm@7"
This reverts commit e2fa0e0fdb.
2020-11-09 11:47:35 -05:00
Conduitry
b135055c5c -> v3.29.5 2020-11-09 11:20:06 -05:00