Releases: daltonmenezes/use-exit-intent
Releases · daltonmenezes/use-exit-intent
[email protected]
What's Changed
- feat(web): add pnpm on list and ability to save selected pkg manager preference on localstorage by @daltonmenezes in #7
- Update index.ts: remove call to removeIdleEvents because it is already called in createIdleEvents by @aniket-banyal in #9
- feat: mouseLeaveDelayInSeconds option for desktop by @baodoan in #12
New Contributors
- @daltonmenezes made their first contribution in #7
- @aniket-banyal made their first contribution in #9
- @baodoan made their first contribution in #12
Full Changelog: https://github.com/daltonmenezes/use-exit-intent/compare/[email protected]@1.1.0
[email protected]
- fix an issue where provided cookie settings were not being applied
Full Changelog: https://github.com/daltonmenezes/use-exit-intent/compare/[email protected]@1.0.7
[email protected]
fix: an issue where hook was not trigerred on firefox and safari #1
Full Changelog: https://github.com/daltonmenezes/use-exit-intent/compare/[email protected]@1.0.6
[email protected]
Patch Changes
- docs: add usage example