Skip to content

Commit 06a9448

Browse files
committed
Version bump + Changelog
1 parent 6bc8c92 commit 06a9448

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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+
# [1.3.2]
8+
## Fixed
9+
- Fixed a bug where parents were not updating their `hasFocusedChild` when new child is created and focused right away
10+
- Fixed a bug where `lastFocusedChild` was updated only on blur, but not on manual focus, resulting in a wrong key being stored
11+
12+
## Changed
13+
- Renamed `useFocusedContext` file to `useFocusContext` to match the export name
14+
715
# [1.3.1]
816
## Added
917
- Extra debug logs, printing focusable components data in addition to DOM nodes.

package-lock.json

Lines changed: 2 additions & 2 deletions
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/norigin-spatial-navigation",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "React hooks based Spatial Navigation solution",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)