Releases: svelte-plugins/tooltips 
  
  Releases · svelte-plugins/tooltips
      
  v3.0.3 
  
    
  
      
        07 Feb 05:00
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        What's Changed 
🐛 Fixes updating of tooltip (as action) on data changes by @maurice2k  in #46  
 
New Contributors 
Full Changelog : v3.0.1...v3.0.3 
 
  
  
   
   
  
  v3.0.1 
  
    
  
      
        28 Apr 15:49
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        What's Changed 
📖 chore(readme): update install to use dep instead of dev deps by @Flammae  in #40  
Fix TypeScript error when using action #41  
 
New Contributors 
Full Changelog : v3.0.0...v3.0.1 
 
  
  
   
   
  
  v3.0.0 
  
    
  
      
        30 Dec 19:37
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        What's Changed 
Library
Adds hideOnOutsideClick feature 
Fixes Typescript defs 
Updates docs and examples 
Changed package bundling 
 
Repo
Use pnpm instead of npm 
Updates the unit workflow action to use pnpm 
Use svelte-package to bundle the library instead of vite + include publint 
 
Fixes#33 , #34 , #35 , #37 
Full Changelog : v2.2.0...v3.0.0 
 
  
  
   
   
  
  v2.2.0 
  
    
  
      
        18 Dec 16:33
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        What's Changed 
Adds support for handling tooltip positioning during window resize 
  
  
  
   
   
  
  v2.1.1 
  
    
  
      
        18 Dec 02:11
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        What's Changed 
This adds additional support for computing position with parent elements who absolute, fixed, sticky or using CSS transforms.
 
  
  
   
   
  
  v2.0.0 
  
    
  
      
        26 Nov 20:09
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        What's Changed 
Replaced jest with vitest 
Replaced  rollup with vite 
Updated package scripts to simplify builds and bundling 
Fixed pre-commit hooks + linting + formatting 
Fixed gh-pages source generation and deploy 
Add workflow actions for running units tests 
Add exports for Svelte 4+ to package.json 
Add GitHub templates for issues, features, pull requests 
Cleaned up doc source 
 
Full Changelog : v1.0.1...v2.0.0 
 
  
  
   
   
  
  v1.0.1 
  
    
  
      
        20 Nov 00:05
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
   
   
  
  v1.0.0 
  
    
  
      
        14 Nov 03:14
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
   
   
  
  v0.1.9 
  
    
  
      
        09 Nov 04:43
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
New prop show that allows the user to control the tooltip visibility outside of standard actions. 
New action type added called prop. This should be used when leveraging show prop. 
Update demo containing an example of how to show 
  
  
  
   
   
  
  v0.1.8 
  
    
  
      
        12 Sep 22:05
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
Updated Typescript definitions 
Fixed an issue with empty state with action