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

[material-ui][ListItem] Removing deprecated props #41566

Merged
merged 30 commits into from
Aug 8, 2024

Commits on Mar 20, 2024

  1. Removing deprecated props from material-ui ListItem

    Yenuga, Thathva Sri Sai Reddy committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    2efb7a1 View commit details
    Browse the repository at this point in the history
  2. Removed ListItem's dependency on ExtendButtonBase

    Yenuga, Thathva Sri Sai Reddy committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    6a09a81 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Merge branch 'next' into material-ui-listitem-remove-props

    Yenuga, Thathva Sri Sai Reddy committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    5fde6a0 View commit details
    Browse the repository at this point in the history
  2. Updated migration document

    Yenuga, Thathva Sri Sai Reddy committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    5a84d05 View commit details
    Browse the repository at this point in the history
  3. Adding space between headings in markdown

    Yenuga, Thathva Sri Sai Reddy committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    418bf7a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Rephrasing breaking changes section in migration doc

    Yenuga, Thathva Sri Sai Reddy committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    8f8db62 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Merge branch 'next' into material-ui-listitem-remove-props

    Yenuga, Thathva Sri Sai Reddy committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    503d663 View commit details
    Browse the repository at this point in the history
  2. Codemod changes for converting ListItem to ListItemButton

    Yenuga, Thathva Sri Sai Reddy committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    6e14621 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Fixing failed test case related to component

    Yenuga, Thathva Sri Sai Reddy committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    86242b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Fixing failing theme related test case

    Yenuga, Thathva Sri Sai Reddy committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    9b31019 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Updated test cases for codemod

    Yenuga, Thathva Sri Sai Reddy committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    0947ef8 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Merge branch 'next' into material-ui-listitem-remove-props

    Yenuga, Thathva Sri Sai Reddy committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    7f6f9f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Merge branch 'next' into material-ui-listitem-remove-props

    Yenuga, Thathva Sri Sai Reddy committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    c1179d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    37946b2 View commit details
    Browse the repository at this point in the history
  2. Update the migration guide

    mnajdova committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    463ced8 View commit details
    Browse the repository at this point in the history
  3. wrong import

    mnajdova committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    1e1630c View commit details
    Browse the repository at this point in the history
  4. improve codemod

    mnajdova committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    fdb20e9 View commit details
    Browse the repository at this point in the history
  5. lint issues

    mnajdova committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    2e38c09 View commit details
    Browse the repository at this point in the history
  6. improve codemod

    mnajdova committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    60dfaf5 View commit details
    Browse the repository at this point in the history
  7. finish codemod

    mnajdova committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    a9861fe View commit details
    Browse the repository at this point in the history
  8. fixed some issues

    mnajdova committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    5e78016 View commit details
    Browse the repository at this point in the history
  9. docs:typescript:formatted

    mnajdova committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    0e23f10 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c312da3 View commit details
    Browse the repository at this point in the history
  11. remove unused import

    mnajdova committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    842d1f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

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

Commits on Aug 5, 2024

  1. Update docs/data/material/migration/migrating-to-v6/migrating-to-v6.md

    Signed-off-by: Marija Najdova <mnajdova@gmail.com>
    mnajdova committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    5bde93a View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    b40c0f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffa33da View commit details
    Browse the repository at this point in the history
  3. Update docs/data/material/migration/migrating-to-v6/migrating-to-v6.md

    Co-authored-by: Siriwat K <siriwatkunaporn@gmail.com>
    Signed-off-by: Marija Najdova <mnajdova@gmail.com>
    mnajdova and siriwatknp committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    30aa518 View commit details
    Browse the repository at this point in the history
  4. Update docs/data/material/migration/migrating-to-v6/migrating-to-v6.md

    Signed-off-by: Marija Najdova <mnajdova@gmail.com>
    mnajdova committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    ac75cc6 View commit details
    Browse the repository at this point in the history