- #99 Fix this.unbindShortcuts is not a function
- Fix falling unit tests
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.
- #73 Invariant Violation: addComponentAsRefTo(...): ... may be better. The React version has been updated, but react-draggable-tab is still using string refs, which is deprecated.
- #90 React.PropTypes should be replaced by just PropTypes
- #92 Update to React v16 Updated all libraries. Uses React 16.2.0.
- #93 Resolve all eslint "airbnb" errors (except in tests)
- #80 Fix tabAddButton position Thanks @warent
- #81 Added prop to disable the dragging of tabs#81 Thanks @erangil2
- #67 Fix TypeError when using SVGs as title Thanks @HaNdTriX
- #68 Improve tab rendering perfomance
- #66 Removes console warning in React15 Thanks @uriklar
- #53 Context menu on right click
onTabDoubleClick
,onTabMouseEnter
andonTabMouseEnter
are removed fromTabs
. AllonXXX
handler exceptonClick
are now used onTab
. - Update dependencies libraries version cf65dbc
- #48 When tab title is truncated onhover does not show whole title
- #50 Unable to add styles or css classes to the tab content div
- #33 Add hover effect on mouseOver like chrome
- #38 Publish transpiled code
- #40 Tab start moving from strange position
This version updated react from ^0.13.3 to 0.14.X, react-draggable from ^0.8.0 to 1.1.X, and also other dependencies. Several changes have been made for adopting react v0.14.x.
This release contains breaking change.
- #20 Remove 'ed' from event handler name (Breaking change)
- #21 Unexpected behavior with NODE_ENV=production