Commit Graph

1141 Commits (1aa67d5b3ad266f28417072136e6f6be9a5a40ca)

Author SHA1 Message Date
Arham Ahmed 1aa67d5b3a fixes #389 2016-03-19 22:24:57 -04:00
Arham Ahmed 0b16eefabc fixes #369 2016-03-09 11:52:36 -05:00
Javi Velasco 27529af914 Merge pull request #364 from KerenChandran/dev
Modified z-index to include default.
2016-03-09 10:28:34 +01:00
Keren Chandran 953c2098a6 Modified z-index to include default 2016-03-08 09:22:58 -05:00
Javi Velasco e97c8da983 Merge pull request #358 from TobiasBales/fix-label-for-number-input-with-zero-value
Fix label for number inputs with 0 as value
2016-03-08 09:58:55 +01:00
Javi Velasco 852c3ea4f2 Fix #316 2016-03-06 20:25:39 +01:00
Tobias Bales 5029b0d03e Fix label for number inputs with 0 as value
For an

   <Input type="number" label="label text"/>

the label would overlay the value when it was set to 0 (the integer)
since the checking logic checked for javascript "trueishness".
Now the check is explicit against null, undefined, empty string and NaN.
2016-03-06 14:09:41 +01:00
Javi Velasco 10758163be Use falsy when cloning menuitems to check if element should be treated 2016-03-06 12:13:47 +01:00
Javi Velasco e2634998af Fix #248 2016-03-05 22:00:38 +01:00
Javi Velasco f1a098d9fa Fix #290 2016-03-05 21:53:52 +01:00
Javi Velasco a64d5e4c50 Fix #302 2016-03-05 21:43:17 +01:00
Javi Velasco 993afbce39 Fix #356 2016-03-05 21:37:07 +01:00
Javi Velasco dce92d3a33 Set background to transparent by default 2016-03-05 21:25:21 +01:00
Javi Velasco 22b46d9294 Fix #357 2016-03-05 21:20:36 +01:00
Javi Velasco b45c8f7ced 😕 2016-03-05 20:35:13 +01:00
Javi Velasco 4fba76e7fb More beauty in the dialog spec 2016-03-05 20:32:45 +01:00
Javi Velasco ddeb44f8db Fixes #304 2016-03-05 20:29:42 +01:00
Javi Velasco 8761cc2dd6 Merge pull request #352 from zalmoxisus/patch-1
When the font-size (or $unit) is small, there's no difference between selected and unselected item
2016-03-05 15:41:44 +01:00
Javi Velasco d1320d5517 Merge pull request #339 from necinc/dev
Added a few more events to Dialog's overlay
2016-03-05 15:38:13 +01:00
Max Vyznyuk 3a3dea665c Update Dialog's documentation. 2016-03-05 12:24:03 +02:00
Javi Velasco cb59a97757 Merge with master 2016-03-04 18:18:11 +01:00
rodik 7adfc59772 nextState in componentWillUpdate of Menu.js fix 2016-03-04 18:16:31 +01:00
Rodion ef0fe1108e renderInput() method never used
removing unused method
2016-03-04 18:16:31 +01:00
Rodion c1f2b83865 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-03-04 18:16:31 +01:00
Javi Velasco d8a58bd225 0.14.1 release 2016-03-04 18:16:31 +01:00
Javi Velasco 9a802f1715 Merge pull request #324 from Kosta-Github/table-enhancements
[Table] enhancements
2016-03-04 18:16:20 +01:00
Javi Velasco 140762d192 Merge pull request #338 from tanem/update-readme
Some minor typo fixes for the README
2016-03-04 18:09:59 +01:00
Javi Velasco 43e6723f5b Merge pull request #353 from zalmoxisus/patch-2
Support `0` value for the menu item
2016-03-04 18:09:02 +01:00
Mihail Diordiev c2c0ac7466 Support `0` value as being numeric 2016-03-03 14:44:42 +02:00
Mihail Diordiev a78ec39df1 When the font-size (or $unit) is small, there's no difference between selected and unselected item 2016-03-03 14:34:31 +02:00
Javi Velasco 3d72cef8eb Merge pull request #344 from KaleoSoftware/accept-other-types-in-error
Change error PropType on Input to node
2016-02-25 08:43:53 +01:00
Javi Velasco 4e4c8d3757 Merge pull request #345 from tkh44/patch-1
Typos and grammar corrections for install document
2016-02-24 21:32:58 +01:00
Kye Hohenberger f77a806539 Typos and grammar corrections for install document 2016-02-24 12:47:44 -06:00
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