Skip to content

Releases: svelte-plugins/tooltips

v3.0.1

28 Apr 15:49
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

What's Changed

  • Adds support for handling tooltip positioning during window resize

v2.1.1

18 Dec 02:11
ac405c8
Compare
Choose a tag to compare

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
77388c9
Compare
Choose a tag to compare

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
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

14 Nov 03:14
d974e01
Compare
Choose a tag to compare

What's Changed

  • refactor(tooltips): use absolute positioning with tooltips by @dysfunc in #21

Full Changelog: v0.1.9...v1.0.0

v0.1.9

09 Nov 04:43
f307192
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Updated Typescript definitions
  • Fixed an issue with empty state with action

v0.1.7

12 Sep 19:26
dcde332
Compare
Choose a tag to compare
  • 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