File tree 4 files changed +21
-2
lines changed
4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 55
55
" brown-months-fry" ,
56
56
" brown-spoons-boil" ,
57
57
" calm-buses-clap" ,
58
+ " calm-cameras-hide" ,
58
59
" calm-pandas-vanish" ,
59
60
" calm-ravens-sneeze" ,
60
61
" chatty-beans-divide" ,
61
62
" chatty-cups-drop" ,
62
63
" chatty-ghosts-unite" ,
63
64
" chatty-sloths-allow" ,
64
65
" chatty-taxis-juggle" ,
66
+ " chilled-ladybugs-invite" ,
65
67
" chilled-pumas-invite" ,
66
68
" chilled-seas-jog" ,
67
69
" chilly-dolphins-lick" ,
112
114
" dirty-donuts-yell" ,
113
115
" dirty-eyes-itch" ,
114
116
" dirty-garlics-design" ,
117
+ " dirty-pianos-eat" ,
115
118
" dirty-tips-add" ,
116
119
" dry-clocks-grow" ,
117
120
" dry-eggs-play" ,
376
379
" moody-frogs-exist" ,
377
380
" moody-ghosts-buy" ,
378
381
" moody-houses-argue" ,
382
+ " moody-lions-watch" ,
379
383
" moody-owls-cry" ,
380
384
" moody-sheep-type" ,
381
385
" moody-toys-relax" ,
539
543
" silly-laws-happen" ,
540
544
" silly-lies-film" ,
541
545
" silly-ways-wash" ,
546
+ " silver-mice-double" ,
542
547
" silver-points-approve" ,
543
548
" silver-sheep-knock" ,
544
549
" six-bears-trade" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.196
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: tidy up dynamic event handler generated code ([ #12553 ] ( https://github.com/sveltejs/svelte/pull/12553 ) )
8
+
9
+ - fix: dynamic event delegation for stateful call expressions ([ #12549 ] ( https://github.com/sveltejs/svelte/pull/12549 ) )
10
+
11
+ - fix: ensure $state.snapshot correctly clones Date objects ([ #12564 ] ( https://github.com/sveltejs/svelte/pull/12564 ) )
12
+
13
+ - fix: remove runtime validation of components/snippets, rely on types instead ([ #12507 ] ( https://github.com/sveltejs/svelte/pull/12507 ) )
14
+
15
+ - fix: properly update store values ([ #12562 ] ( https://github.com/sveltejs/svelte/pull/12562 ) )
16
+
3
17
## 5.0.0-next.195
4
18
5
19
### 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.195 " ,
5
+ "version" : " 5.0.0-next.196 " ,
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.195 ' ;
9
+ export const VERSION = '5.0.0-next.196 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments