File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 55
55
" curly-lizards-dream" ,
56
56
" curvy-buses-laugh" ,
57
57
" curvy-cups-cough" ,
58
+ " curvy-flies-exercise" ,
58
59
" curvy-ties-shout" ,
59
60
" cyan-flowers-destroy" ,
60
61
" cyan-spies-grin" ,
65
66
" dry-clocks-grow" ,
66
67
" dry-eggs-play" ,
67
68
" dry-eggs-retire" ,
69
+ " dry-pillows-exist" ,
68
70
" dull-coins-vanish" ,
69
71
" dull-mangos-wave" ,
70
72
" dull-pots-add" ,
106
108
" friendly-lies-camp" ,
107
109
" funny-wombats-argue" ,
108
110
" fuzzy-bags-camp" ,
111
+ " fuzzy-donuts-provide" ,
109
112
" gentle-dolls-juggle" ,
110
113
" gentle-sheep-hug" ,
111
114
" gentle-spies-happen" ,
155
158
" large-clouds-carry" ,
156
159
" large-turkeys-deny" ,
157
160
" late-crabs-lay" ,
161
+ " late-peaches-mate" ,
158
162
" lazy-masks-sit" ,
159
163
" lazy-months-knock" ,
160
164
" lazy-spiders-think" ,
178
182
" lucky-toes-begin" ,
179
183
" many-rockets-give" ,
180
184
" many-trees-fix" ,
185
+ " metal-clouds-raise" ,
181
186
" metal-lobsters-burn" ,
182
187
" mighty-cooks-scream" ,
183
188
" mighty-files-hammer" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.91
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: ensure correct context for action update/destroy functions ([ #11023 ] ( https://github.com/sveltejs/svelte/pull/11023 ) )
8
+
9
+ - feat: more efficient hydration markers ([ #11019 ] ( https://github.com/sveltejs/svelte/pull/11019 ) )
10
+
11
+ - fix: ensure effect cleanup functions are called with null ` this ` ([ #11024 ] ( https://github.com/sveltejs/svelte/pull/11024 ) )
12
+
13
+ - Add ` name ` to HTMLDetailsAttributes ([ #11013 ] ( https://github.com/sveltejs/svelte/pull/11013 ) )
14
+
15
+ - breaking: move compiler.cjs to compiler/index.js ([ #10988 ] ( https://github.com/sveltejs/svelte/pull/10988 ) )
16
+
3
17
## 5.0.0-next.90
4
18
5
19
### Patch Changes
Original file line number Diff line number Diff line change 2
2
"name" : " svelte" ,
3
3
"description" : " Cybernetically enhanced web apps" ,
4
4
"license" : " MIT" ,
5
- "version" : " 5.0.0-next.90 " ,
5
+ "version" : " 5.0.0-next.91 " ,
6
6
"type" : " module" ,
7
7
"types" : " ./types/index.d.ts" ,
8
8
"engines" : {
Original file line number Diff line number Diff line change 6
6
* https://svelte.dev/docs/svelte-compiler#svelte-version
7
7
* @type {string }
8
8
*/
9
- export const VERSION = '5.0.0-next.90 ' ;
9
+ export const VERSION = '5.0.0-next.91 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments