Skip to content

Releases: yuki153/react-spatial-navigation

v1.3.3

Choose a tag to compare

@github-actions github-actions released this 20 Feb 14:32
ea26499

1.3.3 (2024-02-20)

v1.3.2

Choose a tag to compare

@github-actions github-actions released this 13 Feb 15:14
0a5e017

1.3.2 (2024-01-26)

Bug Fixes

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 04 Apr 02:24
ea2aee2

1.3.1 (2023-04-04)

Performance Improvements

  • ⚡️ omit the computation to get relative x,y coordinates (fb4f9eb)
  • ⚡️ optimization of heavily loaded updateLayout (abf0b0a)
  • ⚡️ updateLayout is only called for components affected by navigation (d8039f3)

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 29 Mar 07:51
dc73641

1.3.0 (2023-03-29)

Features

Code Refactoring

  • 💡 removed some properties from focusableProps (7e3f4da)

Documentation

  • ✏️ add README.md for English (cbc81af)

v1.2.7

Choose a tag to compare

@github-actions github-actions released this 18 Feb 07:48
d2fa860

1.2.7 (2023-02-18)

Bug Fixes

  • 🐛 no propagation back key event when not focus components (c60dcfb)

v1.2.6

Choose a tag to compare

@github-actions github-actions released this 06 Feb 06:09
f287b2d

1.2.6 (2023-02-06)

Bug Fixes

  • 🐛 hasFocusedChild not updated when mount components first (6904d3b)

v1.2.5

Choose a tag to compare

@github-actions github-actions released this 30 Nov 12:44
53c1a02

1.2.5 (2022-11-30)

Documentation

v1.2.4

Choose a tag to compare

@github-actions github-actions released this 30 Nov 12:14
5fb85f4

1.2.4 (2022-11-30)

Documentation

v1.2.3

Choose a tag to compare

@github-actions github-actions released this 30 Nov 11:27
edd3eac

1.2.3 (2022-11-30)

Bug Fixes

  • 🐛 setKeyMap method arg type (a4b74a0)

Code Refactoring

  • 💡 improve visibility to console log (8317b4e)

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 25 Nov 11:26
026dcf6

1.2.2 (2022-11-25)

Reverts

  • Revert "fix: 🐛 focusKey not null when removing focusable component" (cff6dfc)