You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Deprecate nativeMode option in SpatialNavigation; update documentation and add warning for removal in next version.
* ci: update Node.js version in workflows to 24
* Create changeset
* ci: upgrade actions/checkout and actions/setup-node to v6 in workflows
* ci: remove npm update step
|`debug`|`boolean`|`false`| Log navigation decisions to the browser console. |
64
64
|`visualDebug`|`boolean`|`false`| Draw a canvas overlay showing component bounding boxes and navigation paths. |
65
-
|`nativeMode`|`boolean`|`false`| Disable DOM key event listeners (for React Native). You must drive navigation manually.|
65
+
|`nativeMode`|`boolean`|`false`|**Deprecated.**Disable DOM key event listeners (for React Native). You must drive navigation manually. |
66
66
|`throttle`|`number`|`0`| Milliseconds to wait between processing repeated key presses. `0` means no throttle. |
67
67
|`throttleKeypresses`|`boolean`|`false`| When `true` and `throttle > 0`, throttle key repeat events while a key is held down. |
68
68
|`useGetBoundingClientRect`|`boolean`|`false`| Use `getBoundingClientRect()` instead of `offsetLeft/Top` for layout measurement. Use this when elements are CSS-transformed or scaled. |
0 commit comments