Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Carousel): ie11 compatibility changes(#799) #1585

Merged
merged 3 commits into from Jan 31, 2020

Commits on Jul 19, 2019

  1. fix(Carousel): ie11 compatibility changes(reactstrap#799)

    This applies the CustomEvent polyfill recommended in the MDN web docs (https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent/CustomEvent#Polyfill).
    This also applies a simple polyfill for Object.values I found in the react-transition-group module (https://github.com/reactjs/react-transition-group/blob/9e3b2d3c09b78e755bdc837b7b38337812ede2c9/src/TransitionGroup.js#L11).
    
    Fixes reactstrap#799
    nathanbacon committed Jul 19, 2019
    Copy the full SHA
    441619b View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2019

  1. Copy the full SHA
    a2f0299 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Copy the full SHA
    bfa4f54 View commit details
    Browse the repository at this point in the history