File tree 4 files changed +30
-2
lines changed
4 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 87
87
" cool-roses-trade" ,
88
88
" cuddly-pianos-drop" ,
89
89
" cuddly-points-tickle" ,
90
+ " curly-cooks-cheer" ,
90
91
" curly-lizards-dream" ,
91
92
" curvy-buses-laugh" ,
92
93
" curvy-cups-cough" ,
229
230
" happy-suits-film" ,
230
231
" healthy-ants-film" ,
231
232
" healthy-planes-vanish" ,
233
+ " healthy-zebras-accept" ,
232
234
" heavy-comics-move" ,
233
235
" heavy-doors-applaud" ,
234
236
" heavy-ducks-leave" ,
312
314
" lovely-carpets-lick" ,
313
315
" lovely-houses-own" ,
314
316
" lovely-items-turn" ,
317
+ " lovely-ravens-crash" ,
315
318
" lovely-rules-eat" ,
316
319
" lovely-zebras-own" ,
317
320
" lucky-colts-remember" ,
328
331
" mighty-cooks-scream" ,
329
332
" mighty-files-hammer" ,
330
333
" mighty-frogs-obey" ,
334
+ " mighty-shoes-nail" ,
331
335
" modern-apricots-promise" ,
332
336
" modern-fishes-double" ,
333
337
" moody-carrots-lay" ,
368
372
" old-mails-sneeze" ,
369
373
" old-oranges-compete" ,
370
374
" olive-apples-lick" ,
375
+ " olive-cobras-wonder" ,
371
376
" olive-kangaroos-brake" ,
372
377
" olive-mice-fix" ,
373
378
" olive-moons-act" ,
395
400
" poor-seahorses-flash" ,
396
401
" popular-apes-bathe" ,
397
402
" popular-cameras-tie" ,
403
+ " popular-feet-rule" ,
398
404
" popular-games-hug" ,
399
405
" popular-ligers-perform" ,
400
406
" popular-mangos-rest" ,
449
455
" serious-poems-brake" ,
450
456
" serious-socks-cover" ,
451
457
" serious-zebras-scream" ,
458
+ " seven-bees-tell" ,
452
459
" seven-deers-jam" ,
453
460
" seven-garlics-serve" ,
454
461
" seven-hornets-smile" ,
480
487
" silver-sheep-knock" ,
481
488
" six-bears-trade" ,
482
489
" six-boats-shave" ,
490
+ " six-gorillas-obey" ,
483
491
" sixty-items-crash" ,
484
492
" sixty-numbers-hope" ,
485
493
" sixty-pandas-rush" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.167
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: make more types from ` svelte/compiler ` public ([ #12189 ] ( https://github.com/sveltejs/svelte/pull/12189 ) )
8
+
9
+ - breaking: prevent usage of arguments keyword in certain places ([ #12191 ] ( https://github.com/sveltejs/svelte/pull/12191 ) )
10
+
11
+ - fix(types): export CompileResult and Warning ([ #12212 ] ( https://github.com/sveltejs/svelte/pull/12212 ) )
12
+
13
+ - fix: ensure element dir properties persist with text changes ([ #12204 ] ( https://github.com/sveltejs/svelte/pull/12204 ) )
14
+
15
+ - fix: disallow accessing internal Svelte props ([ #12207 ] ( https://github.com/sveltejs/svelte/pull/12207 ) )
16
+
17
+ - fix: make media bindings more robust ([ #12206 ] ( https://github.com/sveltejs/svelte/pull/12206 ) )
18
+
19
+ - fix: allow slot attribute inside snippets ([ #12188 ] ( https://github.com/sveltejs/svelte/pull/12188 ) )
20
+
21
+ - feat: allow ` let props = $props() ` and optimize prop read access ([ #12201 ] ( https://github.com/sveltejs/svelte/pull/12201 ) )
22
+
3
23
## 5.0.0-next.166
4
24
5
25
### 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.166 " ,
5
+ "version" : " 5.0.0-next.167 " ,
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.166 ' ;
9
+ export const VERSION = '5.0.0-next.167 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments