Releases: nkbt/react-debounce-input 
  
  Releases · nkbt/react-debounce-input
      
  v3.3.0 
  
    
  
      
        06 Jun 00:42
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Added 
Chores 
Updated all the build and dev dependencies #151  
  
 
  
  
   
   
  
  v3.2.2 
  
    
  
      
        17 Oct 02:25
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Fixes
debounceTimeout -1 is not working #117  
  
 
  
  
   
   
  
  v3.2.1 
  
    
  
      
        17 Oct 02:02
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Fixes:
Make it React.Strict compatible #115  
Adds type for placeholder input #103  by @SaM-BH  
 
Chores
Update all dev deps and build #114  
  
 
  
  
   
   
  
  v3.2.0 
  
    
  
      
        04 Feb 01:38
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
   
   
  
  v3.1.0 
  
    
  
      
        30 Sep 13:25
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        New feature 
#83  @nkbt  Add inputRef prop to pass as ref to input element 
 
Chores 
 
 
  
  
   
   
  
  v3.0.1 
  
    
  
      
        03 Aug 00:23
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Fix 
#73  @Data-Meister  allow adding onBlur and onKeyPress to element without force notify 
 
Chore 
 
 
  
  
   
   
  
  v3.0.0 
  
    
  
      
        26 Apr 11:58
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        New major release since React < 15.3 support is dropped.
 
 
  
  
   
   
  
  v2.4.2 
  
    
  
      
        18 Nov 23:20
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
FIX: "Weird Edge-Casey Render Race #40 ", fixed by "Track current debouncing state #47 " 
  
 
  
  
   
   
  
  v2.4.1 
  
    
  
      
        07 Nov 23:46
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
FIX: Bug with sticky on change props #34  #59  (more info: update notifier also upon an update of 'onChange' #57 ) 
Updated dependencies 
  
 
  
  
   
   
  
  v2.4.0 
  
    
  
      
        09 Jun 14:32
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
Feature: allow to use any element or even custom component (with value/onChange API) to be used: #30 . Thanks to @Data-Meister