Releases: vmarchesin/react-konami-code
Releases · vmarchesin/react-konami-code
v2.3.0 Dependency updates and children fix
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
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
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
This version is the first stable release of the package with the inclusion of the useKonami hook.