Releases: dev-javascript/react-dyn-tabs
Releases · dev-javascript/react-dyn-tabs
v2.1.3
fix problems of :
1- select a tab twice
2- open a tab twice
3- close a tab which is not opened
4- resolving Promises with {currentData , instance} parameter
v2.1.2
- fix undefined context problem in "one" method
- fix updateReducer bug
- fix _subscribeSelectedTabsHistory bug
v2.1.1
fix importing module problem in defaultOptions.js
v2.1.0
- panel component can be either of React element or React component
- fix refresh method bug
- fix PanelList direction class problem
v2.0.2
1)fix undefined context problem in callback options
2)remove beforeSelect and beforeClose from Subscribers list
3)update onChange parameters
fix open and close actions problem in reducer.js
v2.0.1 fix open and close action problems in reducer.js
change api and css classes
- remove trigger, getInitialState and eventHandlerFactory functions from api
- rename css classes
fix returning pervious state problem in reducer.js
v1.1.7 fix returning old state problem in reducer.js
fix missed direction class problem
v1.1.6 fix missing direction class problem
ES6 import&export : fix circular dependencies by updating default options
v1.1.5 ES6 import&export : fix circular dependencies by updating default opt…