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

Move gallery link controls to the block toolbar #62762

Merged
merged 28 commits into from
Jul 30, 2024

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    0e6cc04 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Configuration menu
    Copy the full SHA
    cac26ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0c3301 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Merge branch 'trunk' of personal.github.com:WordPress/gutenberg into …

    …update/gallery-block-image-link-control
    akasunil committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ebd5a36 View commit details
    Browse the repository at this point in the history
  2. Fix unit test

    akasunil committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    7e6f2c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    5ea3de1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Synced with trunk

    akasunil committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    0c7a78b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea17d8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88b75ac View commit details
    Browse the repository at this point in the history
  4. Remove unused components

    akasunil committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    cd83a3e View commit details
    Browse the repository at this point in the history
  5. Revert "Synced with trunk"

    This reverts commit 0c7a78b.
    akasunil committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    6f40925 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'trunk' of personal.github.com:WordPress/gutenberg into …

    …update/gallery-block-image-link-control
    akasunil committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    c795bfa View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    694e665 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Merge branch 'trunk' of personal.github.com:WordPress/gutenberg into …

    …update/gallery-block-image-link-control
    akasunil committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    8ad541b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0f3339 View commit details
    Browse the repository at this point in the history
  3. Update getHrefAndDestination function to handle Link control value ch…

    …ange for lightbox option
    akasunil committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    8107157 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eddabc7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3940299 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3e8341 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Merge branch 'trunk' of personal.github.com:WordPress/gutenberg into …

    …update/gallery-block-image-link-control
    akasunil committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    a321288 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    1228c00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31dcc28 View commit details
    Browse the repository at this point in the history
  3. fix: Avoid unsupported Gallery MenuGroup usage (#63953)

    The `MenuGroup` and `MenuItem` components are currently undefined for
    the native mobile editor. Therefore, we cannot render them in code
    shared between web and native without platform conditionals. Ideally, we
    add proper support for the native platform to avoid these conditionals,
    and their complexity and bundle size increase.
    dcalhoun authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    0bf1cac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9456d3d View commit details
    Browse the repository at this point in the history
  5. Removing unneccessory class

    akasunil committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    7976411 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Configuration menu
    Copy the full SHA
    37a191b View commit details
    Browse the repository at this point in the history
  2. Update label in unit test

    akasunil committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    893666c View commit details
    Browse the repository at this point in the history
  3. Update text in snapshot

    akasunil committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    16f87e7 View commit details
    Browse the repository at this point in the history