File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 101
101
" eight-steaks-shout" ,
102
102
" eighty-bikes-camp" ,
103
103
" eighty-days-cheat" ,
104
+ " eighty-lizards-notice" ,
104
105
" eleven-beers-yell" ,
105
106
" eleven-cycles-applaud" ,
106
107
" empty-bags-heal" ,
107
108
" empty-bulldogs-exercise" ,
108
109
" empty-coins-build" ,
109
110
" empty-crabs-think" ,
111
+ " empty-flowers-change" ,
110
112
" empty-geckos-pretend" ,
111
113
" empty-tools-share" ,
112
114
" fair-bags-smoke" ,
152
154
" gentle-sheep-hug" ,
153
155
" gentle-spies-happen" ,
154
156
" gentle-toys-chew" ,
157
+ " gentle-trees-exercise" ,
155
158
" giant-bananas-turn" ,
156
159
" giant-moons-own" ,
157
160
" giant-planets-shake" ,
163
166
" good-pianos-jump" ,
164
167
" good-plums-type" ,
165
168
" good-rivers-yawn" ,
169
+ " good-roses-argue" ,
166
170
" gorgeous-monkeys-carry" ,
167
171
" gorgeous-singers-rest" ,
168
172
" great-fans-unite" ,
302
306
" pink-goats-promise" ,
303
307
" pink-mayflies-tie" ,
304
308
" plenty-starfishes-dress" ,
309
+ " plenty-zoos-fix" ,
305
310
" polite-dolphins-care" ,
306
311
" polite-pumpkins-guess" ,
307
312
" polite-ravens-study" ,
308
313
" poor-eggs-enjoy" ,
309
314
" poor-hats-design" ,
310
315
" poor-seahorses-flash" ,
316
+ " popular-apes-bathe" ,
311
317
" popular-ligers-perform" ,
312
318
" popular-mangos-rest" ,
313
319
" popular-walls-hunt" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.132
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: improve runtime overhead of creating comment templates ([ #11591 ] ( https://github.com/sveltejs/svelte/pull/11591 ) )
8
+
9
+ - fix: replicate Svelte 4 props update detection in legacy mode ([ #11577 ] ( https://github.com/sveltejs/svelte/pull/11577 ) )
10
+
11
+ - fix: allow for non optional chain call expression in render ([ #11578 ] ( https://github.com/sveltejs/svelte/pull/11578 ) )
12
+
13
+ - fix: correctly handle falsy values of style directives in SSR mode ([ #11583 ] ( https://github.com/sveltejs/svelte/pull/11583 ) )
14
+
15
+ - fix: improve handling of lazy image elements ([ #11593 ] ( https://github.com/sveltejs/svelte/pull/11593 ) )
16
+
17
+ - fix: skip deriveds for props with known safe calls ([ #11595 ] ( https://github.com/sveltejs/svelte/pull/11595 ) )
18
+
3
19
## 5.0.0-next.131
4
20
5
21
### 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.131 " ,
5
+ "version" : " 5.0.0-next.132 " ,
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.131 ' ;
9
+ export const VERSION = '5.0.0-next.132 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments