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

Integrate TypeScript port #1739

Merged
merged 31 commits into from
Jul 28, 2021
Merged

Integrate TypeScript port #1739

merged 31 commits into from
Jul 28, 2021

Commits on Jun 29, 2021

  1. Configuration menu
    Copy the full SHA
    a8c84d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f9c3b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76ed07f View commit details
    Browse the repository at this point in the history
  4. Run these through Prettier

    timdorr committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    1c677c2 View commit details
    Browse the repository at this point in the history
  5. Remove comments and extraneous options from tsconfig

    These could end up changing or going away at any point, which could be misleading. Best to keep these minimal so folks don't get confused.
    timdorr committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    0150161 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d56c262 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Configuration menu
    Copy the full SHA
    c3764dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5c4916 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dcd152 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Configuration menu
    Copy the full SHA
    0cece74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8ee01e View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2021

  1. Configuration menu
    Copy the full SHA
    5a11915 View commit details
    Browse the repository at this point in the history
  2. Improve CI setup (#1752)

    markerikson committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    9249108 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Configuration menu
    Copy the full SHA
    b1d384b View commit details
    Browse the repository at this point in the history
  2. Update Babel config for modern output (#1754)

    - Switched babelrc to use recommended settings for "modern JS", with
      `targets: esmodules` and `bugfixes: true`
    - Fixed missing .tsx extensions in build scripts
    - Silenced Rollup warning about missing flag
    markerikson committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    50018ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fad30d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a243ff View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

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

Commits on Jul 8, 2021

  1. chore(mapDispatchToProps): port to typescript (#1760)

    * chore(mapDispatchToProps): port to typescript
    
    * chore: resolve conflicts
    
    * fix: types
    
    * fix: add FixTypeLater
    tony-go committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    147f178 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17ddf9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    918e7e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Configuration menu
    Copy the full SHA
    2c08811 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb93374 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

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

Commits on Jul 15, 2021

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

Commits on Jul 19, 2021

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

Commits on Jul 20, 2021

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

Commits on Jul 21, 2021

  1. Configuration menu
    Copy the full SHA
    64a6e3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f5b8c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

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

Commits on Jul 28, 2021

  1. Merge branch 'master' into typescript-port

    # Conflicts:
    #	package-lock.json
    markerikson committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    e326d6f View commit details
    Browse the repository at this point in the history