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

feat(cli): add Button codemods #596

Merged
merged 12 commits into from
Jun 4, 2020
Merged

feat(cli): add Button codemods #596

merged 12 commits into from
Jun 4, 2020

Commits on May 27, 2020

  1. feat(utils): compile JSX

    tech/compile-jsx
    connor-baer committed May 27, 2020
    Configuration menu
    Copy the full SHA
    79603d9 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. chore(configs): add CJS output

    tech/compile-jsx
    
    tech/compile-jsx
    connor-baer committed May 29, 2020
    Configuration menu
    Copy the full SHA
    738f90c View commit details
    Browse the repository at this point in the history
  2. chore(configs): set up codemod tooling

    feature/codemod-button
    connor-baer committed May 29, 2020
    Configuration menu
    Copy the full SHA
    8933dee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e556e0 View commit details
    Browse the repository at this point in the history
  4. feat(cli): add migrate command to CLI

    feature/codemod-button
    connor-baer committed May 29, 2020
    Configuration menu
    Copy the full SHA
    ac0afc0 View commit details
    Browse the repository at this point in the history
  5. chore(configs): update commit scopes

    feature/codemod-button
    connor-baer committed May 29, 2020
    Configuration menu
    Copy the full SHA
    4feaf3c View commit details
    Browse the repository at this point in the history
  6. feat(cli): include LoadingButton in transform

    feature/codemod-button
    connor-baer committed May 29, 2020
    Configuration menu
    Copy the full SHA
    7069920 View commit details
    Browse the repository at this point in the history
  7. docs(cli): update the --migrate option descriptions

    feature/codemod-button
    connor-baer committed May 29, 2020
    Configuration menu
    Copy the full SHA
    b6685f5 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2020

  1. feat(cli): remove instead of replace flat variant

    The flat variant could be used with the primary and secondary variants. It affected the border and shadow, not the color. Mapping it the secondary variant was therefore inaccurate.
    
    feature/codemod-button
    connor-baer committed May 31, 2020
    Configuration menu
    Copy the full SHA
    12ca208 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. Configuration menu
    Copy the full SHA
    df7cfd2 View commit details
    Browse the repository at this point in the history
  2. refactor(cli): change transform name to be more specific

    feature/codemod-button
    connor-baer committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    cfd405c View commit details
    Browse the repository at this point in the history
  3. refactor(configs): use specific path for Eslint override

    feature/codemod-button
    connor-baer committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    93fa707 View commit details
    Browse the repository at this point in the history