Skip to content

Releases: lynx-community/reactlynx-use

v0.0.4

26 Nov 12:05
c001107

Choose a tag to compare

Patch Changes

  • 90dce6d: Introduce exposure hooks:

    • useExposureForNode: Node-level exposure hook with optional admission gating.
    • useExposureForPage: Page-level exposure hook handling multiple items via GlobalEventEmitter.
    • useStayTime: Tracks element visibility duration with optional manual control.

v0.0.3

25 Nov 12:14
98d8dc3

Choose a tag to compare

Patch Changes

  • 8b884d7: Add package.json#peerDependencies & set package.json#sideEffects to false

v0.0.2

20 Nov 09:54
a9410e8

Choose a tag to compare

Patch Changes

  • da2238e: Introduce useVelocity: a hook that tracks touch velocity and direction with smoothing support.