File tree Expand file tree Collapse file tree 4 files changed +36
-2
lines changed Expand file tree Collapse file tree 4 files changed +36
-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" 
131138    " tall-books-grin" 
139+     " tall-garlics-try" 
132140    " tall-shrimps-worry" 
133141    " tall-tigers-wait" 
134142    " tasty-numbers-perform" 
140148    " thirty-ghosts-fix" 
141149    " thirty-impalas-repair" 
142150    " thirty-wombats-relax" 
151+     " three-suits-grin" 
143152    " tiny-kings-whisper" 
144153    " twelve-dragons-join" 
145154    " twelve-onions-juggle" 
146155    " two-dragons-yell" 
147156    " two-falcons-buy" 
148157    " unlucky-boxes-obey" 
158+     " unlucky-trees-lick" 
149159    " wet-games-fly" 
150160    " wicked-clouds-exercise" 
151161    " 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: bail-out event handler referencing each index ([ #10063  ] ( https://github.com/sveltejs/svelte/pull/10063 ) )
22+ 
23+ -  fix: parse ` :nth-of-type(xn+y) `  correctly ([ #9970  ] ( https://github.com/sveltejs/svelte/pull/9970 ) )
24+ 
25+ -  fix: ensure if block is executed in correct order ([ #10053  ] ( https://github.com/sveltejs/svelte/pull/10053 ) )
26+ 
327## 5.0.0-next.27  
428
529### 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