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: dhis2/ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.10.3
Choose a base ref
...
head repository: dhis2/ui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.11.0
Choose a head ref
  • 2 commits
  • 63 files changed
  • 2 contributors

Commits on Jul 29, 2024

  1. feat: implement accessible flyout menu and handle submenus (#1495)

    - focus the popper's first child element when it is rendered
    - move focus to flyout menu's first child, i.e. the menu when it receives focus
    - the Right arrow key opens the submenu, Left arrow key closes submenu and focuses its parent item
    - close flyout menu with the Escape key by passing it a closeMenu function as a prop
    - add unit tests simulating opening and closing of submenus
    d-rita committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    73d1f7e View commit details
    Browse the repository at this point in the history
  2. chore(release): cut 9.11.0 [skip release]

    # [9.11.0](v9.10.3...v9.11.0) (2024-07-29)
    
    ### Features
    
    * implement accessible flyout menu and handle submenus ([#1495](#1495)) ([73d1f7e](73d1f7e))
    dhis2-bot committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    8a42991 View commit details
    Browse the repository at this point in the history
Loading