-
Notifications
You must be signed in to change notification settings - Fork 11
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
Assets 2
v3.0.1
Assets 2
v3.0.0
What's Changed
Library
- Adds
hideOnOutsideClickfeature - 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
Assets 2
v2.2.0
What's Changed
- Adds support for handling tooltip positioning during window resize
Assets 2
v2.1.1
@dysfunc
dysfunc
ac405c8
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
What's Changed
This adds additional support for computing position with parent elements who absolute, fixed, sticky or using CSS transforms.
Assets 2
1 person reacted
v2.0.0
@dysfunc
dysfunc
77388c9
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
What's Changed
- Replaced
jestwithvitest - Replaced
rollupwithvite - Updated package scripts to simplify builds and bundling
- Fixed pre-commit hooks + linting + formatting
- Fixed
gh-pagessource generation and deploy - Add workflow actions for running units tests
- Add
exportsfor 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
Assets 2
v1.0.1
Assets 2
v1.0.0
@dysfunc
dysfunc
d974e01
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
What's Changed
Full Changelog: v0.1.9...v1.0.0
Assets 2
v0.1.9
@dysfunc
dysfunc
f307192
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
- 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
Assets 2
v0.1.8
- Updated Typescript definitions
- Fixed an issue with empty state with action