react-sidebar v3.0.0 Release Notes

    • prop-types is now dependency instead of peer dependency (@markusenglund)
    • ๐Ÿšš PropTypes are removed in production to save on size (@markusenglund)
    • Now using babel in loose mode & babel-runtime to reduce bundle size further (@markusenglund)
    • Made the library available as ES Module in addition to CommonJS (@markusenglund)
    • โœ‚ Remove tab-index from overlay (@markusenglund)
    • โœ‚ Remove scroll bar when not needed by changing default content overflowY from "scroll" to "auto"
    • โž• Added new id props to let users give custom id values to all elements (@rluiten)
    • โœ‚ Remove touch functionality in IOS since it doesn't work due to swipe-to-go-back native behaviour.
    • โœ‚ Remove box-shadow when the sidebar is not visible, so it's not visible at the edge of the screen.