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

6215 Commits

Author SHA1 Message Date
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
Tan Li Hau
3d1af7fb68
support :global() in compound selector (#6223) 2021-04-30 10:35:40 -04:00
Conduitry
0e8ed759a0 update changelog 2021-04-30 10:19:05 -04:00
Lyu, Wei-Da
00e58e7bc8
Fix {#await} block scope when updating (#6219) 2021-04-30 10:18:07 -04:00
Conduitry
6d5a200e04 update changelog 2021-04-30 10:13:57 -04:00
halfnelson
4633697214
Don't auto change to svg namespace when in foreign namespace (#6261) 2021-04-30 10:10:49 -04:00
Mohammed Al-Qurafi
a39fc8de72
Add "context" typing to SvelteComponent constructor options (#6236) 2021-04-24 16:10:02 +02:00
BabakFP
ec2540787a
Changing tutorial/example order from script-style-html to script-html-style (#6213)
Also change button style in one tutorial
2021-04-22 18:05:13 +02:00
Mlocik97
697d4c7f51
Add link to SvelteKit to Svelte website. (#6161) 2021-04-21 13:36:51 -07:00
Mauricio Paternina
27234275c0
tutorial: fix custombutton colors for a11y contrast (#6212) 2021-04-21 09:46:00 -07:00
Ben McCann
10e3e3dae8
Improve SSR hydration performance (#6204)
* Improve SSR hydration performance

- Fixes #4308 by avoiding de- and reattaching nodes during hydration
- Turns existing append, insert and detach methods into "upserts"

The new "hydration mode" was added in order to maintain the detach by
default behavior during hydration. By tracking which nodes are claimed
during hydration unclaimed nodes can then removed from the DOM at the
end of hydration without touching the remaining nodes.

Co-authored-by: Jonatan Svennberg <jonatan.svennberg@gmail.com>
2021-04-21 09:42:52 -07:00
Ben McCann
f322e3fba4
Upgrade version of jsdom used in tests (#6202) 2021-04-19 12:18:05 -07:00
Maxime LUCE
370dd4d81b
ci: increase timeouts to avoid random breaks (#6193) 2021-04-16 10:22:18 -07:00
Simon H
dafbdc286e
Update unreleased 2021-04-12 18:01:21 +02:00