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: brian-do/react-toolbox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: Knewton/react-toolbox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 5 files changed
  • 5 contributors

Commits on Jul 26, 2018

  1. Merge pull request Knewton#67 from brian-do/dev

    Switch Component Fix
    allinallin authored Jul 26, 2018
    Configuration menu
    Copy the full SHA
    7060ff8 View commit details
    Browse the repository at this point in the history
  2. v1.18.1

    brian-do committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    5885858 View commit details
    Browse the repository at this point in the history
  3. v1.18.2

    brian-do committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    4835664 View commit details
    Browse the repository at this point in the history
  4. v1.18.1

    brian-do committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    e0212fc View commit details
    Browse the repository at this point in the history
  5. v2.0.0-beta.11

    brian-do committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    618848b View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2018

  1. Configuration menu
    Copy the full SHA
    1106759 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Knewton#69 from Knewton/input-help

    Add description to text input
    allinallin authored Aug 13, 2018
    Configuration menu
    Copy the full SHA
    ce2c4ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb939d6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Knewton#70 from Knewton/input-help-reformat

    Reformat error and description text for text input
    allinallin authored Aug 13, 2018
    Configuration menu
    Copy the full SHA
    7930c9c View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

  1. Removes randomness from RadioButton and Checkbox render

    Removes calls to uuid.v4() from the render methods of the
    above components. This avoids unnecessarily flushing to the DOM
    when the component hasn't changed.
    Jordan Caras committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    46ce9a1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Knewton#71 from Knewton/stop-repaint

    Removes randomness from RadioButton and Checkbox render
    jordmantheman authored Oct 18, 2018
    Configuration menu
    Copy the full SHA
    541846c View commit details
    Browse the repository at this point in the history
Loading