Commit Graph

2317 Commits (master)

Author SHA1 Message Date
Gabriel Villenave 2981da4094 Updated dependencies (#1448) 2017-05-22 18:30:39 +02:00
Daniel Barreiro 9619d85916 Fixes #1452 (#1454)
* Fixes #1452

Avoid using .bind within the render method of components.

* Fixed JS comment into proper JSX comment
2017-05-22 18:28:16 +02:00
Brian Gates f90958d53c Update readme.md (#1478)
Fixed typo.
2017-05-22 18:26:56 +02:00
Dan Abramov d5b49a200f Document usage with Create React App (#1482) 2017-05-22 18:24:19 +02:00
Javi Velasco 3d8cd6689b Update README.md 2017-05-12 13:25:56 +02:00
Javi Velasco afb6532f77 Update README.md 2017-05-12 13:24:54 +02:00
Kiko Beats 06cbc41f3b Fix AppBar doc (#1407) 2017-05-09 17:02:33 +02:00
Ankur Patel d2eee5ad4f Add support for treeshaking (#1423)
According to Rollup guide adding `module` field in package.json helps tree shaking aware tools like webpack 2 or rollup import the ES6 modules directly to use the tree shaking feature and reduce the bundle size.
2017-05-09 17:02:09 +02:00
Jason Vasquez 8df122ac8e Added missing `|` (#1403) 2017-04-19 07:25:05 +02:00
Brock Wills ae09770cd4 Importing PropTypes from prop-types rather than react (#1413) 2017-04-17 16:14:17 +02:00
ismail-codar e572dd7a96 Update DatePicker.d.ts (#1411)
Type fixing.
2017-04-17 09:50:41 +02:00
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