Simon H
7a9b8d03ee
update changelog
2022-08-01 09:15:34 +02:00
Simon H
12cbaea9e5
update changelog
2022-07-28 18:03:13 +02:00
Simon H
5a725713f7
update changelog
2022-07-25 21:10:13 +02:00
Tan Li Hau
01ba78a6fb
Update CHANGELOG.md
2022-07-20 00:02:40 +08:00
Tan Li Hau
791533e7a5
Update CHANGELOG.md
2022-07-17 17:28:56 +08:00
Tan Li Hau
9f3625a7b8
Update CHANGELOG.md
2022-07-17 17:26:54 +08:00
Tan Li Hau
1913e7fad7
Update CHANGELOG.md
2022-07-12 06:55:43 +08:00
Tan Li Hau
ccbf10c163
Update CHANGELOG.md
2022-07-11 09:41:43 +08:00
Tan Li Hau
4617c0d5f5
Update CHANGELOG.md
2022-07-11 02:27:58 +08:00
Conduitry
52153dbce0
-> v3.49.0
2022-07-07 12:43:08 -04:00
Simon H
3798808e74
update changelog
2022-07-06 11:59:44 +02:00
Yuichiro Yamashita
a3ecb44b53
update changelog
2022-07-04 23:58:16 +09:00
Tan Li Hau
4583b17084
Update CHANGELOG.md
2022-07-04 09:48:12 +08:00
Simon H
6f57571507
[feat] add convenience types ComponentType and ComponentProps ( #6770 )
...
ComponentType eases typing "this is a variable that expects a Svelte component constructor (of a certain shape)". Removes the need for SvelteComponentTyped to be an extra type so it can be deprecated in v4 and removed in v5, and SvelteComponent(Dev) can receive the same generic typings as SvelteComponetTyped in v4.
ComponentProps eases typing "give me the props this component expects". Closes #7584
Co-authored-by: Simon Holthausen <simon.holthausen@accso.de>
Co-authored-by: Hofer Ivan <ivan.hofer@outlook.com>
Co-authored-by: Ignatius Bagus <ignatius.mbs@gmail.com>
2022-07-01 14:48:10 +02:00
Simon H
ecb29aa8cf
Update changelog
2022-06-20 13:03:47 +02:00
Yuichiro Yamashita
346c27d4da
[chore] update changelog ( #7602 )
2022-06-12 16:33:27 +02:00
Tan Li Hau
a4fa98c532
Update CHANGELOG.md
2022-05-18 11:14:14 +08:00
Ben McCann
ab48fbadb3
update changelog
2022-05-12 20:12:09 -07:00
Conduitry
6c0b4d1651
-> v3.48.0
2022-04-30 14:38:56 -04:00
Conduitry
ab589ff78c
update changelog
2022-04-30 14:37:51 -04:00
Conduitry
e01115a75c
update changelog
2022-04-30 14:35:49 -04:00
Conduitry
61d1467c25
update changelog
2022-04-30 14:04:39 -04:00
Conduitry
a28e7392c0
update changelog
2022-04-30 13:59:08 -04:00
Conduitry
263350019f
update changelog
2022-04-30 13:56:21 -04:00
Tan Li Hau
9e8592ef2c
Update CHANGELOG.md
2022-04-20 00:25:15 +08:00
Tan Li Hau
0c1bfcb2ea
Update CHANGELOG.md
2022-04-16 10:26:46 +08:00
Tan Li Hau
df75dd77f4
Update CHANGELOG.md
2022-04-16 09:42:12 +08:00
Yosuke Ota
3a238fe057
[fix] strip leading newline after <pre>
and <textarea>
( #7280 )
...
Fixes #7264
2022-04-14 16:31:03 +02:00
Tan Li Hau
4aff59b080
[fix] correctly track dependencies of let: bindings ( #7448 )
...
Fixes #7440
2022-04-13 17:34:40 +02:00
Bjorn Lu
0f94c890f5
[feat] dispatch cancelable custom events ( #7064 )
2022-04-12 22:52:22 +08:00
Tan Li Hau
f100d96898
Update CHANGELOG.md
2022-04-12 16:49:59 +08:00
Tan Li Hau
fc19537995
Update CHANGELOG.md
2022-04-12 16:40:34 +08:00
Tan Li Hau
c36f1c066e
Update CHANGELOG.md
2022-04-11 08:51:37 +08:00
Conduitry
467ba0a920
-> v3.47.0
2022-04-08 14:24:31 -04:00
Simon H
cd3bb35342
update changelog
2022-04-08 19:32:35 +02:00
Simon H
f6fd8e1ec8
update changelog
2022-04-08 16:59:03 +02:00
Tan Li Hau
54197c5a1f
Update CHANGELOG.md
2022-04-08 22:26:32 +08:00
Tan Li Hau
fdca706e87
Update CHANGELOG.md
2022-04-06 18:47:55 +08:00
Conduitry
2041ab6fe8
-> v3.46.6
2022-03-31 10:15:06 -04:00
GHOST
b04c4a201f
[fix] include action in pkg.files ( #7407 )
2022-03-31 10:13:11 -04:00
Conduitry
468ed37650
-> v3.46.5
2022-03-30 11:03:55 -04:00
Conduitry
428023ea58
update changelog
2022-03-30 10:50:54 -04:00
Simon H
1632bca34e
Update changelog
2022-03-03 12:24:04 +01:00
Simon H
b26aa1c865
Update changelog
2022-03-03 08:27:41 +01:00
Ben McCann
2c629bcc0c
Update CHANGELOG.md
2022-03-02 16:57:26 -08:00
Simon H
8073768f65
update changelog
2022-02-26 19:37:53 +01:00
Jacob Størdahl
b6441eb655
[fix] add aria-description aria_attributes - ( #7302 )
...
Fixes #7301
2022-02-22 17:39:27 +01:00
Conduitry
eb6fb66f19
-> v3.46.4
2022-02-03 12:59:55 -05:00
Simon H
198883f21f
update changelog
2022-02-02 09:38:09 +01:00
Simon H
be3d82733f
[fix] prevent maximum call stack size exceeded error on large pages ( #7203 )
...
Co-authored-by: milahu <milahu@gmail.com>
Co-authored-by: Simon <simon.holthausen@accso.de>
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
2022-01-31 14:23:44 -08:00
Conduitry
883dfecb3c
-> v3.46.3
2022-01-26 10:18:42 -05:00
Conduitry
c1544ec6a7
update changelog
2022-01-26 10:18:14 -05:00
Conduitry
0881aa98d7
update changelog
2022-01-26 09:52:29 -05:00
Andreas Ehrencrona
a4e4027f79
Handle whitespace inside #each with animation ( #5477 )
...
* Strip out whitespace inside each when it has an animation
* remove accidentally committed file
* lint
* add test to validate no error
* update changelog
Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
Co-authored-by: tanhauhau <lhtan93@gmail.com>
Co-authored-by: Tan Li Hau <tanhauhau@users.noreply.github.com>
2022-01-15 11:47:02 +08:00
Conduitry
e4a3a875f3
-> v3.46.2
2022-01-14 18:44:07 -05:00
Conduitry
de6c7c5d18
update changelog
2022-01-14 12:18:17 -05:00
Simon H
0096106b12
update changelog
2022-01-14 11:49:52 +01:00
Conduitry
b818bbc17c
fix changelog typo
2022-01-12 15:31:32 -05:00
Conduitry
0b369f122b
-> v3.46.1
2022-01-12 15:15:16 -05:00
Conduitry
db0c6b94a0
update changelog
2022-01-12 15:14:53 -05:00
Simon H
4ae20d7fdf
update changelog
2022-01-12 11:43:25 +01:00
Conduitry
4d1d1861eb
-> v3.46.0
2022-01-11 17:11:09 -05:00
Conduitry
0f31fb034b
update changelog
2022-01-11 17:10:36 -05:00
Ben McCann
d5fde793c1
update changelog
2022-01-11 11:55:59 -08:00
Ben McCann
1143b5615a
update changelog
2022-01-09 06:15:07 -08:00
Conduitry
deed340cf5
-> v3.45.0
2022-01-06 16:08:11 -05:00
Conduitry
129d81710e
update changelog
2022-01-06 16:07:31 -05:00
Conduitry
4627bdde73
update changelog
2022-01-06 15:30:32 -05:00
Conduitry
fb419d2fda
[fix] code generation with arrow functions and object destructuring assignments ( #7110 )
2022-01-06 14:27:09 -05:00
Conduitry
3f577d0bcc
update changelog
2022-01-06 11:08:07 -05:00
pngwn
4240455e02
[fix] ensure truthy non-boolean attributes are rendered correctly in SSR ( #7066 )
2022-01-06 10:14:09 -05:00
Simon H
897a21087c
update changelog
2022-01-03 11:36:56 +01:00
Conduitry
52549c466b
update changelog
...
#6941 in fact addressesd a separate issue, specific to one-way binding
2021-12-13 15:47:23 -05:00
Conduitry
dc81e14684
-> v3.44.3
2021-12-13 14:34:17 -05:00
Conduitry
a991ac48ba
update changelog
2021-12-13 14:32:47 -05:00
Conduitry
3fcc1162a6
update changelog
2021-12-13 10:33:56 -05:00
Conduitry
f2d4a10741
update changelog
2021-12-13 10:04:08 -05:00
Conduitry
03ef0e46e9
-> v3.44.2
2021-11-19 07:20:36 -05:00
Conduitry
9e30326458
update changelog
2021-11-19 07:19:59 -05:00
Simon H
eaa9ffa330
[fix] add types field to exports ( #6937 )
...
This will be needed when TS adds the new node module resolution algorithm. It also solves https://github.com/microsoft/TypeScript/issues/46860 on our end.
Closes #6939
2021-11-19 09:29:20 +01:00
Simon H
d5370f23d3
[fix] more specific return type for crossfade ( #6927 )
...
People with "noUncheckedIndexedAccess" set to true in their tsconfig would get false errors when accessing the return type because without this specific tuple typing, TS infers the return type as being an array of functions, not a tuple of functions.
Fixes #6926
2021-11-14 15:15:28 +01:00
Conduitry
7ae1e6ed1e
update changelog
2021-11-09 07:22:58 -05:00
Conduitry
4e004ee073
-> v3.44.1
2021-11-01 09:59:26 -04:00
Conduitry
e055570765
-> v3.44.0
2021-10-17 13:07:27 -04:00
Conduitry
3f11232d24
-> v3.43.2
2021-10-12 16:16:44 -04:00
Conduitry
33deaaa4c4
-> v3.43.1
2021-09-30 08:27:19 -04:00
Conduitry
66b2385c31
-> v3.43.0
2021-09-22 16:41:31 -04:00
Conduitry
9ffab9d4d7
update changelog
2021-09-22 16:40:56 -04:00
Conduitry
58c13db4b0
update changelog
2021-09-22 15:41:11 -04:00
Conduitry
f4d0044ce1
update changelog
2021-09-22 13:23:49 -04:00
Conduitry
dad0284771
-> v3.42.6
2021-09-15 16:29:56 -04:00
Conduitry
33c0c43833
update changelog
2021-09-15 16:29:25 -04:00
Simon H
98aefd3cf6
[fix] make Source type in preprocess private ( #6726 )
...
Is only used internally, shouldn't be exposed. Fixes #6622
2021-09-15 19:02:54 +02:00
Conduitry
e34195d60d
-> v3.42.5
2021-09-10 12:15:20 -04:00
Conduitry
16ec808345
update changelog
2021-09-10 11:58:09 -04:00
Conduitry
a7c7253691
update changelog
2021-09-10 11:39:35 -04:00
Conduitry
3c5cea114c
-> v3.42.4
2021-08-27 15:33:04 -04:00
Conduitry
ae268d1bb8
update changelog
2021-08-27 15:10:42 -04:00
Conduitry
eee5e459d3
update changelog
2021-08-27 15:02:39 -04:00
Conduitry
6ecdf7e2fb
update changelog
2021-08-27 14:56:42 -04:00