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 106
106
" few-clouds-shop" ,
107
107
" few-mugs-fail" ,
108
108
" few-teachers-know" ,
109
+ " fifty-masks-give" ,
109
110
" fifty-rice-wait" ,
110
111
" fifty-steaks-float" ,
111
112
" five-tigers-search" ,
197
198
" light-badgers-glow" ,
198
199
" light-days-clean" ,
199
200
" light-humans-hang" ,
201
+ " light-penguins-invent" ,
200
202
" light-pens-watch" ,
201
203
" little-pans-jog" ,
202
204
" long-buckets-lay" ,
303
305
" selfish-socks-smile" ,
304
306
" selfish-spies-help" ,
305
307
" selfish-tools-hide" ,
308
+ " serious-crabs-punch" ,
306
309
" serious-gorillas-eat" ,
307
310
" serious-kids-deliver" ,
308
311
" serious-needles-joke" ,
320
323
" sharp-kids-happen" ,
321
324
" sharp-tomatoes-learn" ,
322
325
" shiny-baboons-play" ,
326
+ " shiny-mayflies-clean" ,
323
327
" shiny-rats-heal" ,
324
328
" shiny-shrimps-march" ,
325
329
" short-buses-camp" ,
341
345
" slow-kids-sparkle" ,
342
346
" slow-plums-chew" ,
343
347
" slow-wombats-reply" ,
348
+ " small-apples-eat" ,
344
349
" small-papayas-laugh" ,
345
350
" small-sheep-type" ,
346
351
" small-spiders-fail" ,
404
409
" thick-cycles-rule" ,
405
410
" thick-pans-tell" ,
406
411
" thick-shirts-deliver" ,
412
+ " thick-swans-type" ,
407
413
" thin-foxes-lick" ,
408
414
" thirty-flowers-sit" ,
409
415
" thirty-ghosts-fix" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.111
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: run render functions for dynamic void elements ([ #11258 ] ( https://github.com/sveltejs/svelte/pull/11258 ) )
8
+
9
+ - fix: allow events to continue propagating following an error ([ #11263 ] ( https://github.com/sveltejs/svelte/pull/11263 ) )
10
+
11
+ - feat: include ` script ` and ` svelte:options ` attributes in ast ([ #11241 ] ( https://github.com/sveltejs/svelte/pull/11241 ) )
12
+
13
+ - fix: only destroy snippets when they have changed ([ #11267 ] ( https://github.com/sveltejs/svelte/pull/11267 ) )
14
+
15
+ - feat: implement ` :global {...} ` CSS blocks ([ #11276 ] ( https://github.com/sveltejs/svelte/pull/11276 ) )
16
+
17
+ - feat: add read-only ` bind:focused ` ([ #11271 ] ( https://github.com/sveltejs/svelte/pull/11271 ) )
18
+
3
19
## 5.0.0-next.110
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.110 " ,
5
+ "version" : " 5.0.0-next.111 " ,
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.110 ' ;
9
+ export const VERSION = '5.0.0-next.111 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments