Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrating InserterListbox to use updated Composite implementation #56246

Merged
merged 2 commits into from
Nov 22, 2023

Commits on Nov 17, 2023

  1. Migrating InserterListbox in block editor

     - Removes `__unstableComposite` imports from `@wordpress/components`
     - Adds private `Composite*` exports from `@wordpress/components`
     - Refactors `InserterListbox`, `InserterListboxRow` and `InserterListboxItem` to use updated `Composite` components
     - Additionally updates `BlockTypesList` to ensure listbox items are appropriately grouped
    Andrew Hayward committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    c7a92f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Replacing focusable with accessibleWhenDisabled

    Andrew Hayward committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    d726e73 View commit details
    Browse the repository at this point in the history