Skip to content

Releases: kripod/react-hooks

web-api-hooks@3.0.2

31 May 17:12
Compare
Choose a tag to compare

3.0.2 (2020-05-31)

  • improvement: media queries level 5 compliance (671022a)
  • chore(deps): update (a6af6a2)

state-hooks@3.0.1

31 May 17:12
Compare
Choose a tag to compare

3.0.1 (2020-05-31)

web-api-hooks@3.0.1

30 Mar 23:12
Compare
Choose a tag to compare

3.0.1 (2020-03-30)

Bug Fixes

  • bundle NetworkInformation properly (2839251)

web-api-hooks@3.0.0

30 Mar 22:29
Compare
Choose a tag to compare

3.0.0 (2020-03-30)

Bug Fixes

  • importing NetworkInformation types (54445f4)

state-hooks@3.0.0

30 Mar 22:29
Compare
Choose a tag to compare

3.0.0 (2020-03-30)

Note: Version bump only for package state-hooks

web-api-hooks@2.2.2

26 Oct 22:16
Compare
Choose a tag to compare

2.2.2 (2019-10-26)

Note: Version bump only for package web-api-hooks

state-hooks@2.1.0

26 Oct 22:16
Compare
Choose a tag to compare

2.1.0 (2019-10-26)

Features

  • add useChanging for change detection (b5a95d1), closes #113

web-api-hooks@2.2.1

25 Oct 22:45
Compare
Choose a tag to compare

2.2.1 (2019-10-25)

Bug Fixes

  • useSize: possible ReferenceError caused by accessing ResizeObserver (b708153)

web-api-hooks@2.2.0

25 Oct 22:27
Compare
Choose a tag to compare

2.2.0 (2019-10-25)

Bug Fixes

  • useMedia: handle query param changes immediately (ccedf58)
  • useMedia: server-side rendering behavior (0b7de89), closes #114
  • useSize: make observer work without override (b5884d8)

Features

  • add useFocus sensor (026f04c)
  • add useHover sensor (888a5cb)
  • add useSize for observing the dimensions of an element (bb74f0b)

web-api-hooks@2.1.0

24 Oct 15:23
Compare
Choose a tag to compare

2.1.0 (2019-10-24)

Features

  • add usePreferredMotionIntensity (eaed758)