File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Expand file tree Collapse file tree 4 files changed +24
-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" ,
303305 " selfish-socks-smile" ,
304306 " selfish-spies-help" ,
305307 " selfish-tools-hide" ,
308+ " serious-crabs-punch" ,
306309 " serious-gorillas-eat" ,
307310 " serious-kids-deliver" ,
308311 " serious-needles-joke" ,
320323 " sharp-kids-happen" ,
321324 " sharp-tomatoes-learn" ,
322325 " shiny-baboons-play" ,
326+ " shiny-mayflies-clean" ,
323327 " shiny-rats-heal" ,
324328 " shiny-shrimps-march" ,
325329 " short-buses-camp" ,
341345 " slow-kids-sparkle" ,
342346 " slow-plums-chew" ,
343347 " slow-wombats-reply" ,
348+ " small-apples-eat" ,
344349 " small-papayas-laugh" ,
345350 " small-sheep-type" ,
346351 " small-spiders-fail" ,
404409 " thick-cycles-rule" ,
405410 " thick-pans-tell" ,
406411 " thick-shirts-deliver" ,
412+ " thick-swans-type" ,
407413 " thin-foxes-lick" ,
408414 " thirty-flowers-sit" ,
409415 " 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+ - 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+
319## 5.0.0-next.110
420
521### 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