Commit Graph

2317 Commits (master)

Author SHA1 Message Date
rubenmoya 6925570467 Don't handle key events if slider is disabled 2018-01-29 19:49:52 +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 4347125901 Add onEscKeyDown and onOverlayClick fallbacks 2017-12-12 14:13:59 +00: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 71341d9448 Fix travis 2017-10-02 15:55:51 +02:00
Oleg Stepura 17a175b074 Merge branch 'dev' into table-ckeckbox-spacing 2017-10-02 15:54:47 +02: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
Brian Merlob ced94a4bb0 Upgrade react-transition-group 2017-09-29 17:22:39 -07: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
Paweł Rychlik 4ca6747bfc Update readme for Autocomplete (#1657)
According to the source, the accepted values for `direction` are `"auto" | "up" | "down"`.
8e2b688954/components/autocomplete/Autocomplete.d.ts (L54)
2017-09-01 17:53:16 +02:00
Shawn Erquhart 071a4d3c71 Add `multiple` property to `BrowseButton` (#1656) 2017-09-01 17:52:57 +02:00
Panjie Setiawan Wicaksono 91cb46db84 Typescript definitions validation (#1163)
* initial attempt to validate ts definitions

* ignore .vscode

* Add other spect & some fixes:

- Add target prop to Button
- Add value prop to MenuItem
- Make label optional in Tab
- Improve Tooltip types

* Add tsc validation to travis

* fix typo in travis build step
2017-09-01 17:51:41 +02:00
Adam 8b7fc07f82 Portal: Fix Invalid "style" PropType (#1664)
* Fix bad prop.

(cherry picked from commit 7d54ca0a30b6238195a9cfd6da19e8fa94655ae5)

* fix prop-type.

(cherry picked from commit f48a0e2881f6541e4acd4e9f7610bda629b0fcc8)
2017-09-01 17:43:03 +02:00
Adam Henson 0103d955b0 IconMenu: active prop (#1662). 2017-08-28 00:00:21 -04:00