diff --git a/CHANGELOG.md b/CHANGELOG.md index acf03f5..155e8a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.12.4] +### Fixed +- Fixed issue where this library didn't work in SSR environments due to references to DOM-only variables +- Fixed few issues with referencing non-existing APIs in React Native environments + ## [2.12.3] ### Added - added `throttleKeypresses` to prevent canceling of throttled events for individual key presses diff --git a/package-lock.json b/package-lock.json index c0cb4ed..030c5aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@noriginmedia/react-spatial-navigation", - "version": "2.12.3", + "version": "2.12.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 09569c5..a757448 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@noriginmedia/react-spatial-navigation", - "version": "2.12.3", + "version": "2.12.4", "description": "HOC-based Spatial Navigation (key navigation) solution for React", "main": "dist/index.js", "files": [