0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-30 00:46:29 +01:00
Commit Graph

587 Commits

Author SHA1 Message Date
Conduitry
d3f3ea38d0 -> v3.32.3 2021-02-10 22:02:27 -05:00
Tan Li Hau
e8094df779
fix remove of lone :host selectors (#5984) 2021-02-10 22:01:50 -05:00
Conduitry
160a4eccd1 -> v3.32.2 2021-02-08 14:28:02 -05:00
Conduitry
341948e166 update changelog 2021-02-08 14:24:39 -05:00
Tan Li Hau
44f41c9edd
fix :host and :global css scoping (#5957) 2021-02-08 11:26:46 -05:00
Conduitry
df191385f5 -> v3.32.1 2021-01-29 15:06:30 -05:00
Tan Li Hau
6589aa2548
warn module variables are nonreactive and make them truly nonreactive (#5847) 2021-01-29 15:05:04 -05:00
Conduitry
dd7403ade4 update changelog 2021-01-29 13:32:41 -05:00
Conduitry
47baa1965d update changelog 2021-01-29 11:48:55 -05:00
Tan Li Hau
6207596175
fix extraneous store subscription in SSR (#5929) 2021-01-29 11:07:33 -05:00
Simon H
0f3264e205
make SvelteComponentDev typings more forgiving (#5937)
Add `$$events_def` and `$$slot_def` so that users can do
```
let el: SvelteComponent;
<SomeComponent bind:this={el} />
```
without type errors.
2021-01-29 10:59:57 -05:00
Simon H
842a0b1a07
make animation/transition params optional (#5936)
They are not needed for most of the functions and should be marked as optional accordingly to make TypeScript users happy.

Fixes sveltejs/language-tools#785
2021-01-29 10:52:19 -05:00
Conduitry
f00348c14c update changelog 2021-01-29 10:34:30 -05:00
Conduitry
b3431f9bf2 update changelog 2021-01-29 10:20:06 -05:00
Conduitry
94439ef5e7 fix changelog link 2021-01-25 17:55:36 -05:00
Conduitry
290746cfbd -> v3.32.0 2021-01-25 17:52:53 -05:00
halfnelson
a7eff8894f
add foreign namespace to preserve attribute case and skip HTML-specific a11y validations (#5652) 2021-01-25 16:25:10 -05:00
Conduitry
d5f2ddc417 update changelog 2021-01-25 15:59:55 -05:00
Simon H
8364048d95
Update unreleased 2021-01-20 09:35:34 +01:00
Conduitry
8180c5dd6c fix issue link in changelog 2021-01-04 17:08:54 -05:00
Conduitry
c758028cde -> v3.31.2 2021-01-04 16:53:01 -05:00
Tan Li Hau
734257001d
deconflict conextual action variable (#5839) 2021-01-04 16:51:55 -05:00
Tan Li Hau
5949c4a594
fix await outro race condition (#5850) 2021-01-04 16:19:24 -05:00
Tan Li Hau
9cc21e3c09
fix removing elements that are currently transitioning out (#5849) 2021-01-04 15:50:22 -05:00
Tan Li Hau
82fcdfc2fa
rework SSR store autosubscription (#5419) 2021-01-04 14:41:11 -05:00
Conduitry
2eda5b0bf3 fix issue link in changelog 2021-01-01 21:05:08 -05:00
Conduitry
60ac0a4174 -> v3.31.1 2021-01-01 21:01:05 -05:00
Conduitry
77438e1740 update changelog 2021-01-01 20:58:58 -05:00
Tan Li Hau
1da4105d65
fix deep object property as action (#5845) 2021-01-01 20:48:03 -05:00
Tan Li Hau
08cb3142e9
keep each block value (#5841) 2021-01-01 20:41:31 -05:00
Tan Li Hau
63669330f6
maintain context for keyed each (#5840) 2021-01-01 20:28:11 -05:00
Tan Li Hau
a41c7644e6
shift injected declarations to the top (#5837) 2021-01-01 19:59:35 -05:00
Tan Li Hau
2d5d6b05ed
warn if React attributes are used (#5836) 2021-01-01 19:49:03 -05:00
Tan Li Hau
662d9b44e6
fix checkbox bind:group when index depends on another context (#5835) 2021-01-01 19:35:43 -05:00
Conduitry
2d697a38c5 update changelog 2021-01-01 19:23:21 -05:00
Conduitry
e02c291050 -> v3.31.0 2020-12-02 15:55:14 -05: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
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
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
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
Conduitry
0aa8cc1c9f update changelog 2020-11-23 11:24:05 -05:00
Conduitry
4524566fda -> v3.29.7 2020-11-10 10:53:12 -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