Commit Graph

654 Commits (e815f09a2caeb9bc45b276d0079ab3c9de4d9067)

Author SHA1 Message Date
Javi Velasco e815f09a2c 🤗 2015-11-11 21:30:49 +01:00
Javi Velasco 838f81850f Add node version info in contributors readme section 2015-11-11 15:40:36 +01:00
Javi Velasco 7a1181aa8b Fixes #89 2015-11-11 10:48:33 +01:00
Javi Velasco 4c3d089d40 Merge pull request #84 from CalebEverett/master
Add full color palette
2015-11-11 10:40:22 +01:00
Javi Velasco b107e8f80f Merge pull request #90 from fmatoss/patch-2
Fix disabled ripple click error
2015-11-11 10:39:31 +01:00
Javi Velasco 4af52d1991 Set sinon official 2.0 branch 2015-11-11 10:18:17 +01:00
Felipe Matos ff936cbf70 Fix disabled ripple click error
If ripple prop is false, this.refs.ripple will be undefined and will throw a TypeError every time handleMouseDown is called.
2015-11-11 01:02:55 -03:00
@soyjavi ae95446735 Fixed typo 2015-11-10 19:06:13 +07:00
@soyjavi f4d2db466d Merge branch 'master' of https://github.com/react-toolbox/react-toolbox
* 'master' of https://github.com/react-toolbox/react-toolbox:
  Proper import path for documentation files
  Proper link for donations
2015-11-10 18:58:40 +07:00
@soyjavi 34cef32038 New rule for <Input> (type: date or time) 2015-11-10 18:58:35 +07:00
Javi Velasco 67ab8746a9 Proper import path for documentation files 2015-11-10 11:07:43 +01:00
Javi Velasco 0a2761a042 Proper link for donations 2015-11-10 11:02:28 +01:00
Caleb Everett b5bcca76c6 Add full color palette 2015-11-09 14:15:23 -08:00
Javi Velasco 9a1b893630 Merge pull request #31 from Kikobeats/master
Added .bumpedrc
2015-11-09 12:01:10 +01:00
Javi Velasco 116e598aaf Update README.md 2015-11-08 12:44:58 +01:00
Javi Velasco a412d2237d Add production env when building 2015-11-07 22:44:43 +01:00
Javi Velasco a9c12c162b Merge branch 'master' of github.com:soyjavi/react-toolbox
* 'master' of github.com:soyjavi/react-toolbox:
  Alphabetical Order for properties and methods
  Fix release number
  <Table> using the new stateless <Checkbox>
  <Checkbox> Stateless
  FIXED eslint
  Add spec to Button component
2015-11-07 10:19:03 +01:00
Javi Velasco 917127936f Avoid object assign in preview component 2015-11-07 10:18:56 +01:00
Javi Jiménez e52ca1fca8 Merge pull request #69 from react-toolbox/alphabetical_order
Alphabetical Order for properties and methods
2015-11-07 15:29:56 +07:00
@soyjavi 5f17e645dd Merge with master 2015-11-07 15:20:21 +07:00
Javi Jiménez eb5317d3bf Merge pull request #68 from react-toolbox/checkbox.stateless
Checkbox.stateless
2015-11-07 15:17:36 +07:00
@soyjavi 147088bfa3 Alphabetical Order for properties and methods 2015-11-07 09:36:51 +07:00
@soyjavi 8d59c0aae0 Fix release number 2015-11-07 09:04:32 +07:00
@soyjavi b3150f4e74 <Table> using the new stateless <Checkbox> 2015-11-07 09:01:07 +07:00
@soyjavi b1fe6f6e27 <Checkbox> Stateless 2015-11-07 08:59:50 +07:00
Javi Velasco aa22c1d08a Merge pull request #55 from ynonp/master
Add spec to Button component
2015-11-06 13:52:18 +01:00
Javi Velasco 1547bd6217 Take build out of deploy command 2015-11-06 11:13:38 +01:00
Javi Velasco 4faa2616fa Proper link for README npm link 2015-11-06 11:08:22 +01:00
Javi Jiménez 484cb1838a Merge pull request #57 from react-toolbox/component.tooltip
<Tooltip>
2015-11-06 16:23:18 +07:00
Javi Velasco 6d48abbbb3 Merge pull request #60 from fmatoss/patch-1
Missing quote
2015-11-06 09:03:13 +01:00
Felipe Matos f4f3ef0437 Missing quote 2015-11-05 22:45:32 -03:00
@soyjavi 019ed57910 Remove 'active' property (it's a state) 2015-11-06 00:49:55 +07:00
@soyjavi d0c8e4afdf Control visibility with JavaScript (decoupled way for any kind of element or <Component>) 2015-11-06 00:44:10 +07:00
Javi Velasco b89c0ec570 Bugfixes 2015-11-05 17:50:52 +01:00
Javi Velasco b516a5a065 Fixes #52 2015-11-05 17:49:30 +01:00
Kiko Beats a06d45fc69 separate generate changelog in two steps 2015-11-05 17:45:47 +01:00
Javi Velasco de52a1eddb Fixes #48 2015-11-05 17:24:31 +01:00
@soyjavi de43b22762 Include examples and include in bundle. 2015-11-05 13:57:12 +07:00
@soyjavi 5e18ccbdaf Clever way to auto-hide <Tooltip> (full CSS) 2015-11-05 13:30:57 +07:00
Javi Velasco 8c682c32d0 Fixes #45 removing Object.assign and avoiding to include a polyfill 2015-11-05 02:15:39 +01:00
@soyjavi 68055ca358 Show tooltip is in a mixin (for reuse in another components)... it's necessary be a stateless behavior. 2015-11-05 07:18:46 +07:00
@soyjavi 0468c87999 Fix name for identify components 2015-11-05 07:04:56 +07:00
ynonperek 531e7e095d FIXED eslint 2015-11-04 21:41:08 +02:00
ynonperek fff3720499 Add spec to Button component 2015-11-04 21:20:00 +02:00
@soyjavi 2afd343b4d First approach for <Tooltip/> 2015-11-04 22:28:11 +07:00
Javi Jiménez 5d4c7293d3 Merge pull request #47 from react-toolbox/component.table
<Table>
2015-11-04 19:55:01 +07:00
@soyjavi ce9bd76bc7 Lint more files 2015-11-04 19:50:53 +07:00
@soyjavi 24c3390518 Lint code 2015-11-04 19:43:32 +07:00
@soyjavi 02c602430b Minor changes 2015-11-04 16:55:08 +07:00
@soyjavi 1712fc97e4 Now you can select all rows, or independent row. You have a new method getSelected() which gives you all rows selected. 2015-11-04 16:16:31 +07:00