File tree Expand file tree Collapse file tree 4 files changed +33
-2
lines changed Expand file tree Collapse file tree 4 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 2525 " cool-ants-leave" ,
2626 " cuddly-pianos-drop" ,
2727 " curly-lizards-dream" ,
28+ " curvy-ties-shout" ,
29+ " dirty-bats-punch" ,
2830 " dirty-garlics-design" ,
2931 " dirty-tips-add" ,
3032 " dry-clocks-grow" ,
5456 " happy-suits-film" ,
5557 " healthy-planes-vanish" ,
5658 " heavy-ears-rule" ,
59+ " hip-balloons-begin" ,
5760 " honest-icons-change" ,
5861 " hungry-dots-fry" ,
5962 " hungry-tips-unite" ,
8083 " lucky-schools-hang" ,
8184 " moody-frogs-exist" ,
8285 " moody-owls-cry" ,
86+ " nasty-lions-double" ,
8387 " neat-dingos-clap" ,
8488 " new-boats-wait" ,
8589 " ninety-dingos-walk" ,
8892 " odd-shoes-cheat" ,
8993 " old-flies-jog" ,
9094 " old-mails-sneeze" ,
95+ " orange-dingos-poke" ,
9196 " polite-dolphins-care" ,
9297 " polite-pumpkins-guess" ,
9398 " polite-ravens-study" ,
9499 " poor-eggs-enjoy" ,
95100 " poor-seahorses-flash" ,
96101 " popular-mangos-rest" ,
102+ " pretty-ties-help" ,
97103 " purple-dragons-peel" ,
98104 " quiet-camels-mate" ,
99105 " rare-pears-whisper" ,
125131 " strong-gifts-smoke" ,
126132 " strong-lemons-provide" ,
127133 " sweet-mangos-beg" ,
134+ " sweet-pens-sniff" ,
128135 " swift-donkeys-perform" ,
129136 " swift-ravens-hunt" ,
130137 " swift-seahorses-deliver" ,
140147 " thirty-ghosts-fix" ,
141148 " thirty-impalas-repair" ,
142149 " thirty-wombats-relax" ,
150+ " three-suits-grin" ,
143151 " tiny-kings-whisper" ,
144152 " twelve-dragons-join" ,
145153 " twelve-onions-juggle" ,
146154 " two-dragons-yell" ,
147155 " two-falcons-buy" ,
148156 " unlucky-boxes-obey" ,
157+ " unlucky-trees-lick" ,
149158 " wet-games-fly" ,
150159 " wicked-clouds-exercise" ,
151160 " wicked-doors-train" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.28
4+
5+ ### Patch Changes
6+
7+ - fix: deeply unstate objects passed to inspect ([ #10056 ] ( https://github.com/sveltejs/svelte/pull/10056 ) )
8+
9+ - fix: handle delegated events of elements moved outside the container ([ #10060 ] ( https://github.com/sveltejs/svelte/pull/10060 ) )
10+
11+ - fix: improve script ` lang ` attribute detection ([ #10046 ] ( https://github.com/sveltejs/svelte/pull/10046 ) )
12+
13+ - fix: improve pseudo class parsing ([ #10055 ] ( https://github.com/sveltejs/svelte/pull/10055 ) )
14+
15+ - fix: add types for popover attributes and events ([ #10041 ] ( https://github.com/sveltejs/svelte/pull/10041 ) )
16+
17+ - fix: skip generating $.proxy() calls for unary and binary expressions ([ #9979 ] ( https://github.com/sveltejs/svelte/pull/9979 ) )
18+
19+ - fix: allow pseudo classes after ` :global(..) ` ([ #10055 ] ( https://github.com/sveltejs/svelte/pull/10055 ) )
20+
21+ - fix: parse ` :nth-of-type(xn+y) ` correctly ([ #9970 ] ( https://github.com/sveltejs/svelte/pull/9970 ) )
22+
23+ - fix: ensure if block is executed in correct order ([ #10053 ] ( https://github.com/sveltejs/svelte/pull/10053 ) )
24+
325## 5.0.0-next.27
426
527### 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.27 " ,
5+ "version" : " 5.0.0-next.28 " ,
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.27 ' ;
9+ export const VERSION = '5.0.0-next.28 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments