Releases: lukasbach/react-complex-tree 
  
  Releases · lukasbach/react-complex-tree
      
  2.1.2 
  
    
  
      
        02 Apr 17:07
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Bug Fixes and Improvements 
Fixed a bug where the icon was misaligned when scrolling in the modern theme (#239 ) 
  
 
  
  
   
   
  
  2.1.1 
  
    
  
      
        27 Feb 23:05
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Bug Fixes and Improvements 
Fixes bug where dropping an item on its own descendant makes it vanish (#227 ) 
  
 
  
  
   
   
  
  2.1.0 
  
    
  
      
        24 Feb 00:29
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Bug Fixes and Improvements 
Dragging on a non-folder item with canDropOnNonFolder=false and 
canReorderItems=false will now target the item's parent. (#219 ) 
  
 
  
  
   
   
  
  2.0.4 
  
    
  
      
        05 Feb 00:39
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Bug Fixes and Improvements 
Fix: Previous release did not include the new css file. 
  
 
  
  
   
   
  
  2.0.3 
  
    
  
      
        03 Feb 23:46
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Features 
Introduced new tree theme. You can opt into the new theme by importing style-modern.css instead of style.css 
 
Other Changes 
Fixed broken props-tables documentations for react components. 
Fixed incomplete getstarted documentation page. 
  
 
  
  
   
   
  
  2.0.2 
  
    
  
      
        31 Dec 14:13
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Bug Fixes and Improvements 
Fixed a bug where dragging a node above the topmost node throws an error in the log (#203 ) 
Fixed a bug where dragging an item onto itself would make it disappear from the tree (#205 ) 
  
 
  
  
   
   
  
  2.0.1 
  
    
  
      
        18 Dec 02:04
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Bug Fixes and Improvements 
Fixed a bug where autofocus for the search input was not working for blueprintjs 
renderers (#197 ) 
Fixed a bug where tree labels where not set (#195 ) 
Reduce react peer dependency requirement to v16 (#196 ) 
 
Other Changes 
Upgraded storybook and yarn dependencies in dev tooling 
Added release pipeline in CI