Simon H
dafbdc286e
Update unreleased
2021-04-12 18:01:21 +02:00
Simon H
52d6a5905d
Update unreleased
2021-04-11 17:49:23 +02:00
Conduitry
26d006591d
-> v3.37.0
2021-03-31 12:14:28 -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
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
Conduitry
32f58b9d41
update changelog
2021-03-29 22:41:40 -04:00
Simon H
ff0ccb8755
Update unreleased
2021-03-24 16:03:46 +01:00
Simon H
4e346b9970
Update unreleased
2021-03-24 15:52:57 +01:00
Conduitry
c56653dfd6
-> v3.35.0
2021-03-01 16:18:45 -05:00
Conduitry
2853be1ff2
update changelog
2021-03-01 16:04:26 -05:00
Rich Harris
f792c14492
-> v3.34.0
2021-02-25 18:08:50 -05:00
Conduitry
5c8807e523
-> v3.33.0
2021-02-25 07:38:35 -05:00
Tan Li Hau
d17a90cc44
allow destructured defaults to refer to variables ( #5986 )
...
Co-authored-by: M. Habib Rosyad <habib@volantis.io>
Co-authored-by: Conduitry <git@chor.date>
2021-02-25 11:36:44 -05:00
Tan Li Hau
b764374b62
no warning on contextual-store if declaring it as a parameter / variable ( #6008 )
2021-02-25 10:53:23 -05:00
Conduitry
8ea4fb1106
update changelog
2021-02-25 06:23:08 -05:00
Antony Jones
6928f9492c
Emphasis on method name
2021-02-15 22:47:20 +00:00
Antony Jones
48b56bd819
Update changelog
2021-02-15 22:46:14 +00:00
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