Releases: sveltejs/svelte 
  
  Releases · sveltejs/svelte
      
  
  
    
  
      
        19 Jul 22:08
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Patch Changes 
fix: prevent batches from getting intertwined (#16446 ) 
  
  
  
   
   
  
  
  
    
  
      
        18 Jul 16:37
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
   
   
  
  
  
    
  
      
        17 Jul 16:24
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Patch Changes 
fix: allow instrinsic <svelte:...> elements to inherit from SvelteHTMLElements (#16424 ) 
  
  
  
   
   
  
  
  
    
  
      
        17 Jul 11:29
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Patch Changes 
fix: delegate functions with shadowed variables if declared locally (#16417 )
 
fix: handle error in correct boundary after reset (#16171 )
 
fix: make <svelte:boundary> reset function a noop after the first call (#16171 )
 
  
  
  
   
   
  
  
  
    
  
      
        17 Jul 00:04
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
   
   
  
  
  
    
  
      
        16 Jul 16:45
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
   
   
  
  
  
    
  
      
        16 Jul 14:48
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Patch Changes 
fix: don't log await_reactivity_loss warning when signal is read in untrack (#16385 )
 
fix: better handle $inspect on array mutations (#16389 )
 
fix: leave proxied array length untouched when deleting properties (#16389 )
 
fix: update $effect.pending() immediately after a batch is removed (#16382 )
 
  
  
  
   
   
  
  
  
    
  
      
        15 Jul 21:58
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
   
   
  
  
  
    
  
      
        15 Jul 16:00
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Patch Changes 
fix: only skip updating bound <input> if the input was the source of the change (#16373 ) 
  
  
  
   
   
  
  
  
    
  
      
        14 Jul 20:07
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Minor Changes 
feat: support await in components when using the experimental.async compiler option (#15844 ) 
 
Patch Changes