Skip to content

Releases: wojtekmaj/react-async-button

v1.2.0

31 Jan 19:58
cb1cd9a

Choose a tag to compare

What's new?

  • Converted package to TypeScript (#66). Thanks, @KsavinN!

v1.1.0

05 Nov 13:20
4d40c58

Choose a tag to compare

What's changed?

  • Refactored the code not to use @babel/runtime. This makes this version of React-Async-Button more than 70% smaller than the previous one!

v1.0.1

26 May 12:26
753bcbf

Choose a tag to compare

Bug fixes

  • Removed unwanted console.error when onClick function throws an error.

v1.0.0

19 Apr 12:16
86c100b

Choose a tag to compare

What's new?

  • Added support for React 18.
  • Added support for forwarding ref to button.

v0.1.2

08 Sep 13:28
eff677d

Choose a tag to compare

Bug fixes

  • Fix missing @babel/runtime dependency.

v0.1.1

08 Sep 13:25
2f7611a

Choose a tag to compare

Bug fixes

  • Fixed regeneratorRuntime is not defined error.

v0.1.0

08 Sep 12:12
0ceae6f

Choose a tag to compare

Initial release.