use-long-press
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "use-long-press", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "React hook for detecting click (or tap) and hold event. Easy to use, highly customizable options, thoroughly tested.", | ||
@@ -5,0 +5,0 @@ "author": "minwork", |
@@ -16,2 +16,11 @@ # React Long Press Hook :point_down: | ||
## 🎉 Version 3 is now available! | ||
Version 3 is now available on the `next` channel. | ||
Use `yarn add use-long-press@next` or `npm install --save use-long-press@next` to install it. | ||
Everything went through general refactor, and now `useLongPress` supports Pointer Events, properly handles releasing long press anywhere on the page and [more...](https://github.com/minwork/react/blob/next/packages/use-long-press/README.md) | ||
Also `use-long-press` package is migrating to new [react libraries monorepo](https://github.com/minwork/react/tree/next) which will be a common place for different react hooks and components coming in the future... | ||
## Install | ||
@@ -18,0 +27,0 @@ |
66607
134