Skip to content

Releases: szhsin/react-transition-state

v2.2.0

12 Nov 13:15
206d773
Compare
Choose a tag to compare

Avoid the naming conflict with React's native hook (#694, as discussed in #692) by:

  • Rename useTransition to useTransitionState.
  • Mark the old useTransition export as deprecated.

v2.1.3

16 Oct 10:41
09d6903
Compare
Choose a tag to compare
  • Fix a bug with using multiple useTransitionMap hooks in the same environment #677 (thanks @migueldamota)

v2.1.2

21 Aug 14:47
21b2707
Compare
Choose a tag to compare
  • Add switch transition examples in README #639

v2.1.1

08 Jul 11:59
e29454d
Compare
Choose a tag to compare
  • Fix missing transitions from "preEnter/preExit" to "entering/exiting" state #425

v2.1.0

11 Feb 03:25
4381b42
Compare
Choose a tag to compare
  • Support toggling all items in useTransitionMap #338
  • Change build target to es6 #336

v2.0.0

25 Aug 15:01
7df6800
Compare
Choose a tag to compare
  • Add useTransitionMap for managing state of multiple items (#218)
  • [BREAKING] Change useTransition return state from a string value into an object (#218)

v1.1.4

01 Mar 13:17
fc0b452
Compare
Choose a tag to compare

Update README docs: add appearing transition examples (#146)

v1.1.2

20 Nov 07:17
3dd0610
Compare
Choose a tag to compare

Update README.md (#74)

v1.1.0

17 Oct 12:39
0e96fcd
Compare
Choose a tag to compare
  • Add onChange event for listening state updates (#25)
  • Optimise bundle output (#51)

v1.0.1

12 Sep 07:57
29179f5
Compare
Choose a tag to compare

Update README.md (#23 #24)