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: reactstrap/reactstrap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 179b68e
Choose a base ref
...
head repository: reactstrap/reactstrap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f15054f
Choose a head ref
  • 9 commits
  • 24 files changed
  • 6 contributors

Commits on Jun 27, 2017

  1. build(ReactTransitionGroup): Externalize ReactTransitionGroup (fixes …

    …big file size) (#474)
    
    * Externalize ReactTransitionGroup
    
    * Update transition group imports
    
    * Revert incorrect fix #433
    
    * Revert change to main and fix in future PR.
    balloob authored and eddywashere committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    c40b89f View commit details
    Browse the repository at this point in the history
  2. fix(DropdownToggle): ensures color attribute is not leaked

    * fix(DropdownToggle): Fixes #461 (reverting bad PR#402) which ensures
    color attribute is NOT leaked
    
    * fix(DropdownToggle): Adding tests for color attribute and fixing logic
    to ensure that the color attribute is used for Buttons only.
    virgofx authored and eddywashere committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    d1448e0 View commit details
    Browse the repository at this point in the history
  3. build(omit): Remove lodash.omit (#478)

    * Remove lodash.omit
    
    * Lint
    balloob authored and eddywashere committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    ba69f71 View commit details
    Browse the repository at this point in the history
  4. fix(Alert): map close class css modules (#471)

    Also adds ability to add additional classes to the close button
    
    closes #470
    TheSharpieOne authored and eddywashere committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    2e3c687 View commit details
    Browse the repository at this point in the history
  5. docs(ButtonDropdown): fix typo in Button Dropdown docs (#447)

    This change fixes a typo in the button dropdown docs where "danger" was misspelled.
    jantonso authored and eddywashere committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    9e4d381 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b598a40 View commit details
    Browse the repository at this point in the history
  7. fix(Navbar): remove default navigation role

    * fix(Navbar): Fixes #463 by ensuring that the default role is now empty
    for nav elements.
    
    * Updating tests.
    
    * Removing trailing spaces.
    virgofx authored and eddywashere committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    f607b2c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2e86132 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f15054f View commit details
    Browse the repository at this point in the history
Loading