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

641 Commits

Author SHA1 Message Date
Ben McCann
2077a7b2a0 update changelog 2021-07-02 12:13:33 -07:00
Tan Li Hau
98bec66f51
update changelog 2021-06-29 15:11:06 +08:00
Tan Li Hau
f757de328a
update changelog 2021-06-29 10:18:35 +08:00
Tan Li Hau
eadb83b934
update changelog 2021-06-29 09:45:18 +08:00
Simon H
7b914a46b1
update changelog 2021-06-28 13:11:35 +02:00
Simon H
40f4615cf4
update changelog 2021-06-28 12:52:47 +02:00
Tan Li Hau
50bff36407
update changelog 2021-06-28 18:14:08 +08:00
Tan Li Hau
e69c05a7db
Update CHANGELOG.md 2021-06-28 14:48:33 +08:00
Simon H
5f584d165a
update unreleased 2021-06-27 18:49:59 +02:00
Conduitry
716d54571e -> v3.38.3 2021-06-22 11:12:18 -04:00
Conduitry
1741699957 update changelog 2021-06-22 11:04:24 -04:00
Conduitry
3c889da6b7 update changelog 2021-06-22 10:35:49 -04:00
Conduitry
96b5669572 update changelog 2021-06-22 10:28:01 -04:00
Conduitry
7e4112d184 update changelog 2021-06-22 10:14:36 -04:00
Conduitry
dd58bf9c05 update changelog 2021-06-22 10:13:23 -04:00
Conduitry
b9e19004cb update changelog 2021-06-22 10:04:56 -04:00
Conduitry
cba92ad2a9 update changelog 2021-06-22 09:51:15 -04:00
Conduitry
3f87ff7c56 update changelog 2021-06-22 09:49:23 -04:00
Conduitry
6f81c230ae update changelog 2021-06-22 09:46:11 -04:00
Simon H
c5f588ee50
Fix generic props relationship in SvelteComponentTyped (#6400)
A recent refactoring commit where the constructor definition was moved to an interface disconnected the props relationship of the props that are passed in the constructor and the instance props
2021-06-13 12:56:01 +02:00
Ignatius Bagus
b295d68ec6
fix types: allow writable/readable empty initialization (#6293)
Fixes #6291
Fixes #6345

Both writable and readable initialized without any arguments are already valid, but TS complains about it. This makes both allowed to be emptily initialized. It's also possible to invoke readable with one argument only.
2021-05-20 15:31:51 +02:00
Ben McCann
086cff2272
Add issue number to changelog 2021-05-03 13:51:13 -07:00
Conduitry
5975b2dbd2 -> v3.38.2 2021-05-03 16:38:14 -04:00
Conduitry
6d16e92606
Revert hydration optimisation (#6290)
Co-authored-by: haveyaseen <haveyaread@gmail.com>
2021-05-03 16:37:19 -04:00
Conduitry
166a61aa26 -> v3.38.1 2021-05-01 11:10:09 -04:00
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
Conduitry
7ef869fc76 update changelog 2021-04-30 11:56:39 -04:00
Conduitry
20cb78377d update changelog 2021-04-30 11:53:01 -04:00
Conduitry
c8632a9b53 update changelog 2021-04-30 11:49:21 -04:00
Conduitry
f0f8fae114 update changelog 2021-04-30 11:38:27 -04:00
Conduitry
ce55e10df5 update changelog 2021-04-30 10:37:18 -04:00
Conduitry
0e8ed759a0 update changelog 2021-04-30 10:19:05 -04:00
Conduitry
6d5a200e04 update changelog 2021-04-30 10:13:57 -04:00
Mohammed Al-Qurafi
a39fc8de72
Add "context" typing to SvelteComponent constructor options (#6236) 2021-04-24 16:10:02 +02: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
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