Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🧹 ✨ refactor(library): upgrade build scripts, fix type defs, add support for hideOnOutsideClick #36

Closed
wants to merge 17 commits into from

Conversation

dysfunc
Copy link
Contributor

@dysfunc dysfunc commented Dec 28, 2023

Why these changes?

This PR includes:

  • Adds new feature hideOnOutsideClick that will allow you to hide tooltips that were configured with action click
  • Updates docs and examples for hideOnOutsideClick usage
  • Fixes Typescript defs and introduces linting/checking in the pre-commit hooks
  • 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

Closes #33 #34 #35 #37

@dysfunc dysfunc added Type: Feature A new feature or functionality Type: Refactor Enhancements, deletions, etc. to existing code Type: CI/CD Issue or pull request contain infrastructure changes only labels Dec 28, 2023
@dysfunc dysfunc self-assigned this Dec 28, 2023
@dysfunc dysfunc added this to the v2.3.0 milestone Dec 28, 2023
@dysfunc dysfunc closed this Dec 30, 2023
@dysfunc dysfunc deleted the v2.3.0 branch December 30, 2023 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: CI/CD Issue or pull request contain infrastructure changes only Type: Feature A new feature or functionality Type: Refactor Enhancements, deletions, etc. to existing code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ Don't show multiple tooltips at once
1 participant