Skip to content

Releases: pmndrs/use-gesture

@use-gesture/[email protected]

30 Aug 08:04
b570815
Compare
Choose a tag to compare

Patch Changes

@use-gesture/[email protected]

30 Aug 08:04
b570815
Compare
Choose a tag to compare

Patch Changes

@use-gesture/[email protected]

30 Aug 08:04
b570815
Compare
Choose a tag to compare

Patch Changes

  • c7cb407: ts: Typescript 4.8 introduced a new mapping definition for NonNullable which breaks the package types.

    // Native NonNullable Utility Type
    
    // definition on 4.7 and lower
    type NonNullable<T> = T extends null | undefined ? never : T
    
    // definition from 4.8
    type NonNullable<T> = T & {}

    This fix reverts the definition of NonNullable so that it works.
    More information here: #501 (comment)

@use-gesture/[email protected]

10 Aug 18:07
35229b0
Compare
Choose a tag to compare

Patch Changes

@use-gesture/[email protected]

10 Aug 18:07
35229b0
Compare
Choose a tag to compare

Patch Changes

@use-gesture/[email protected]

10 Aug 18:07
35229b0
Compare
Choose a tag to compare

Patch Changes

  • 115ee1f: fix: don't let Enter key preventDefault on onClick when filterTaps is true.

@use-gesture/[email protected]

16 Jul 13:44
07d312b
Compare
Choose a tag to compare

Patch Changes

@use-gesture/[email protected]

16 Jul 13:44
07d312b
Compare
Choose a tag to compare

Patch Changes

@use-gesture/[email protected]

16 Jul 13:44
07d312b
Compare
Choose a tag to compare

Patch Changes

  • 48dc6a1: feat: add option to remove arrow keys listeners for the drag gesture.
  • d73ee4e: Always trigger wheel events on pinch

@use-gesture/[email protected]

23 Jun 14:00
c0949e0
Compare
Choose a tag to compare

Patch Changes