Commit Graph

2156 Commits (0d21c02068aa1396ee2262f6427bf40166a0c164)

Author SHA1 Message Date
Kiko Beats 0d21c02068 Update CHANGELOG.md (#1399)
* Update CHANGELOG.md

* Update CHANGELOG.md
2017-04-06 18:18:43 +02:00
Javi Velasco 1181acd2d4 Release 2.0.0-beta.8 2017-04-06 10:31:57 +02:00
Javi Velasco a286f9bba7 Merge branch 'Kikobeats-patch-1' into dev
* Kikobeats-patch-1:
  Small fixes
  Update AppBar.js
  Add possibility to render component as AppBar title
2017-04-06 10:29:05 +02:00
Javi Velasco 56a730e516 Small fixes 2017-04-06 10:28:44 +02:00
Kiko Beats 50049275d5
Merge branch 'dev' into patch-1 2017-04-06 10:16:05 +02:00
Kiko Beats d86f774292 Lock node version on package.json (#1394)
* Lock node version on package.json

* Update package.json
2017-04-06 10:12:53 +02:00
Javi Velasco 6bb2fc6416 Merge branch 'Kikobeats-travis-node' into dev
* Kikobeats-travis-node:
  Restore linter run in travis
  Upgrade nvm node version
  WIP
  WIP
  Run builds from last node LTS and stable
2017-04-06 10:07:37 +02:00
Javi Velasco bd926ae5c1 Restore linter run in travis 2017-04-06 10:07:03 +02:00
Javi Velasco 3477520735 Upgrade nvm node version 2017-04-06 10:05:42 +02:00
Javi Velasco 11634571d1 Merge branch 'dev' into travis-node 2017-04-06 09:56:00 +02:00
Kiko Beats ade338f903 Add npm pretest script (#1396)
Instead of run linter just for travis build, run it in each local testing execution
2017-04-06 09:53:55 +02:00
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
Seivan Heidari 4cc87db89f Update install.md (#1398) 2017-04-06 09:50:37 +02:00
Kiko Beats 4ef719ad32
Update AppBar.js 2017-04-06 09:49:25 +02:00
Kiko Beats fdd7873d15
WIP 2017-04-05 11:29:23 +02:00
Kiko Beats 4b713c3483
WIP 2017-04-05 11:22:30 +02:00
Kiko Beats a5a9a0afbf
Run builds from last node LTS and stable 2017-04-05 11:01:26 +02:00
Kiko Beats cd3fefc838 Add possibility to render component as AppBar title 2017-04-04 23:54:04 +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
Fernando Montoya 9beb7fcdeb Fix GitHub brand typo (#1356) 2017-04-02 14:02:14 +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
Javi Velasco 5baf015184 Release 2.0.0-beta.7 2017-03-08 21:32:38 +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
Alex Hisen 9354f4b2c3 Update README.md for PostCSS instead of SASS (#1251) 2017-02-19 12:45:20 +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