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: wimpyprogrammer/react-component-update
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.1
Choose a base ref
...
head repository: wimpyprogrammer/react-component-update
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.0
Choose a head ref
  • 14 commits
  • 7 files changed
  • 1 contributor

Commits on Sep 15, 2017

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

Commits on Oct 11, 2017

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

Commits on Nov 24, 2017

  1. Configuration menu
    Copy the full SHA
    c36f041 View commit details
    Browse the repository at this point in the history
  2. Upgrade to Enzyme 3.

    Add React 16 adapter and test setup file.
    wimpyprogrammer committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    1228fec View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2017

  1. Uninstall default Enzyme adapter during setup

    By default, enzyme-adapter-react-16 is installed per the devDependencies
    in the package.json.  We should uninstall this so it isn't detected by
    test-setup.js which looks for available adapters.
    wimpyprogrammer committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    9efa334 View commit details
    Browse the repository at this point in the history
  2. Remove console.log from test-setup.js

    The setup script runs before each test fixture, so these messages
    clutter the test output.
    wimpyprogrammer committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    53c0390 View commit details
    Browse the repository at this point in the history
  3. Replace .getNode() with .instance()

    Per the Enzyme v2.x to Enzyme v3.x upgrade instructions at
    https://github.com/airbnb/enzyme/blob/master/docs/guides/migration-from-2-to-3.md.
    wimpyprogrammer committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    3a19e20 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2017

  1. Scope test utilities to the appropriate React versions

    Uninstall react-addons-test-utils from default devDependencies.
    
    Don't install react-test-renderer for React 16.
    wimpyprogrammer committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    3e4ab00 View commit details
    Browse the repository at this point in the history
  2. Base Enzyme adapter on current React version

    Fix an issue where the default adapter (v16) is used for React v15
    builds in TravisCI.
    wimpyprogrammer committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    925cce1 View commit details
    Browse the repository at this point in the history
  3. Remove custom npm version

    Fix Node v9.2.0 failures in TravisCI.
    wimpyprogrammer committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    6fa75a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a535ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    30a7591 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0dbda73 View commit details
    Browse the repository at this point in the history
Loading