Commit Graph

1408 Commits (592024f42c39fb902c5cbfeaf9eebb756337306d)

Author SHA1 Message Date
Tucker Connelly 0227b0d2d0 Change error PropType to node on Input 2016-02-23 17:55:27 -05:00
Max Vyznyuk 542f54d77d Added a few more events to Dialog's overlay 2016-02-22 11:35:36 +02:00
tanem 191201e8e7 Some minor typo fixes for the README 2016-02-22 07:47:52 +13:00
Javi Velasco 7da1b98bdf Merge pull request #329 from sars/patch-1
Dropdown doesn't close on click outside fix
2016-02-19 17:09:05 +01:00
Javi Velasco ad7abe557d Merge pull request #332 from sars/clock-ssr-fix
Clock SSR fix
2016-02-19 16:17:03 +01:00
rodik 6173e9b408 Clock SSR fix 2016-02-19 15:43:29 +02:00
rodik c2283c0f1c nextState in componentWillUpdate of Menu.js fix 2016-02-19 13:48:01 +02:00
Javi Velasco ad904fdca8 Merge pull request #323 from Blechhirn/dev
race condition between menu item layout and container size assessment
2016-02-19 10:26:02 +01:00
Javi Velasco 5e238928ca Merge pull request #330 from sars/patch-2
renderInput() method never used
2016-02-19 10:15:50 +01:00
Rodion f4541eecbc renderInput() method never used
removing unused method
2016-02-18 22:42:53 +02:00
Rodion bc6ae1fe92 Dropdown doesn't close on click outside fix
Hi there,

Dropdown component doesn't close on click outside in my app. 
I debugged a little bit problem and found that componentWillUpdate uses incorrect.
It accepts nextProps and nextState and not prevState and nextState
https://facebook.github.io/react/docs/component-specs.html#updating-componentwillupdate
2016-02-18 20:15:13 +02:00
Konstantin Baumann c5b19c2a3d [Table] enhancements
- allow usage of `react` components in table cells (header and rows): https://github.com/react-toolbox/react-toolbox/issues/268
- allow changing table header titles (via `title` prop in `model`): https://github.com/react-toolbox/react-toolbox/issues/296
- allow specifying `onChange` handler per column (via `model`) in order to make onyl certain columns editable instead of the whole table

Sample usage can be seen in the update `Table` test file.
2016-02-18 11:21:24 +01:00
Blechhirn b2538d843a Workaround race condition between menu item layout and container size assessment. 2016-02-17 17:26:04 +01:00
Javi Velasco 8c022755ee Merge pull request #317 from epilgrim/feature/loosen_dropdown_validation_for_value
dropdown accepts string or number as value
2016-02-15 22:11:32 +01:00
Juan Peri 29edd204a5 dropdown accepts string or number as value 2016-02-15 18:18:16 +01:00
Javi Velasco a60975301e Update to node 4.3.0 2016-02-14 20:45:39 +01:00
Javi Velasco 5532ced3f1 Merge pull request #312 from jackielii/dev
type -> getType as `type` seems to be a keyword in node 5.1
2016-02-12 14:05:25 +01:00
Jackie Li 7b2347aba8 type -> getType as `type` seems to be a keyword in node 5.1 2016-02-12 10:23:27 +00:00
Javi Velasco 837be1c8b3 Merge pull request #310 from Kl0tl/fix/cleanup-on-unmount
Cleanup listeners on document before unmount
2016-02-11 18:01:46 +01:00
Cyril Sobierajewicz 68b23d2919 cleanup listeners on document before unmount 2016-02-11 17:06:37 +01:00
Javi Velasco 8d2e8ca338 Merge pull request #307 from epilgrim/feature/allow_array_of_key_value_in_autocomplete
Allowing array of pairs key-value as input for autocomplete
2016-02-10 09:52:42 +01:00
Juan Peri 96e868bd9c Allowing array of pairs key-value as input for autocomplete 2016-02-09 11:20:35 +01:00
Javi Velasco cb474b1988 Merge pull request #298 from fredguest/patch-1
Use consistent data attributes
2016-02-09 01:53:16 +01:00
Fred Guest 43bfd3f05b replace data-role with data-react-toolbox 2016-02-08 11:01:41 -08:00
Fred Guest 52f324d53a update Tab.jsx 2016-02-08 10:51:57 -08:00
Fred Guest 99b4fcac23 update Tabs.jsx 2016-02-08 10:48:31 -08:00
Fred Guest 413ddb7ca8 update Switch.jsx 2016-02-08 10:45:47 -08:00
Fred Guest dba62cf913 update RadioButton.jsx 2016-02-08 10:43:14 -08:00
Fred Guest 692ed24d6b update RadioGroup.jsx 2016-02-08 10:42:00 -08:00
Fred Guest 542528d435 update Menu.jsx 2016-02-08 10:36:42 -08:00
Fred Guest b898d7f854 update List.jsx 2016-02-08 10:35:29 -08:00
Fred Guest cacc7d9cab update Card.jsx 2016-02-08 10:32:37 -08:00
Javi Velasco 1d6e8f69d8 Merge pull request #301 from anthu/customizable-app-bar-height
allow app-bar height override
2016-02-07 19:59:52 +01:00
Anton Huck 7ad91897b2 allow app-bar height override 2016-02-07 19:51:04 +01:00
Fred Guest c0e0b5679c Use consistent data attributes
data-toolbox should be data-react-toolbox to be consistent with the rest of the components.
2016-02-06 00:35:08 -08:00
Javi Velasco 47215ac84b Merge pull request #293 from Flavorus/dev
Update TS Definition
2016-02-04 20:34:10 +01:00
Robert Parker ac6834f1e9 Update TS definition file to work properly with TypeScript >= 1.8, README blurb 2016-02-03 16:31:26 -08:00
Robert Parker 3354d173c2 Merge pull request #1 from react-toolbox/dev
Integrate upstream
2016-02-03 16:23:31 -08:00
Javi Velasco 1db189d436 Merge pull request #280 from kagux/fix/avatar-docs
update avatar example to use `image` instead of `img` property
2016-01-28 00:27:51 +01:00
Javi Velasco d0accc0c12 Merge pull request #282 from kagux/feature/customizable-list-2
List Item customization
2016-01-28 00:26:09 +01:00
Boris Mikhaylov ccd4bbb0a7 updated list item spec with button 2016-01-27 11:31:35 +01:00
Boris Mikhaylov 32ff655fd3 removed commented out code 2016-01-27 11:22:38 +01:00
Boris Mikhaylov 14cbf9c877 if list item action defined onClick we stop click and mouse down
propagation
2016-01-27 11:21:03 +01:00
Boris Mikhaylov a2745c8c39 list item can be customized by passing in children commponents 2016-01-26 14:59:57 +01:00
Boris Mikhaylov a82595b613 added data-react-toolbox attribute to FontIcon 2016-01-26 14:58:51 +01:00
Boris Mikhaylov 0deee32dd3 pass through props in Ripple 2016-01-26 14:58:28 +01:00
Javi Velasco b736a5f87c 0.14.1 release 2016-01-26 14:10:47 +01:00
Javi Velasco 30c277b6d3 Fix state changes in slider spec example 2016-01-26 14:10:04 +01:00
Boris Mikhaylov 0e60fd2a5e update avatar example to use `image` instead of `img` property 2016-01-25 15:49:30 +01:00
Javi Velasco f16934c95e Fixes #270 2016-01-23 16:38:12 +01:00