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

Commit

Permalink
Changelog, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
asgvard committed Aug 17, 2020
1 parent 51dc792 commit 62a0310
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 62a0310

Please sign in to comment.