Skip to content

Releases: kripod/react-hooks

[email protected]

16 Oct 17:24
Compare
Choose a tag to compare

2.0.1 (2019-10-16)

Bug Fixes

  • useMedia: improve compatibility by using deprecated listener syntax (8f76bab), closes #91

[email protected]

16 Oct 17:24
Compare
Choose a tag to compare

2.0.1 (2019-10-16)

Note: Version bump only for package state-hooks

[email protected]

13 Oct 15:33
Compare
Choose a tag to compare

2.0.0 (2019-10-13)

Features

  • useUndoable: add jump method to apply multiple deltas at once (29c6ed7), closes #59

BREAKING CHANGES

  • useUndoable: return state hook result extensions as an object (0e352a9)
  • useToggle: repurpose as a wrapper hook (#78) (269fb49), closes #36

[email protected]

13 Oct 15:33
Compare
Choose a tag to compare

2.0.0 (2019-10-13)

BREAKING CHANGES

  • useTimeline: decrease default maxLength for better performance (536447f)

v1.4.1

11 Oct 17:57
Compare
Choose a tag to compare

Fixed

  • Package deployment mechanism

v1.4.0

06 Oct 15:45
Compare
Choose a tag to compare

Added

Changed

v1.3.0

02 Oct 09:07
Compare
Choose a tag to compare

Added

Changed

  • Use built-in VisibilityState type of TypeScript 3.7 (#33)

v1.2.1

24 Sep 09:18
Compare
Choose a tag to compare

Changed

  • Make callback signature of useToggle compatible with the example provided in the docs

Fixed

  • Type declaration of usePrevious hook
  • Update useTimeline's result when its capacity changes (#31)
  • Execute Storage API side effects properly (#29)

v1.2.0

22 Sep 10:50
Compare
Choose a tag to compare

Added

v1.1.2

19 Sep 00:01
Compare
Choose a tag to compare

Fixed

  • Missing main field from package metadata (#25)