8000 Tags · NoriginMedia/react-spatial-navigation · GitHub
[go: up one dir, main page]

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

Tags: NoriginMedia/react-spatial-navigation

Tags

v2.12.9

Toggle v2.12.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
updateLayout is only called for components affected by navigation (#114)

Co-authored-by: Enrico Bardelli <enrico.bardelli@skillbill.it>

v2.12.8

Toggle v2.12.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added onEnter release event (#98)

v2.12.6

Toggle v2.12.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Exposed updateAllSpatialLayouts (#81)

* Exposed updateAllSpatialLayouts

* typo

v2.12.5

Toggle v2.12.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added blockNavigationOut prop (#72)

* Added blockNavigationOut prop

* Updated changelog

* Added blockNavigationOut as a config prop

* Updated readme

v2.12.4

Toggle v2.12.4's commit message
Changelog, version bump

v2.12.3

Toggle v2.12.3's commit message
Changelog minor fix

v2.12.2

Toggle v2.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix scroll animations issue (#66)

* update layouts before navigating

* 2.12.2

* updated changelog

* typo

* updated changelog

v2.12.1

Toggle v2.12.1's commit message
Fixed regression with autoRestoreFocus

v2.12.0

Toggle v2.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
added autoRestoreFocus prop (#63)

* added autoRestoreFocus prop

* changes from review

v2.11.0

Toggle v2.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
event propagation (#60)

* added event object parameter to setFocus and navigateByDirection
added event object parameter to onBecameBlurred and onBecameFocused
onBecameBlurred and onBecameFocused called synchronously with navigation

* fix condition for setCurrentFocusedKey

* changed specific event parameter to generic details object
0