Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: playcanvas/pcui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.6.0
Choose a base ref
...
head repository: playcanvas/pcui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.7.0
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Feb 26, 2026

  1. feat: add arrow key navigation to GridView (#509)

    * feat: add arrow key navigation to GridView
    
    Add keyboard navigation support to GridView so that arrow keys move selection between items when a GridViewItem has focus. This prevents arrow key events from bubbling up to parent handlers (e.g. viewport camera controls in the Editor).
    
    - ArrowLeft/Right navigate between adjacent siblings
    
    - ArrowUp/Down navigate between rows, preserving column position
    
    - Handles both horizontal (default) and vertical grid layouts
    
    - Uses event delegation on the GridView container for efficiency
    
    - Properly calls preventDefault/stopPropagation to consume handled keys
    
    Made-with: Cursor
    
    * Update src/components/GridView/index.ts
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    willeastcott and Copilot authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    186a0c6 View commit details
    Browse the repository at this point in the history
  2. 5.7.0

    willeastcott committed Feb 26, 2026
    Configuration menu
    Copy the full SHA
    1b26006 View commit details
    Browse the repository at this point in the history
Loading