Commit Graph

664 Commits (162df8faedf625ae8fa060a71b64ebb0a386f0fa)

Author SHA1 Message Date
Nathan Smith 162df8faed keeping 0.0.3 better-npm-run 2015-11-12 10:02:44 -06:00
Nathan Smith 52f261fcda keeping sass-loader ^3.0.0 and toolbox-loader 0.0.2 2015-11-12 10:02:07 -06:00
Nathan Smith 10eb6c37ff using better-npm-run for cross platform node_env and uv_threadpool_size vars 2015-11-12 10:02:06 -06:00
Javi Velasco 73df6bb20a Merge pull request #100 from nathanmarks/ie11-playground-error
Added babel polyfill to docs to fix ie11 bug
2015-11-12 16:52:06 +01:00
Nathan Marks 9975b8d33e Removed babel-polyfill from docs and added ie11 polyfills to main component library 2015-11-12 10:48:42 -05:00
Nathan Marks 431bc3a39b Added babel polyfill to docs to fix ie11 bug, fixes #99 2015-11-11 19:58:10 -05:00
Javi Velasco 1b6bb5f85b Fixes #72 and #97 2015-11-12 01:24:31 +01:00
Javi Velasco 9096f8f428 Remove unused event variable in table component 2015-11-12 01:18:54 +01:00
Javi Velasco 0c11acc26e 0.11.5 release 2015-11-11 22:00:07 +01:00
Javi Velasco fb94605feb 💩 2015-11-11 21:58:28 +01:00
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