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

Search block: switch interactivity to the Interactivity API #53343

Merged
merged 31 commits into from
Sep 11, 2023

Commits on Aug 4, 2023

  1. Fist commit

    cbravobernal committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    1101255 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f84e4d View commit details
    Browse the repository at this point in the history
  3. Remove not needed test

    cbravobernal committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    8093bb0 View commit details
    Browse the repository at this point in the history
  4. Add interactions

    cbravobernal committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    7028b57 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Use wp_store to handle ARIA label

    We now use WP Store to handle ARIA labels for button functionality, doing away with hard-coding labels. The labels now adjust based on the state of the search field, providing more explicit instructions for users.
    
    Co-authored-by: David Arenas <david.arenas@automattic.com>
    michalczaplinski and DAreRodz committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    f356798 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    462edb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99f681b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff5eb0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d23428d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    80eaa0c View commit details
    Browse the repository at this point in the history
  7. Remove old functions

    SantosGuillamot committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    afc0b70 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b75bd40 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e9294a5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    39b1630 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6d01ab8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    347685f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    00d1b4c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    3533cb0 View commit details
    Browse the repository at this point in the history
  2. Add selector in SSR

    SantosGuillamot committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    ab3fe06 View commit details
    Browse the repository at this point in the history
  3. Format PHP

    SantosGuillamot committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    abb18f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Fix typo

    Co-authored-by: Michal <mmczaplinski@gmail.com>
    SantosGuillamot and michalczaplinski authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    7d17805 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

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

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    3f8bbdc View commit details
    Browse the repository at this point in the history
  2. Remove extra space

    SantosGuillamot committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    ae7d054 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72426b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    5a605d1 View commit details
    Browse the repository at this point in the history
  2. Remove old files and

    SantosGuillamot committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    bf0938e View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    128ae33 View commit details
    Browse the repository at this point in the history
  2. Remove wp_store

    SantosGuillamot committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    a7686f6 View commit details
    Browse the repository at this point in the history
  3. Use null instead of `undefined

    Co-authored-by: Luis Herranz <luisherranz@gmail.com>
    SantosGuillamot and luisherranz authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    e498b4c View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary conditional

    Co-authored-by: Luis Herranz <luisherranz@gmail.com>
    SantosGuillamot and luisherranz authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    f040f3b View commit details
    Browse the repository at this point in the history