Releases: svelte-plugins/tooltips
Releases · svelte-plugins/tooltips
v3.0.3
What's Changed
- 🐛 Fixes updating of tooltip (as action) on data changes by @maurice2k in #46
New Contributors
- @maurice2k made their first contribution in #46
Full Changelog: v3.0.1...v3.0.3
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
Full Changelog: v2.2.0...v3.0.0
v2.2.0
v2.1.1
v2.0.0
What's Changed
- Replaced
jest
withvitest
- Replaced
rollup
withvite
- 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