Commit Graph

24 Commits (ae09770cd4aab861e95a070b975d7fdef1ace082)

Author SHA1 Message Date
Brock Wills ae09770cd4 Importing PropTypes from prop-types rather than react (#1413) 2017-04-17 16:14:17 +02:00
Rubén Moya 5de4e7391c Tabs pointer not being updated (#1224) (#1325)
* Fixes #1224

* add jest setup file to mock requestAnimationFrame

* fix duplicated jest config
2017-04-02 14:08:25 +02:00
Javi Velasco 9d6ec1eedd Update dependencies and linter (#1180) 2017-01-26 18:05:32 +01:00
Javi Velasco 2224eb6cd0 Use isComponentOfType in Tabs. Fixes #1155 2017-01-24 11:51:30 +01:00
Javi Velasco 792f8acc42 Add ripple for Tabs. Fixes #377 2017-01-21 13:03:38 +01:00
Raul Matei 78895c0e18 Fix right arrow appearing when window is re-sized 2017-01-11 19:45:46 +01:00
Javi Velasco c87461615f Fixes #1085 2017-01-10 19:14:55 +01:00
katzoo ca8e4c6c1d fix few missing propTypes 2016-12-19 20:39:07 +01:00
Javi Velasco 9a1b7d54f3 Remove unneeded timeouts from Tabs 2016-11-22 09:47:28 +01:00
Javi Velasco ad0bcc33d5 Inject and use FontIcon and minor rendering changes for Tabs 2016-11-22 09:45:47 +01:00
Parmesh Krishen d49817003f Implementing tab pagination per material design specifications. 2016-11-20 17:52:22 -06:00
Javi Velasco f4f5ae885e Fix #814 2016-10-06 20:21:50 +02:00
Abhi Rao 8e0b64f852 Adding hideMode to Tabs
- Defaulting to `unmounted` - not mounting inactive tabs. `display` mode will mount inactive tabs but keep them hidden.
- Closes #709
2016-08-30 15:08:22 -05:00
Ron Derksen 908ad72533 Merge branch 'dev' into theme-tab-sub-components 2016-08-23 14:53:10 +02:00
Ron Derksen b220c70729 Theme is now passed on to tab subcomponents 2016-08-23 14:47:35 +02:00
Javi Velasco b528ab1191 Fix #713 2016-08-22 22:32:15 +02:00
Aren Blondahl 8dedcfce77 Fixed linting errors. 2016-08-11 21:31:08 -06:00
Aren Blondahl 9bf1c8e4fe Support for fixed & inverse color tabs. 2016-08-11 21:03:18 -06:00
dlebedynskyi b5575618c2 fix for target missing id
using 
https://github.com/react-toolbox/react-toolbox/issues/699
2016-08-09 13:47:48 -04:00
Javi Velasco a825208e83 Remove some bind usage in render functions and undo passing down Dropdown theme to Input 2016-08-06 22:44:05 +02:00
Randy Coulman 8c20848fe8 Forward theme prop from Tabs to TabContent
The `Tabs` component takes a `theme`, but was not forwarding it on to
its internal `TabContent` component, so it wasn’t possible to theme the
`tabs` or `active` classes.
2016-07-08 14:36:55 -07:00
Javi Velasco 6afb914126 Autoinject theme for Tabs 2016-05-30 23:32:42 +02:00
Javi Velasco d6bc5f5436 Move tabs to themr 2016-05-26 21:01:54 +02:00
Javi Velasco 0cb8d8bdb2 Get rid of jsx extensions 🔮 2016-04-10 21:23:04 +02:00