Releases: svelte-plugins/tooltips
Releases · svelte-plugins/tooltips
v3.0.1
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
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
What's Changed
- Adds support for handling tooltip positioning during window resize
v2.1.1
What's Changed
This adds additional support for computing position with parent elements who absolute, fixed, sticky or using CSS transforms.
v2.0.0
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
v0.1.9
- 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
- Updated Typescript definitions
- Fixed an issue with empty state with action
v0.1.7
- Fix an issue handling empty tooltip
- New action property that supports click or hover as triggers
- New CSS variables to control white-space
- Add Typescript definitions