Skip to content

Releases: vmarchesin/react-konami-code

v2.3.0 Dependency updates and children fix

09 May 11:11
Compare
Choose a tag to compare

The type definition for children was missing and it could possibly lead to issues with Typescript. This has been fixed in this version.

Alongside this fix there were dependency updates and vulnerabilities fixed.

Native TypeScript + Render optimisation

27 Mar 05:00
Compare
Choose a tag to compare

With this release now there's full native TS support. Also added in this version is a render optimisation that should prevent unnecessary rerenders on input changes and input reset intervals.

  • Added bugfix for disabled prop change not triggering a rerender.

Native Typescript + Render optimisation

27 Mar 04:41
Compare
Choose a tag to compare

With this release now there's full native TS support. Also added in this version is a render optimisation that should prevent unnecessary rerenders on input changes and input reset intervals.

Custom Hook

24 Mar 16:20
Compare
Choose a tag to compare

This version is the first stable release of the package with the inclusion of the useKonami hook.