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
Maxime LUCE
08047c14b6
Pass full markup source to preprocessors ( #6169 )
2021-04-12 18:00:38 +02:00
Geoff Rich
a55295de8c
docs: mention that svelte:self can be in a slot ( #6184 )
2021-04-12 08:01:41 +08:00
Simon H
52d6a5905d
Update unreleased
2021-04-11 17:49:23 +02:00
Fielding Johnston
3b4d53e611
fix(store): add missing derived
type definition ( #6172 )
2021-04-09 08:32:17 -07:00
Antony Jones
5c309a5a78
Add sponsorship button
2021-04-09 00:23:21 +01:00
Daniel Sandoval
c7e820e08f
"What's new in Svelte" April newsletter ( #6129 )
2021-04-01 12:48:31 +02:00
Conduitry
26d006591d
-> v3.37.0
2021-03-31 12:14:28 -04:00
Peter Boling
5ba7d35921
site: improve grammar in tutorial comment ( #6156 )
2021-03-31 11:16:23 -04:00
Tan Li Hau
6c5257beb2
allow passing in context in constructor ( #6032 )
...
Co-authored-by: Conduitry <git@chor.date>
2021-03-31 11:07:32 -04:00
GeopJr
bcf2313a34
ci: cache node_modules ( #6048 )
2021-03-30 11:39:33 -07:00
Ben McCann
31cb5206e0
Remove trailing whitespace
2021-03-30 11:33:42 -07:00
Mitchell Austin
00acbf2117
Tutorial: remove outline on scrollbar thumb ( #6090 )
2021-03-30 11:30:29 -07:00
dependabot[bot]
4ccd65fdc3
Bump y18n from 4.0.0 to 4.0.1 ( #6151 )
...
Bumps [y18n](https://github.com/yargs/y18n ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases )
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yargs/y18n/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-30 11:21:42 -07:00
Conduitry
ed01d16a8e
-> v3.36.0
2021-03-29 22:57:06 -04:00
Conduitry
286c60da4d
fix missing slotted elements in AST ( #6148 )
2021-03-29 22:55:52 -04:00
Mark A Shuttleworth
e84e356ca5
site: fix grammatical issue in tutorial/update ( #6136 )
2021-03-29 22:47:54 -04:00
Conduitry
32f58b9d41
update changelog
2021-03-29 22:41:40 -04:00
Luke Edwards
e5a5eaeef0
fix: revert breaking change for compiler/preprocess
types location ( #6100 )
2021-03-29 22:39:39 -04:00
Stephane
47e1eeed56
Add documentation and tutorial for svelte:fragment ( #6097 )
2021-03-29 23:01:29 +02:00
Alaric von Teplitz
ddfe920ede
Spelling error fix. ( #6131 )
2021-03-28 17:45:34 +02:00
Simon H
ff0ccb8755
Update unreleased
2021-03-24 16:03:46 +01:00
Sang
18d9fb56f7
Export store's useful typescript definitions ( #5887 )
...
fixes #5864
2021-03-24 16:02:14 +01:00
Simon H
4e346b9970
Update unreleased
2021-03-24 15:52:57 +01:00
Umang Galaiya
27a61a709b
Export interfaces for transition params ( #5221 )
...
fixes #5207
2021-03-24 15:51:24 +01:00