Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: devfolioco/react-otp-input
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: devfolioco/react-otp-input
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2
Choose a head ref
  • 7 commits
  • 4 files changed
  • 2 contributors

Commits on Oct 31, 2019

  1. Convert SingleOTPInput to Functional Component

    Add type SingleOTPInputProps for prop validation.
    V1shvesh committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    4dfc007 View commit details
    Browse the repository at this point in the history
  2. Upgrade Flow version

    V1shvesh committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    cacba4f View commit details
    Browse the repository at this point in the history
  3. Modify ESLint Rules

    Add browser, ES6 env for accessing global types (HTMLInputElement).
    Add `babel-eslint` parser.
    Disable destructuring for arrays, to enable assignment to specific
    object field or array index without creating a new variable.
    Allow increment operators in for-loops.
    V1shvesh committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    08bbec5 View commit details
    Browse the repository at this point in the history
  4. Add React Types for Flow

    V1shvesh committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    54c17ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50c771a View commit details
    Browse the repository at this point in the history
  6. Manage Comments

    Highlight FIXMEs. Remove commented out old code.
    V1shvesh committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    73b4eaf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    84168c7 View commit details
    Browse the repository at this point in the history
Loading