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 DownloadableBlocksList to use updated Composite implementation #55272

Merged
merged 4 commits into from
Oct 12, 2023

Commits on Oct 11, 2023

  1. Migrating DownloadableBlocksList

     - Removes `__unstableComposite` imports from `@wordpress/components`
     - Adds private `Composite*` exports from `@wordpress/components`
     - Refactors `DownloadableBlocksList` and `DownloadableBlockListItem` to use updated `Composite` components
    Andrew Hayward committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    4f8052b View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Fixing lock/unlock warning typo

    Andrew Hayward committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    bf1f0c6 View commit details
    Browse the repository at this point in the history
  2. Resolving DownloadableBlockListItem comments

    Andrew Hayward committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    acb0c26 View commit details
    Browse the repository at this point in the history
  3. Adding @wordpress/block-directory to private APIs allow-list

    Andrew Hayward committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    1214345 View commit details
    Browse the repository at this point in the history