File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 142
142
" eleven-beers-yell" ,
143
143
" eleven-cows-judge" ,
144
144
" eleven-cycles-applaud" ,
145
+ " eleven-donuts-sit" ,
145
146
" eleven-hounds-pump" ,
146
147
" empty-bags-heal" ,
147
148
" empty-bulldogs-exercise" ,
379
380
" nasty-carrots-develop" ,
380
381
" nasty-glasses-begin" ,
381
382
" nasty-lions-double" ,
383
+ " nasty-mayflies-smoke" ,
382
384
" nasty-yaks-peel" ,
383
385
" neat-boats-shake" ,
384
386
" neat-dingos-clap" ,
521
523
" shiny-pillows-relax" ,
522
524
" shiny-rats-heal" ,
523
525
" shiny-shrimps-march" ,
526
+ " shiny-starfishes-cross" ,
524
527
" short-buses-camp" ,
525
528
" short-countries-rush" ,
526
529
" shy-fishes-drive" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.192
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: make animations more robust to quick shuffling ([ #12496 ] ( https://github.com/sveltejs/svelte/pull/12496 ) )
8
+
9
+ - feat: warn if binding to a non-reactive property ([ #12500 ] ( https://github.com/sveltejs/svelte/pull/12500 ) )
10
+
11
+ - fix: ensure $state proxy invokes set accessor if present ([ #12503 ] ( https://github.com/sveltejs/svelte/pull/12503 ) )
12
+
3
13
## 5.0.0-next.191
4
14
5
15
### 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.191 " ,
5
+ "version" : " 5.0.0-next.192 " ,
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.191 ' ;
9
+ export const VERSION = '5.0.0-next.192 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments