File tree 4 files changed +30
-2
lines changed
4 files changed +30
-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" ,
211
213
" lovely-houses-own" ,
212
214
" lovely-items-turn" ,
213
215
" lovely-rules-eat" ,
216
+ " lucky-colts-remember" ,
214
217
" lucky-schools-hang" ,
215
218
" lucky-toes-begin" ,
216
219
" many-rockets-give" ,
303
306
" selfish-socks-smile" ,
304
307
" selfish-spies-help" ,
305
308
" selfish-tools-hide" ,
309
+ " serious-crabs-punch" ,
306
310
" serious-gorillas-eat" ,
307
311
" serious-kids-deliver" ,
308
312
" serious-needles-joke" ,
320
324
" sharp-kids-happen" ,
321
325
" sharp-tomatoes-learn" ,
322
326
" shiny-baboons-play" ,
327
+ " shiny-mayflies-clean" ,
323
328
" shiny-rats-heal" ,
324
329
" shiny-shrimps-march" ,
325
330
" short-buses-camp" ,
326
331
" short-countries-rush" ,
327
332
" shy-fishes-drive" ,
328
333
" silent-apes-report" ,
334
+ " silent-hats-stare" ,
329
335
" silly-laws-happen" ,
330
336
" silly-lies-film" ,
331
337
" silly-ways-wash" ,
341
347
" slow-kids-sparkle" ,
342
348
" slow-plums-chew" ,
343
349
" slow-wombats-reply" ,
350
+ " small-apples-eat" ,
344
351
" small-papayas-laugh" ,
345
352
" small-sheep-type" ,
346
353
" small-spiders-fail" ,
404
411
" thick-cycles-rule" ,
405
412
" thick-pans-tell" ,
406
413
" thick-shirts-deliver" ,
414
+ " thick-swans-type" ,
407
415
" thin-foxes-lick" ,
408
416
" thirty-flowers-sit" ,
409
417
" 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
+ - fix: resolve type definition error in ` svelte/compiler ` ([ #11283 ] ( https://github.com/sveltejs/svelte/pull/11283 ) )
12
+
13
+ - feat: include ` script ` and ` svelte:options ` attributes in ast ([ #11241 ] ( https://github.com/sveltejs/svelte/pull/11241 ) )
14
+
15
+ - fix: only destroy snippets when they have changed ([ #11267 ] ( https://github.com/sveltejs/svelte/pull/11267 ) )
16
+
17
+ - fix: add type arguments to Map and Set ([ #10820 ] ( https://github.com/sveltejs/svelte/pull/10820 ) )
18
+
19
+ - feat: implement ` :global {...} ` CSS blocks ([ #11276 ] ( https://github.com/sveltejs/svelte/pull/11276 ) )
20
+
21
+ - feat: add read-only ` bind:focused ` ([ #11271 ] ( https://github.com/sveltejs/svelte/pull/11271 ) )
22
+
3
23
## 5.0.0-next.110
4
24
5
25
### 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