Releases: sveltejs/svelte 
  
  Releases · sveltejs/svelte
      
  
  
    
  
      
        01 Oct 16:09
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Patch Changes 
fix: check boundary pending attribute at runtime on server (#16855 )
 
fix: preserve tuple type in $state.snapshot (#16864 )
 
fix: allow await in svelte:boundary without pending (#16857 )
 
fix: update bind:checked error message to clarify usage with radio inputs (#16874 )
 
  
  
  
   
   
  
  
  
    
  
      
        30 Sep 15:57
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Patch Changes 
chore: simplify batch logic (#16847 )
 
fix: rebase pending batches when other batches are committed (#16866 )
 
fix: wrap async children in $$renderer.async (#16862 )
 
fix: silence label warning for buttons and anchor tags with title attributes (#16872 )
 
fix: coerce nullish <title> to empty string (#16863 )
 
  
  
  
   
   
  
  
  
    
  
      
        24 Sep 17:01
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Patch Changes 
fix: depend on reads of deriveds created within reaction (async mode) (#16823 )
 
fix: SSR regression of processing attributes of <select> and <option> (#16821 )
 
fix: async class: + spread attributes were compiled into sync server-side code (#16834 )
 
fix: ensure tick resolves within a macrotask (#16825 )
 
  
  
  
   
   
  
  
  
    
  
      
        23 Sep 12:59
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
   
   
  
  
  
    
  
      
        21 Sep 23:36
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Patch Changes 
fix: restore hydration state after await in <script> (#16806 ) 
  
  
  
   
   
  
  
  
    
  
      
        19 Sep 23:41
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
   
   
  
  
  
    
  
      
        18 Sep 02:33
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
   
   
  
  
  
    
  
      
        17 Sep 23:33
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
   
   
  
  
  
    
  
      
        17 Sep 21:56
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Minor Changes 
feat: experimental async SSR (#16748 ) 
 
Patch Changes 
fix: correctly SSR hidden="until-found" (#16773 ) 
  
  
  
   
   
  
  
  
    
  
      
        11 Sep 01:25
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Patch Changes 
chore: generate CSS hash using the filename (#16740 )
 
fix: correctly analyze <object.property> components (#16711 )
 
fix: clean up scheduling system (#16741 )
 
fix: transform input defaults from spread (#16481 )
 
fix: don't destroy contents of svelte:boundary unless the boundary is an error boundary (#16746 )