react-draggable-tab
Advanced tools
Changelog
Ver 0.10.0
Changelog
Ver 0.9.0
This version contains a breaking change. The name of the Tab 'disableClose' property, which shadowed a standard property name and resulted in a React warning, has been changed to 'unclosable'.
TESTS ARE BROKEN. react-addons-test-utils
has a hard dependency on React 15. For
React 16, Facebook has moved the utilities into react-dom/test-utils
and
react-test-renderer/shallow
, and they are quite a bit different.
Changelog
Ver 0.8.1
Changelog
Ver 0.7.0
Changelog
Ver 0.6.1
Changelog
Ver 0.5.0
onTabDoubleClick
, onTabMouseEnter
and onTabMouseEnter
are removed from Tabs
.
All onXXX
handler except onClick
are now used on Tab
.