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

753 Commits

Author SHA1 Message Date
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