Tan Li Hau
3f990a96ba
Use SSR rendered as initial html for runtime hydration test ( #4444 )
2021-06-18 19:06:01 -07:00
pngwn
8dd9c1b098
docs: make yaml frontmatter in blogs valid ( #6206 )
2021-06-15 11:51:45 -07:00
Ben McCann
c441fb1ad1
Bump site-kit ( #6407 )
2021-06-15 11:51:09 -07:00
Rui Sousa
9051ee011e
Fix ScreenToggle button styling so text is centered ( #6394 )
2021-06-15 08:53:53 -07:00
Simon H
c5f588ee50
Fix generic props relationship in SvelteComponentTyped ( #6400 )
...
A recent refactoring commit where the constructor definition was moved to an interface disconnected the props relationship of the props that are passed in the constructor and the instance props
2021-06-13 12:56:01 +02:00
dependabot[bot]
6e9ecd8159
Bump glob-parent from 5.1.1 to 5.1.2 ( #6390 )
...
Bumps [glob-parent](https://github.com/gulpjs/glob-parent ) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases )
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md )
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2 )
---
updated-dependencies:
- dependency-name: glob-parent
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-10 14:08:19 -07:00
dependabot[bot]
e6c2c8ed9f
Bump ws from 6.2.1 to 6.2.2 ( #6383 )
...
Bumps [ws](https://github.com/websockets/ws ) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/commits )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-06 08:10:49 -07:00
Debargha Roy
8f6bb14e69
Minor update to svelte:body-tutorial ( #6376 )
...
Switch style/html order
2021-06-02 09:06:07 +02:00
Andrew Lee
791104d9fe
Adjust store unsubscribe tutorial section ( #5975 )
...
The `unsubscribe` function in the first step was without any usage, which lead to confusion
2021-06-01 14:19:30 +02:00
Daniel Sandoval
2ae79f6815
"What's new in Svelte" June newsletter ( #6356 )
2021-05-30 15:35:40 +02:00
Simon H
e27d71f0cf
docs: fix typo
2021-05-30 12:33:20 +02:00
Kai
1a1f36edcf
Tutorial: Description fix - each block bindings ( #5974 )
...
The chapter highlights event binding in `each` block which is missing within the snippet. Thus it seems reasonable to include it within the description snippet block.
2021-05-29 19:56:17 +02:00
Paul Murray
ad29604d6b
Docs: Rename slot let section ( #6018 )
...
The title of this section was a bit confusing, since `<slot let:name={value} />` is not actually the correct syntax
2021-05-29 19:46:20 +02:00
Dan Kozlov
cc58f60002
Add a note that bind:files is readonly ( #6099 )
2021-05-29 19:44:25 +02:00
Stephane
b1d09a4aa2
Clarify that special elements have to be top level ( #6240 )
2021-05-29 19:36:35 +02:00
Bashu Naimi-Roy
8184bd5219
docs: update Keyed Each Blocks tutorial ( #6358 )
2021-05-29 19:31:11 +02:00
Simon H
4acfb05315
Docs: Clarify that @html
does not compile Svelte code ( #6349 )
2021-05-29 18:44:42 +02:00
gltchitm
7c21f919ad
site: filter out bot contributors ( #6352 )
2021-05-27 12:08:23 -07:00
Konstantin Nosov
fd9eea28f2
remove redundant CSS ( #6355 )
2021-05-26 11:13:37 -07:00
Konstantin Nosov
2ce3a58188
combine padding specifications ( #6354 )
2021-05-26 11:13:16 -07:00
dependabot[bot]
7c4a08e109
Bump browserslist from 4.16.0 to 4.16.6 in /site ( #6361 )
...
Bumps [browserslist](https://github.com/browserslist/browserslist ) from 4.16.0 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases )
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md )
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.0...4.16.6 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-26 11:07:55 -07:00
Ignatius Bagus
b295d68ec6
fix types: allow writable/readable empty initialization ( #6293 )
...
Fixes #6291
Fixes #6345
Both writable and readable initialized without any arguments are already valid, but TS complains about it. This makes both allowed to be emptily initialized. It's also possible to invoke readable with one argument only.
2021-05-20 15:31:51 +02:00
Adam Alexander
3301b09619
Fix tutorial instructions refer to wrong line number in code ( #6342 )
...
Instructions refer to wrong line number
Video element is not on line 116, it's on line 58
2021-05-19 11:40:42 +02:00
Ajit Krishna
b11f5b12f5
Update <svelte:options> copy ( #6339 )
...
<svelte:options> is not the last lesson in "Special Elements"
2021-05-18 16:27:44 +02:00
Lawrence Logoh
58b897fc83
updated select-bindings text.md ( #6333 )
...
Referenced line is now 20 instead of 24
2021-05-16 14:16:24 +02:00
Walker Lockard
19e4a4fdf3
Update tutorial text.md ( #6329 )
...
The component referenced in text.md is no longer on line 33 of the provided code.
2021-05-16 08:39:39 +02:00
dependabot[bot]
0a3be1d041
Bump hosted-git-info from 2.7.1 to 2.8.9 ( #6315 )
...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info ) from 2.7.1 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases )
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md )
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.7.1...v2.8.9 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-10 15:19:23 -07:00
dependabot[bot]
cd893cda41
Bump hosted-git-info from 2.8.8 to 2.8.9 in /site ( #6318 )
...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info ) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases )
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md )
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-10 15:19:12 -07:00
dependabot[bot]
a1600ff68e
Bump lodash from 4.17.20 to 4.17.21 in /site ( #6309 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-07 21:35:23 -07:00
dependabot[bot]
8659f717d9
Bump lodash from 4.17.19 to 4.17.21 ( #6307 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-07 21:35:13 -07:00
Ben McCann
086cff2272
Add issue number to changelog
2021-05-03 13:51:13 -07:00
Conduitry
5975b2dbd2
-> v3.38.2
2021-05-03 16:38:14 -04:00
Conduitry
6d16e92606
Revert hydration optimisation ( #6290 )
...
Co-authored-by: haveyaseen <haveyaread@gmail.com>
2021-05-03 16:37:19 -04:00
Alex Iglesias
341160f782
[Tutorial] Update Chapter 19 to reference SvelteKit ( #6284 )
2021-05-03 08:27:11 -07:00
Daniel Sandoval
7b6526ed70
"What's new in Svelte" May newsletter ( #6243 )
2021-05-01 18:35:42 +02:00
Conduitry
166a61aa26
-> v3.38.1
2021-05-01 11:10:09 -04:00
Tan Li Hau
94bfeae5d5
fix claim_text ( #6275 )
2021-05-01 11:08:30 -04:00
Conduitry
b3a642c3d3
-> v3.38.0
2021-04-30 12:32:24 -04:00
Conduitry
1b4c83c41f
update changelog
2021-04-30 12:07:56 -04:00
Tan Li Hau
ebd21ae6d3
fix updating of slot contents when aborting transition ( #6042 )
2021-04-30 12:05:43 -04:00
Vidit Sarkar
93a5511447
rename LICENSE to LICENSE.md ( #6239 )
2021-04-30 12:00:18 -04:00
Conduitry
7ef869fc76
update changelog
2021-04-30 11:56:39 -04:00
Térence Hollander
842b8412b6
fix(a11y): do not warn if href value is dynamic ( #6110 )
2021-04-30 11:55:38 -04:00
Conduitry
20cb78377d
update changelog
2021-04-30 11:53:01 -04:00
Milan Jaritz
ff23c45de1
fix types: make crossfade fallback param optional ( #6201 )
2021-04-30 11:52:11 -04:00
Conduitry
c8632a9b53
update changelog
2021-04-30 11:49:21 -04:00
Geoff Rich
7042755e7a
fix setting boolean attributes on custom elements ( #6073 )
2021-04-30 11:48:27 -04:00
Conduitry
f0f8fae114
update changelog
2021-04-30 11:38:27 -04:00
Tan Li Hau
02b49a1bb4
implement passing CSS custom properties to components ( #6237 )
2021-04-30 11:36:36 -04:00
Conduitry
ce55e10df5
update changelog
2021-04-30 10:37:18 -04:00