Commit Graph

1488 Commits (991a430ca22f905e12556def4bba27872e445514)

Author SHA1 Message Date
priecint 991a430ca2 Fix TableCell definition (#1386)
As per source (https://github.com/react-toolbox/react-toolbox/blob/dev/components/table/TableCell.js#L7) `sorted` accepts lower-case strings but the TypeScript definition uses upper-case. So there is either error from TS (`TS2322:Type 'string' is not assignable to type '"ASC" | "DESC"'`) or React (`Warning: Failed prop type: Invalid prop `sorted` of value `ASC` supplied to `ThemedTableCell`, expected one of ["asc","desc"].`).
2017-04-06 09:52:54 +02:00
Austin Peterson 3dde4c4cda Dev dialog overflow (#1303)
* dialog overflow option

* fixing out of order

* expected overlay to become before transition
2017-04-02 14:17:14 +02:00
Lucas Nascimento 0bd575fdac feat(slider): add buffer prop to Slider (#1317) 2017-04-02 14:16:09 +02:00
Raphael Guastaferro b75214c792 Autocomplete accepting suggestionMatch none (#1289) 2017-04-02 14:15:26 +02:00
codeaid 4ff1cc9734 Added missing onKey(Down|Up) input property definitions (#1318) 2017-04-02 14:13:16 +02:00
Mikko Matilainen da85a69e52 Fix allowCreate in Autocomplete when value prop is an object (#1334) 2017-04-02 14:12:48 +02:00
rainie 73bf3be741 Fix error in events.js transitionEventNamesFor method (#1294) 2017-04-02 14:12:07 +02:00
Rubén Moya 7231a7cc15 fixes table clone element when child is null (#1326) 2017-04-02 14:10:01 +02:00
Izak Filmalter f5c11382cb Add callback functions to slider for when slider starts being dragged, and when it stops. (#1287) 2017-04-02 14:09:11 +02:00
卢思侗 9a916e0176 Add chinese localization (#1290) 2017-04-02 14:08:45 +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
Tengis Batsaikhan 3e834cb63b Bugfix[AutoComplete]: showAllSuggestions state should be true if showSuggestionsWhenValueIsSet is true (#1367)
* Bugfix: showAllSuggestions state should be true.

* if query value not empty then filter suggestions
2017-04-02 14:06:25 +02:00
k0r8i ad6f30336f Fixes Ripple event error in case props.ripple === false (#1344) 2017-04-02 14:05:06 +02:00
Rubén Moya ec5f15dc12 Fixes #1221 (#1324) 2017-04-02 14:03:07 +02:00
Vytenis c5bf439a0a Update readme.md (#1363)
* Update readme.md

Closes #1362

* Update list_example_1.txt

Used placeholder image in examples
closes #1363
2017-04-02 14:01:02 +02:00
JanuszP a4f8da5355 Esc key event listener leakage fixed (#1376) 2017-04-02 13:58:16 +02:00
Oleg Stepura 509e846631 Fix #1368 (#1369) 2017-03-29 00:13:52 +02:00
Vytenis 697b4d67ba Update FontIcon.js (#1321)
Fixes #1320
2017-03-23 11:06:29 +01:00
Pavel Vorona d5f2c98075 Don't spread state in setState, it's already done by react (#1336) 2017-03-21 12:10:00 +01:00
Javi Velasco 34faf74531 Fixes #1242 2017-03-08 22:03:15 +01:00
Erik Sanchez 6295ca447f Custom label and value keys for Dropdown (#1273)
* Custom value and label for dropdown

* removing unknown props

* Show selected label

* typo
2017-02-28 19:16:29 +01:00
dan-kwiat e7f521041e Remove unnecessary reference to sliderLength in knobOffset method (#1271) 2017-02-26 16:39:59 +01:00
Emmanuel Quentin 3d2329a502 Allow to reference Input via Autocomplete (#1255) 2017-02-26 14:25:46 +01:00
Ionut-Cristian Florescu 53e09d9d0c Fix error in "flat" property description (#1265)
Actually, when `flat = true`, the AppBar **doesn't show** a shadow.
2017-02-26 14:20:27 +01:00
Oleg Stepura bde478eefc Invalid appBarIconVisible calculation (#1239)
Fixes #1231
2017-02-19 14:38:16 +01:00
Allan Gomes 8e2b688954 `disabled` suggestionMatch in d.ts (#1241)
`disabled` suggestionMatch  in d.ts
2017-02-19 12:25:11 +01:00
Oleg Stepura 6bbba4ad5f Export all from table (#1244)
Export `TableRow`, `TableHead`, `TableCell` as well as `Table` from './table'
2017-02-19 12:24:54 +01:00
Smida Amine 27535a9d34 fix typo in app_bar readme.md (#1247) 2017-02-19 12:24:35 +01:00
Gustavo Henke 8a4b628d1b Fix ripple overflowing outside the boundaries of list item (#1215)
Fixes #1205
2017-02-19 11:54:15 +01:00
Javi Velasco e366bedcf7 Fix #1219 2017-02-07 17:23:04 +01:00
Javi Velasco ba29686d46 Allow numbers for Input value prop. Fixes #1180 2017-02-07 15:19:09 +01:00
Javi Velasco 23b4537d2c Remove tests from build and remove sinon 2017-02-06 10:29:23 +01:00
Javi Velasco b48c17d1ad Use Jest 🃏 and upgrade Webpack and other dependencies 2017-02-06 09:53:31 +01:00
Jeremy Martin 60b147f891 Fixes #1086 (#1212) 2017-02-02 16:58:05 +01:00
bumbleblym 75a219b0f4 Import Ramda values function directly (#1209) 2017-02-02 15:07:58 +01:00
Javi Velasco 0f4a16a425 Fixes #1195 2017-01-31 20:13:41 +01:00
Oleg Stepura 498bb46dec How to hide AppBar icon based on permanentAt value (#1194) 2017-01-31 20:11:45 +01:00
Javi Velasco cec890b1aa Bugfix: Propert selector for disabled value in Dropdown 2017-01-31 09:53:44 +01:00
Rubén Moya c6ce6aa336 handle defaultValue to <Input /> (#1178) 2017-01-29 14:15:24 +01:00
Izak Filmalter 0360eb8d05 Add $input-icon-right-space var to add the correct spacing to the input based on Material Spec. (#1188)
https://material.io/guidelines/components/text-fields.html#text-fields-s
ingle-line-text-field
2017-01-29 13:35:55 +01:00
Javi Velasco 1427e75a27 Fix tests 2017-01-28 13:16:31 +01:00
Javi Velasco 9d6ec1eedd Update dependencies and linter (#1180) 2017-01-26 18:05:32 +01:00
Javi Velasco bc18e56065 Import TabTheme interface at Tabs TS definition 2017-01-26 12:30:10 +01:00
Javi Velasco 2224eb6cd0 Use isComponentOfType in Tabs. Fixes #1155 2017-01-24 11:51:30 +01:00
Javi Velasco b4edcbcb0e Fixes #1172 2017-01-24 11:21:50 +01:00
Javi Velasco d11ac376ea Fixes #1173 2017-01-24 11:19:25 +01:00
Javi Velasco 181e5c27fb Fixes #1171 2017-01-24 11:14:01 +01:00
Javi Velasco ad30d7b4d8 Pass children to FontIcon 2017-01-24 11:07:43 +01:00
Javi Velasco 5049571d20 Check if element exists in ripple when it's reset 2017-01-24 11:06:26 +01:00
Javi Velasco 31788ea7b6 Fixes #1030 2017-01-23 10:44:24 +01:00