Commit Graph

2267 Commits (6357bedb527c34fa2ced92bd7d3f7a9ad8289587)

Author SHA1 Message Date
rubenmoya 6357bedb52 Fix tsc errors 2018-02-20 22:42:07 +01:00
rubenmoya f0067083df Fix eslint errors 2018-02-20 22:26:44 +01:00
rubenmoya 08ca837aca Update tests to use react-dom/test-utils 2018-02-20 21:01:21 +01:00
rubenmoya ab2e78967b Update tests to use css-transition-group 2 2018-02-20 21:01:03 +01:00
rubenmoya c510029923 Update tests to use Enzyme 3 2018-02-20 21:00:47 +01:00
rubenmoya d313e11a1f Update enzyme config files 2018-02-20 21:00:20 +01:00
rubenmoya 7e4c12efff Update versions 2018-02-20 20:59:58 +01:00
Rubén Moya a841d2a9c4
Merge pull request #1781 from 3af/patch-1
TypeScript: snack-bar label accepts element
2018-01-29 21:35:00 +01:00
Rubén Moya eb2dd38581
Merge pull request #1797 from react-toolbox/input-error-handle-change
Handle onChange in errored input in docs
2018-01-29 20:48:48 +01:00
rubenmoya c6a7b5ba3a Handle onChange in errored input in docs 2018-01-29 20:17:46 +01:00
Rubén Moya 874d9bf606
Merge pull request #1627 from olegstepura/disabled-input
Disabled input should be dashed not dotted
2018-01-25 09:02:30 +01:00
Rubén Moya 48cb33ea2c
Merge pull request #1625 from olegstepura/checkbox-border-color
Make checkbox border color according to spec
2018-01-24 18:12:39 +01:00
Rubén Moya b5c755cdc4
Merge pull request #1626 from olegstepura/table-selected-hover
Use hover effect on selected table row as well
2018-01-24 18:11:47 +01:00
Rubén Moya e87ffb9df7
Merge pull request #1768 from merraysy/dev
Fix arrows updating issue when children change
2018-01-24 16:37:21 +01:00
Rubén Moya fc8e14258a
Merge pull request #1628 from olegstepura/multilineHint
Remove unknown prop multilineHint
2018-01-23 18:25:21 +01:00
Rubén Moya c462c0a8ff
Merge pull request #1630 from olegstepura/list-hover-animation
Add transition to hover effect in list items
2018-01-23 18:24:56 +01:00
Rubén Moya a917c8cbc2
Merge pull request #1645 from psastras/fix-doc-typos
fix: of -> or in documentation
2018-01-23 18:24:28 +01:00
Rubén Moya aeacbabbce
Merge pull request #1646 from AlexanderOtavka/patch-1
Fix mixed up type definitions for Dropdown
2018-01-23 18:24:12 +01:00
Rubén Moya 72dfd21463
Merge pull request #1670 from alejandrofdiaz/dev
#1669 ListItem component theme prop extends ListItemTextTheme.
2018-01-23 18:20:14 +01:00
Rubén Moya f75fd26207
Merge pull request #1689 from velveret/autocomplete-autofocus
Allow autoFocus on Autocomplete component
2018-01-23 18:19:35 +01:00
Rubén Moya 5cbcb48cc7
Merge pull request #1683 from rubenmoya/1673-avatar-title
Add title to <Avatar /> image
2018-01-23 18:18:52 +01:00
Rubén Moya 3f1472567e
Merge pull request #1737 from rndevfx/window-requestAnimationFrame
Use window.requestAnimationFrame in Tabs.js
2018-01-23 18:18:29 +01:00
Rubén Moya 2a6b62cd81
Merge pull request #1755 from pablolmiranda/fixes-tooltip-for-button
Tooltip for disabled button
2018-01-23 18:17:39 +01:00
Rubén Moya a714a02dc7
Merge pull request #1758 from rubenmoya/update-new-domain
Update URLs to new .io domain
2018-01-23 18:17:10 +01:00
Rubén Moya 1ce99adb47
Merge pull request #1764 from vikaskyadav/patch-1
small typo error corrected.
2018-01-23 18:16:01 +01:00
Rubén Moya f462f7dd43
Merge pull request #1766 from jakerichan/input-element-variables
Update defaults in input component config.css
2018-01-23 18:15:32 +01:00
Rubén Moya b76196ff99
Merge pull request #1778 from bilalkosker/dev
onchange
2018-01-23 18:15:05 +01:00
Rubén Moya 30d6c4a766
Merge pull request #1780 from clurdish/dev
Enable onKeyDown and onKeyUp props on Autocomplete component
2018-01-23 18:14:44 +01:00
Rubén Moya a91c04b73e
Merge pull request #1793 from 3af/patch-2
Add missing Input import
2018-01-23 18:13:59 +01:00
Rubén Moya 4b93b0fe8e
Merge pull request #1682 from rubenmoya/1639-fix-input-border-firefox
Remove box-shadow on required inputs
2018-01-23 18:03:44 +01:00
3af 51a335b9d4
Add missing Input import
I ordered imports in alphabetical order.

