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

Adding support for defined IDs in TextControl component #52028

Commits on Jun 27, 2023

  1. Adding support for defined IDs in TextControl

    This patch adds support for custom IDs in the `TextControl` component.
    
    Currently any passed ID prop is ignored, and a auto-generated value is
    used instead.
    
    ---
    Resolves WordPress#24749
    Andrew Hayward committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    4eefca5 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Updating tests

    Changing the test setup for labels to be more `testing-library` idiomatic.
    Andrew Hayward committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    47f6089 View commit details
    Browse the repository at this point in the history
  2. Updating CHANGELOG

    Adding line item under Enhancements to include `TextControl` changes.
    Andrew Hayward committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    7f14443 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'trunk' into 24749/label_not_connecting_to_input_if_prop…

    …s_contains_an_id
    Andrew Hayward committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    2f1f2a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Fixing use of useInstanceId

    Dropping the old `useUniqueId` pattern in favour of the more succinct and complete `useInstanceId` usage.
    Andrew Hayward committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    9da368d View commit details
    Browse the repository at this point in the history