Skip to content

Releases: goto-bus-stop/react-bus

v3.0.0

18 Feb 16:16
b581b1d
Compare
Choose a tag to compare
  • Add typescript types.
  • Update to mitt 2.x, which requires that browsers support the Map API.
  • Require React >= 17.

All of this thanks to @achmadk!

v2.0.1

16 Sep 14:14
3591bdc
Compare
Choose a tag to compare
  • Remove console.logs.

v2.0.0

26 Jul 13:33
0b6a96e
Compare
Choose a tag to compare
  • Remove withBus().
  • Add useBus() hook.
  • Add useListener() hook.
  • Require React >= 16.8.

v1.0.3

29 Jul 18:41
277f61e
Compare
Choose a tag to compare
  • Add missing react peer dependency.