File tree 4 files changed +24
-2
lines changed
4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 272
272
" hip-garlics-tap" ,
273
273
" hip-months-breathe" ,
274
274
" hip-pumpkins-boil" ,
275
+ " hip-stingrays-teach" ,
275
276
" honest-buses-add" ,
276
277
" honest-dragons-turn" ,
277
278
" honest-icons-change" ,
278
279
" honest-nails-share" ,
279
280
" honest-pans-kick" ,
281
+ " honest-phones-flash" ,
280
282
" hot-cooks-repair" ,
281
283
" hot-jobs-tap" ,
282
284
" hot-rivers-punch" ,
444
446
" plenty-elephants-fry" ,
445
447
" plenty-items-build" ,
446
448
" plenty-starfishes-dress" ,
449
+ " plenty-turkeys-raise" ,
447
450
" plenty-zoos-fix" ,
448
451
" polite-dolphins-care" ,
449
452
" polite-peas-mate" ,
467
470
" proud-pets-hang" ,
468
471
" proud-queens-sniff" ,
469
472
" purple-dragons-peel" ,
473
+ " quick-pumpkins-study" ,
470
474
" quiet-apricots-dream" ,
471
475
" quiet-berries-end" ,
472
476
" quiet-berries-explode" ,
567
571
" slimy-walls-draw" ,
568
572
" slow-beds-shave" ,
569
573
" slow-chefs-dream" ,
574
+ " slow-gorillas-yawn" ,
570
575
" slow-kids-sparkle" ,
571
576
" slow-ligers-enjoy" ,
572
577
" slow-plums-chew" ,
695
700
" tough-radios-punch" ,
696
701
" tough-tomatoes-explain" ,
697
702
" tricky-avocados-play" ,
703
+ " tricky-balloons-care" ,
698
704
" tricky-ears-shout" ,
699
705
" tricky-laws-bathe" ,
700
706
" twelve-beans-drive" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.199
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: add missing hydration mismatch call-site ([ #12604 ] ( https://github.com/sveltejs/svelte/pull/12604 ) )
8
+
9
+ - fix: apply dynamic event fixes to OnDirective ([ #12582 ] ( https://github.com/sveltejs/svelte/pull/12582 ) )
10
+
11
+ - fix: ensure directives run in sequential order ([ #12591 ] ( https://github.com/sveltejs/svelte/pull/12591 ) )
12
+
13
+ - fix: tweak element_invalid_self_closing_tag to exclude namespace ([ #12585 ] ( https://github.com/sveltejs/svelte/pull/12585 ) )
14
+
15
+ - breaking: avoid flushing queued updates on mount/hydrate ([ #12602 ] ( https://github.com/sveltejs/svelte/pull/12602 ) )
16
+
17
+ - feat: allow ` :global ` in more places ([ #12560 ] ( https://github.com/sveltejs/svelte/pull/12560 ) )
18
+
3
19
## 5.0.0-next.198
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.198 " ,
5
+ "version" : " 5.0.0-next.199 " ,
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.198 ' ;
9
+ export const VERSION = '5.0.0-next.199 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments