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 101101 " eight-steaks-shout" ,
102102 " eighty-bikes-camp" ,
103103 " eighty-days-cheat" ,
104+ " eighty-lizards-notice" ,
104105 " eleven-beers-yell" ,
105106 " eleven-cycles-applaud" ,
106107 " empty-bags-heal" ,
107108 " empty-bulldogs-exercise" ,
108109 " empty-coins-build" ,
109110 " empty-crabs-think" ,
111+ " empty-flowers-change" ,
110112 " empty-geckos-pretend" ,
111113 " empty-tools-share" ,
112114 " fair-bags-smoke" ,
152154 " gentle-sheep-hug" ,
153155 " gentle-spies-happen" ,
154156 " gentle-toys-chew" ,
157+ " gentle-trees-exercise" ,
155158 " giant-bananas-turn" ,
156159 " giant-moons-own" ,
157160 " giant-planets-shake" ,
163166 " good-pianos-jump" ,
164167 " good-plums-type" ,
165168 " good-rivers-yawn" ,
169+ " good-roses-argue" ,
166170 " gorgeous-monkeys-carry" ,
167171 " gorgeous-singers-rest" ,
168172 " great-fans-unite" ,
302306 " pink-goats-promise" ,
303307 " pink-mayflies-tie" ,
304308 " plenty-starfishes-dress" ,
309+ " plenty-zoos-fix" ,
305310 " polite-dolphins-care" ,
306311 " polite-pumpkins-guess" ,
307312 " polite-ravens-study" ,
308313 " poor-eggs-enjoy" ,
309314 " poor-hats-design" ,
310315 " poor-seahorses-flash" ,
316+ " popular-apes-bathe" ,
311317 " popular-ligers-perform" ,
312318 " popular-mangos-rest" ,
313319 " popular-walls-hunt" ,
Original file line number Diff line number Diff line change 11# svelte
22
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+
319## 5.0.0-next.131
420
521### Patch Changes
Original file line number Diff line number Diff line change 22 "name" : " svelte" ,
33 "description" : " Cybernetically enhanced web apps" ,
44 "license" : " MIT" ,
5- "version" : " 5.0.0-next.131 " ,
5+ "version" : " 5.0.0-next.132 " ,
66 "type" : " module" ,
77 "types" : " ./types/index.d.ts" ,
88 "engines" : {
Original file line number Diff line number Diff line change 66 * https://svelte.dev/docs/svelte-compiler#svelte-version
77 * @type {string }
88 */
9- export const VERSION = '5.0.0-next.131 ' ;
9+ export const VERSION = '5.0.0-next.132 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments