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

Part 2: Table Component #1116

Merged
merged 10 commits into from
Jun 14, 2024
Merged

Part 2: Table Component #1116

merged 10 commits into from
Jun 14, 2024

Commits on Jun 13, 2024

  1. Setup ts-jest for typescript support for JEST tests

    Create a simple test for Table
    johnnadeluy committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ad6e505 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    29d8c04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6338b7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7241470 View commit details
    Browse the repository at this point in the history
  4. Bump @storybook/addon-links, @storybook/react-webpack5 and @babel/pre…

    …set-typescript versions
    
    to the matching versions in master so package-lock is in sync
    johnnadeluy committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    71b77fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58d12ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    de64cdd View commit details
    Browse the repository at this point in the history
  7. Update Table test

    johnnadeluy committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    37541a2 View commit details
    Browse the repository at this point in the history
  8. Add id attribute for th Table cell and use scope for examples and tests

    Update documentation and fix linting for Table
    johnnadeluy committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    54dacce View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    55fdaa0 View commit details
    Browse the repository at this point in the history