File tree Expand file tree Collapse file tree 4 files changed +30
-2
lines changed Expand file tree Collapse file tree 4 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 106106 " few-clouds-shop" ,
107107 " few-mugs-fail" ,
108108 " few-teachers-know" ,
109+ " fifty-masks-give" ,
109110 " fifty-rice-wait" ,
110111 " fifty-steaks-float" ,
111112 " five-tigers-search" ,
197198 " light-badgers-glow" ,
198199 " light-days-clean" ,
199200 " light-humans-hang" ,
201+ " light-penguins-invent" ,
200202 " light-pens-watch" ,
201203 " little-pans-jog" ,
202204 " long-buckets-lay" ,
211213 " lovely-houses-own" ,
212214 " lovely-items-turn" ,
213215 " lovely-rules-eat" ,
216+ " lucky-colts-remember" ,
214217 " lucky-schools-hang" ,
215218 " lucky-toes-begin" ,
216219 " many-rockets-give" ,
303306 " selfish-socks-smile" ,
304307 " selfish-spies-help" ,
305308 " selfish-tools-hide" ,
309+ " serious-crabs-punch" ,
306310 " serious-gorillas-eat" ,
307311 " serious-kids-deliver" ,
308312 " serious-needles-joke" ,
320324 " sharp-kids-happen" ,
321325 " sharp-tomatoes-learn" ,
322326 " shiny-baboons-play" ,
327+ " shiny-mayflies-clean" ,
323328 " shiny-rats-heal" ,
324329 " shiny-shrimps-march" ,
325330 " short-buses-camp" ,
326331 " short-countries-rush" ,
327332 " shy-fishes-drive" ,
328333 " silent-apes-report" ,
334+ " silent-hats-stare" ,
329335 " silly-laws-happen" ,
330336 " silly-lies-film" ,
331337 " silly-ways-wash" ,
341347 " slow-kids-sparkle" ,
342348 " slow-plums-chew" ,
343349 " slow-wombats-reply" ,
350+ " small-apples-eat" ,
344351 " small-papayas-laugh" ,
345352 " small-sheep-type" ,
346353 " small-spiders-fail" ,
404411 " thick-cycles-rule" ,
405412 " thick-pans-tell" ,
406413 " thick-shirts-deliver" ,
414+ " thick-swans-type" ,
407415 " thin-foxes-lick" ,
408416 " thirty-flowers-sit" ,
409417 " thirty-ghosts-fix" ,
Original file line number Diff line number Diff line change 11# svelte
22
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+
323## 5.0.0-next.110
424
525### Patch Changes
Original file line number Diff line number Diff line change 22 "name" : " svelte" ,
33 "description" : " Cybernetically enhanced web apps" ,
44 "license" : " MIT" ,
5- "version" : " 5.0.0-next.110 " ,
5+ "version" : " 5.0.0-next.111 " ,
66 "type" : " module" ,
77 "types" : " ./types/index.d.ts" ,
88 "engines" : {
Original file line number Diff line number Diff line change 66 * https://svelte.dev/docs/svelte-compiler#svelte-version
77 * @type {string }
88 */
9- export const VERSION = '5.0.0-next.110 ' ;
9+ export const VERSION = '5.0.0-next.111 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments