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 58
58
" calm-ravens-sneeze" ,
59
59
" chatty-beans-divide" ,
60
60
" chatty-cups-drop" ,
61
+ " chatty-ghosts-unite" ,
61
62
" chatty-sloths-allow" ,
62
63
" chatty-taxis-juggle" ,
63
64
" chilled-pumas-invite" ,
321
322
" light-pens-watch" ,
322
323
" little-ligers-exist" ,
323
324
" little-pans-jog" ,
325
+ " little-seals-reflect" ,
324
326
" long-buckets-lay" ,
325
327
" long-carrots-sneeze" ,
326
328
" long-crews-return" ,
718
720
" witty-steaks-dream" ,
719
721
" witty-tomatoes-care" ,
720
722
" witty-years-crash" ,
723
+ " yellow-bananas-rhyme" ,
721
724
" yellow-pugs-raise" ,
722
725
" yellow-rockets-sit" ,
723
726
" yellow-taxis-double" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.186
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: skip pending block for already-resolved promises ([ #12274 ] ( https://github.com/sveltejs/svelte/pull/12274 ) )
8
+
9
+ - feat: add ability to ignore warnings through ` warningFilter ` compiler option ([ #12296 ] ( https://github.com/sveltejs/svelte/pull/12296 ) )
10
+
11
+ - fix: run animations in microtask so that deferred transitions can measure nodes correctly ([ #12453 ] ( https://github.com/sveltejs/svelte/pull/12453 ) )
12
+
3
13
## 5.0.0-next.185
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.185 " ,
5
+ "version" : " 5.0.0-next.186 " ,
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.185 ' ;
9
+ export const VERSION = '5.0.0-next.186 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments