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

refactor(checkbox): remove legacy property and support for legacy syntax #29043

Merged
merged 8 commits into from
Feb 14, 2024

Commits on Feb 13, 2024

  1. test(checkbox): remove legacy tests (#29020)

    This PR removes the tests for the legacy checkbox syntax. A separate PR
    will be used to remove the implementation for the legacy syntax.
    
    ---------
    
    Co-authored-by: ionitron <hi@ionicframework.com>
    liamdebeasi and Ionitron committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    3b34287 View commit details
    Browse the repository at this point in the history
  2. chore: sync

    liamdebeasi committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    ed11f44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95d382b View commit details
    Browse the repository at this point in the history
  4. chore: sync

    liamdebeasi committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    8d8fc7e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db644e5 View commit details
    Browse the repository at this point in the history
  6. Clean up

    liamdebeasi committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    85c1265 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. refactor(checkbox): remove legacy syntax (#29021)

    This pull request includes the changes to remove the `legacy` property
    for the checkbox as part of
    #29043. That pull
    request specifically focuses on updating tests to remove any legacy
    checkbox usage. The internal ticket suggested separating these changes
    into individual pull requests. Please refer to the mentioned pull
    request for a detailed description of the combined changes from both
    pull requests. This will be merged into that pull request upon approval.
    liamdebeasi committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    26031c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    383af73 View commit details
    Browse the repository at this point in the history