Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit 62a0310

Browse files
committed
Changelog, version bump
1 parent 51dc792 commit 62a0310

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.12.4]
8+
### Fixed
9+
- Fixed issue where this library didn't work in SSR environments due to references to DOM-only variables
10+
- Fixed few issues with referencing non-existing APIs in React Native environments
11+
712
## [2.12.3]
813
### Added
914
- added `throttleKeypresses` to prevent canceling of throttled events for individual key presses

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@noriginmedia/react-spatial-navigation",
3-
"version": "2.12.3",
3+
"version": "2.12.4",
44
"description": "HOC-based Spatial Navigation (key navigation) solution for React",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)