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: 5.0.0-alpha.0
Choose a base ref
...
head repository: reactstrap/reactstrap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.0.0-alpha.1
Choose a head ref
  • 5 commits
  • 14 files changed
  • 2 contributors

Commits on Sep 21, 2017

  1. feat(Input): add plaintext prop

    Deprecate static prop in favor of plaintext prop. Use plaintaxt prop in the same way (boolean)
    
    closes #485
    TheSharpieOne committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    d0c6e82 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2017

  1. fix(Dropdown): fix perf issue

    Now when menu is not 'open' it will not be a popper
    
    Closes #584
    TheSharpieOne committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    e4479aa View commit details
    Browse the repository at this point in the history
  2. feat(Dropdown): keyboard control/navigation

    Adds the ability to control/navigate the dropdown and it's menu using the keyboard (space, arrow, esc keys)
    This mimic bootstrap 4's functionality
    
    Closes #580
    TheSharpieOne committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    ac90f51 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2017

  1. Configuration menu
    Copy the full SHA
    815755c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e9bf9e View commit details
    Browse the repository at this point in the history
Loading