File tree Expand file tree Collapse file tree 4 files changed +36
-2
lines changed Expand file tree Collapse file tree 4 files changed +36
-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" ,
108
109
" dry-eggs-play" ,
109
110
" dry-eggs-retire" ,
110
111
" dry-fans-march" ,
112
+ " dry-parrots-bathe" ,
111
113
" dry-pillows-exist" ,
112
114
" dull-coins-vanish" ,
113
115
" dull-donkeys-smell" ,
229
231
" happy-suits-film" ,
230
232
" healthy-ants-film" ,
231
233
" healthy-planes-vanish" ,
234
+ " healthy-zebras-accept" ,
232
235
" heavy-comics-move" ,
233
236
" heavy-doors-applaud" ,
234
237
" heavy-ducks-leave" ,
312
315
" lovely-carpets-lick" ,
313
316
" lovely-houses-own" ,
314
317
" lovely-items-turn" ,
318
+ " lovely-ravens-crash" ,
315
319
" lovely-rules-eat" ,
316
320
" lovely-zebras-own" ,
317
321
" lucky-colts-remember" ,
328
332
" mighty-cooks-scream" ,
329
333
" mighty-files-hammer" ,
330
334
" mighty-frogs-obey" ,
335
+ " mighty-shoes-nail" ,
331
336
" modern-apricots-promise" ,
332
337
" modern-fishes-double" ,
333
338
" moody-carrots-lay" ,
368
373
" old-mails-sneeze" ,
369
374
" old-oranges-compete" ,
370
375
" olive-apples-lick" ,
376
+ " olive-cobras-wonder" ,
371
377
" olive-kangaroos-brake" ,
372
378
" olive-mice-fix" ,
373
379
" olive-moons-act" ,
395
401
" poor-seahorses-flash" ,
396
402
" popular-apes-bathe" ,
397
403
" popular-cameras-tie" ,
404
+ " popular-feet-rule" ,
398
405
" popular-games-hug" ,
399
406
" popular-ligers-perform" ,
400
407
" popular-mangos-rest" ,
449
456
" serious-poems-brake" ,
450
457
" serious-socks-cover" ,
451
458
" serious-zebras-scream" ,
459
+ " seven-bees-tell" ,
452
460
" seven-deers-jam" ,
453
461
" seven-garlics-serve" ,
454
462
" seven-hornets-smile" ,
480
488
" silver-sheep-knock" ,
481
489
" six-bears-trade" ,
482
490
" six-boats-shave" ,
491
+ " six-gorillas-obey" ,
483
492
" sixty-items-crash" ,
484
493
" sixty-numbers-hope" ,
485
494
" sixty-pandas-rush" ,
606
615
" tiny-taxis-whisper" ,
607
616
" tough-radios-punch" ,
608
617
" tough-tomatoes-explain" ,
618
+ " tricky-laws-bathe" ,
609
619
" twelve-beans-drive" ,
610
620
" twelve-cows-learn" ,
611
621
" twelve-dragons-join" ,
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
+ - fix: support contenteditable binding undefined fallback ([ #12210 ] ( https://github.com/sveltejs/svelte/pull/12210 ) )
10
+
11
+ - breaking: prevent usage of arguments keyword in certain places ([ #12191 ] ( https://github.com/sveltejs/svelte/pull/12191 ) )
12
+
13
+ - fix(types): export CompileResult and Warning ([ #12212 ] ( https://github.com/sveltejs/svelte/pull/12212 ) )
14
+
15
+ - fix: ensure element dir properties persist with text changes ([ #12204 ] ( https://github.com/sveltejs/svelte/pull/12204 ) )
16
+
17
+ - fix: disallow accessing internal Svelte props ([ #12207 ] ( https://github.com/sveltejs/svelte/pull/12207 ) )
18
+
19
+ - fix: make media bindings more robust ([ #12206 ] ( https://github.com/sveltejs/svelte/pull/12206 ) )
20
+
21
+ - fix: allow slot attribute inside snippets ([ #12188 ] ( https://github.com/sveltejs/svelte/pull/12188 ) )
22
+
23
+ - feat: allow ` let props = $props() ` and optimize prop read access ([ #12201 ] ( https://github.com/sveltejs/svelte/pull/12201 ) )
24
+
25
+ - feat: improve type arguments for Snippet and $bindable ([ #12197 ] ( https://github.com/sveltejs/svelte/pull/12197 ) )
26
+
3
27
## 5.0.0-next.166
4
28
5
29
### 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