All Versions
12
Latest Version
Avg Release Cycle
165 days
Latest Release
-

Changelog History
Page 1

  • v3.0.0 Changes

    • 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.
  • v2.3.2 Changes

    • prop-types is now a peer dependency (@Fallenstedt)
  • v2.3.1 Changes

    • ๐Ÿ’… Modify content styles to have momentum scrolling (@Fallenstedt)
    • โšก๏ธ Update examples to eliminate depreciation warnings(@Fallenstedt)
    • โšก๏ธ Update readme's examples(@Fallenstedt)
  • v2.3 Changes

    February 15, 2017
    • Replace findDOMNode by ref callback (@BDav24)
    • ๐Ÿ‘ Allow setting initial sidebar width (@BDav24)
  • v2.2 Changes

    July 28, 2016
    • ๐Ÿšš Move from onTouchTap to onClick for React 15.2 compatibility (@factorize)
    • ๐Ÿ›  Fix accessibility issues (@cristian-sima)
  • v2.1.4 Changes

    • โšก๏ธ Update included ES5 build with 2.1.3 changes
  • v2.1.3 Changes

    • โž• Added optional classNames (@sugarshin)
  • v2.1.2 Changes

    May 15, 2016
  • v2.1 Changes

    • ๐Ÿ‘ Allow overriding embedded styles (@kulesa)
  • v2.0.1 Changes

    • ๐Ÿ‘ Allow adding className to sidebar using sidebarClassName prop (@lostdalek)