This will be the last release of this library. USE AT YOUR OWN RISK. We highly suggest that you migrate to the v1 branch of material-ui to take advantage of the features provided by this library natively within that package.
- Update to material-ui 0.19.x
-
- Support onClick rather than onTouchTap
- Use standalone prop-types library
- Make material-ui a peerDependency rather than a dependency
- Support React ^15.4.0 or ^16.0.0 via peerDependency
- The scrollable behavior provided by this package has now been merged into Material-UI's @next branch. As a result, it is highly unlikely that there will be any additional features added to this package.
- The isLargeView prop has been deprecated in favor of automatic viewport detection and sizing.
- valueLink has been deprecated.
- Desktop scroll buttons should now be the same color as the highlighted text.
- The scrollbar size measurement utility has been abstracted into a separate npm package: react-scrollbar-size.
- It should now be possible to import modules from the main
index.js
rather than having to import from theTabs
subfolder. - All code has been significantly refactored to make it cleaner and easier to read.
- Corrected
fixed
width tabs so that no scrolling behavior occurs. Previously, selecting a partially out of view tab would scroll that tab into view. @shawnmcknight
- Created
/examples
directory with a webpack-dev-server based site that will show interactive examples and code for various tab permutations. Docs for use are here. @shawnmcknight