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

Patternfly 5 #2009

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Patternfly 5 #2009

wants to merge 7 commits into from

Commits on Jun 2, 2024

  1. package.json: upgrade to pf5

    This is a minimal upgrade to Patternfly 5. Most components upgraded fine but for those that didn't the react-core/deprecated is used. Data driven forms is also upgraded to it's newest version in order to support pf5.
    jkozol committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    4197f3a View commit details
    Browse the repository at this point in the history
  2. src: update input filter

    jkozol committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    94ad5d6 View commit details
    Browse the repository at this point in the history
  3. test: fix test and ddf issues

    Update test ids and fix ddf inputs.
    jkozol committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    21f821c View commit details
    Browse the repository at this point in the history
  4. src: update ddf formstate values

    With changes to the input entry field ddf needs onChange to handle
    events as well as value changes.
    jkozol committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    7eb50fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3001a08 View commit details
    Browse the repository at this point in the history
  6. tests: update selectors

    jkozol committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    fec0d1e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0d2442c View commit details
    Browse the repository at this point in the history