Fixes #1792
2018-01-23 10:56:51 +01:00
3af 40aa354b16
TypeScript: snack-bar label accepts element
Reflect changes made in code for https://github.com/react-toolbox/react-toolbox/issues/819
2018-01-03 11:08:14 +01:00
Landon Petzoldt b79c3da04d Update Autocomplete TypeScript declaration file and readme with key callbacks 2017-12-21 14:16:49 -06:00
Landon Petzoldt 2c92c37080 Enable onKeyDown and onKeyUp props on Autocomplete component 2017-12-21 13:43:37 -06:00
bilalkosker 4d64c73872
onchange
On change added
2017-12-20 16:52:10 +03:00
Mohammed Erraysy 3d42ef975f Fix arrows updating issue when children change 2017-11-29 10:38:14 +00:00
Jake Richan 25172c5f15 update defaults in input component config.css
Use color-text variable for label and border color. This seems like an intuitive default since the default background is transparent. Also, the input element needs the option to set a custom color value, otherwise setting a custom background is limited to what works with the overall text-color.
2017-11-27 15:58:49 -07:00
Vikas Kumar Yadav f78c084380
small typo error corrected. 2017-11-23 13:07:09 +05:30
Pablo Lacerda de Miranda 028663062f adds a span wrapper to the component button in case of its disabled and have mouse enter and mouse leave events 2017-11-16 10:40:39 -08:00
rubenmoya b0a7533e7c Update URLs to new .io domain 2017-11-16 19:11:31 +01:00
Richard Nespithal bc05c693d6
Use window.requestAnimationFrame in Tabs.js
Call requestAnimationFrame on window object to fix headless testing
with jsdom without hacking around by defining global vars
2017-11-02 17:37:06 +01:00
Oleg Stepura 32e40967ab Fix travis 2017-10-02 15:48:38 +02:00
Oleg Stepura 75243c1966 Merge branch 'dev' into table-selected-hover 2017-10-02 15:44:04 +02:00
Vicky Lai a8280917fb Allow autoFocus on Autocomplete component 2017-09-21 12:53:42 -07:00
Lucas Nascimento b381db4054 Fix compatibility with typescript 2.4+ (#1615)
* Added a generic props interface to share with other components

* use the new DrawerCommonProps interface

* use the new DrawerCommonProps interface

* Fix compatibility with Typescript 2.3+
2017-09-21 00:16:38 +02:00
rubenmoya f815fb5db4 Add title to <Avatar /> image 2017-09-18 20:02:40 +02:00
rubenmoya 14eb6cae8d Remove box-shadow on required inputs 2017-09-18 19:57:40 +02:00
Alejandro Frías 11c3fb1e28 ListItem component theme prop extends ListItemTextTheme. 2017-09-05 11:26:12 +02:00
Javi Velasco e1f320c580 Fix package.json 2017-09-01 17:56:54 +02:00
Rasmus Eneman 6d43f884fd Fix lint issue (#1624)
As the lint fails on dev Travis marks the build as failing for all new PRs, this fixes that.
2017-09-01 17:54:15 +02:00