Commit Graph

1402 Commits (7a241e93ae90bd60410d10b59b1d542979129c33)

Author SHA1 Message Date
Javi Velasco 10eebce665 Merge pull request #441 from felipeleusin/react_15
updates package.json to work with react 15
2016-04-09 19:19:49 +02:00
Felipe Amorim 3812686fe3 updates package.json to work with react 15 2016-04-07 18:51:18 -03:00
Javi Velasco 436d4b423a 0.15.1 release 2016-04-07 20:33:41 +02:00
Javi Velasco f9eb892c8c Merge branch 'dev'
* dev: (45 commits)
  Changed Icon Prop type to String or Element instead of Any. Also fixed an inappropriate example for checkbox.
  Proper property sorting
  Add allowBlank to Dropdown
  Chip - tweak stroke width
  Chip - Replace fonticon with inline SVG, tweak size and position
  Add prop to autocomplete to place labels below or above input
  Clean up chip styling, remove hover and pressed styles
  Update chip children prop type, readme
  Use children instead of special label and avatar props in Chip component
  Add onDeleteClick property
  Update autocomplete component to use chips
  Add chip component
  Added !default to all config values as per #424
  Don't show actions container in dialog if no actions exist
  keepachangelog.com :)
  only render content of current tab + linting, docs, test
  have Dialog.jsx import from './style' and not './style.scss'
  0.15.0 release
  0.14.2 release
  docs(media): keep navigation for wider screens
  ...
2016-04-07 20:32:55 +02:00
Javi Velasco 58679df8b9 Merge pull request #411 from KerenChandran/update-docs
Update docs
2016-04-07 18:02:29 +02:00
Keren Chandran ccf88af87d Changed Icon Prop type to String or Element instead of Any. Also fixed an inappropriate example for checkbox. 2016-04-06 21:24:31 -04:00
Keren Chandran cdd6ee5f05 Merge branch 'dev' of https://github.com/react-toolbox/react-toolbox into update-docs
# Conflicts:
#	components/autocomplete/readme.md
#	components/dropdown/readme.md
2016-04-06 20:50:12 -04:00
Calvin McAnarney 27e59dfdc7 Revert input error color 2016-04-06 22:04:57 +02:00
Javi Velasco 5db11d3a9e Proper property sorting 2016-04-05 21:53:13 +02:00
Tobias Bales 542b58ade6 Add allowBlank to Dropdown
Since @nickw was having issues with the dropdown not defaulting to the
first entry if the value was null (even though the options had a null value in it)
this seems like a good time to add an option to default to the first element of the supplied options
(the prop is called allowBlank) in case the value is not found in the options.

The handling of null/undefined values has been fixed too and if there actually is a value of null
in the options it is correctly selected now.
2016-04-05 21:53:13 +02:00
Javi Velasco 5b6452e930 Merge pull request #412 from KerenChandran/update-babel-standalone
Updated Babel Standalone to latest version
2016-04-05 21:36:47 +02:00
Javi Velasco 08b73050e7 Merge pull request #423 from emiloberg/dialog-dont-show-nav-fix
Don't show actions container in dialog if no actions exist
2016-04-05 21:36:13 +02:00
Javi Velasco 079eb7663f Merge pull request #433 from ro-savage/autocomplete-add-selected-position
Add prop to autocomplete to place labels below or above input
2016-04-05 21:35:19 +02:00
Javi Velasco 892a391bdf Merge pull request #431 from lucaas/add-chip-component
Add chip component
2016-04-05 21:27:36 +02:00
Lucas Correia cbeef76230 Chip - tweak stroke width 2016-04-05 11:44:45 +02:00
Lucas Correia 703ed2767b Chip - Replace fonticon with inline SVG, tweak size and position 2016-04-05 10:54:30 +02:00
Ro Savage d41a77cf37 Add prop to autocomplete to place labels below or above input 2016-04-05 17:26:37 +12:00
Lucas Correia ae8b22a174 Merge branch 'dev' into add-chip-component 2016-04-04 11:41:04 +02:00
Lucas Correia f96d00e523 Clean up chip styling, remove hover and pressed styles 2016-04-04 11:35:38 +02:00
Lucas Correia 1a4d3639a5 Update chip children prop type, readme 2016-04-04 11:34:48 +02:00
Lucas Correia dff8a07949 Use children instead of special label and avatar props in Chip component 2016-04-04 11:24:30 +02:00
Lucas Correia 08675d69d2 Add onDeleteClick property 2016-04-04 10:27:41 +02:00
Javi Velasco 5e40156304 Merge pull request #427 from emiloberg/default-values-in-configs
Added !default to all config values
2016-04-04 09:48:21 +02:00
Javi Velasco 3cfcddd122 Merge pull request #406 from KerenChandran/autocomplete-single-object-selection
Fixed Object Single Selection Bug
2016-04-03 20:40:26 +02:00
Lucas Correia 620b494574 Update autocomplete component to use chips 2016-04-02 13:41:58 +02:00
Lucas Correia 821c3e1223 Add chip component 2016-04-02 13:37:21 +02:00
Emil Öberg 37f8f4c992 Added !default to all config values as per #424
This way, all config values can be overridden with custom style
2016-04-02 00:47:39 +02:00
Emil Öberg ed1f3c65d8 Don't show actions container in dialog if no actions exist 2016-04-02 00:28:48 +02:00
Javi Velasco 6af9fa5970 Merge pull request #416 from gadicc/tabs-render-current
Tabs: only render content of current tab
2016-03-31 15:11:32 +02:00
Javi Velasco d2ccdc6936 Merge pull request #421 from gadicc/style-import-consistency
have Dialog.jsx import from './style' and not './style.scss'
2016-03-31 12:57:44 +02:00
Javi Velasco 4af0ccb0b5 Merge pull request #422 from gadicc/changelog
keepachangelog.com :)
2016-03-31 12:57:19 +02:00
Gadi Cohen f7ef77b1f0 keepachangelog.com :) 2016-03-31 11:08:57 +02:00
Gadi Cohen b6b51a41fc only render content of current tab + linting, docs, test 2016-03-31 10:21:38 +02:00
Gadi Cohen b26e1f6fdc have Dialog.jsx import from './style' and not './style.scss' 2016-03-31 08:02:00 +02:00
Javi Velasco e3a805b51b 0.15.0 release 2016-03-31 00:26:10 +02:00
Javi Velasco 3ee2e9438c 0.14.2 release 2016-03-31 00:26:10 +02:00
Javi Velasco 2ceeabfdc5 Merge pull request #413 from KerenChandran/icon-button-on-mouse-leave
Added onMouseUp and onMouseLeave props to Icon Button
2016-03-31 00:23:16 +02:00
Javi Velasco 68c1695ff6 Merge pull request #415 from hycner/dev
Fix Snackbar timeout issue
2016-03-31 00:17:58 +02:00
Javi Velasco 48e700f6ce Merge pull request #420 from mgcrea/patch-docs-navigation
docs(media): keep navigation open with playground for wider screens
2016-03-31 00:17:13 +02:00
Olivier Louvignes 125cac1b5e docs(media): keep navigation for wider screens 2016-03-30 18:13:28 +02:00
James Hycner d5eebd9fa9 Fix style changes from TravisCI build 2016-03-27 17:10:49 -07:00
James Hycner 6470b44d5a Change snackbar to fix issue where lingering timeouts would effect new activations 2016-03-27 16:29:08 -07:00
Keren Chandran 7b7b0426ef Added onMouseUp and onMouseLeave props to Icon Button to make it similar to Button Component. 2016-03-26 19:54:30 -04:00
Keren Chandran 16fac7a5c4 Updated Babel Standalone to latest version 2016-03-26 19:30:19 -04:00
Keren Chandran 6cf753b767 Cleaned up Card documentation. 2016-03-26 18:37:29 -04:00
Keren Chandran a841408a85 Fixed Spacing Issues for items in last commit. 2016-03-26 18:28:20 -04:00
Keren Chandran 3649ab18b8 Updated docs for slider, snacker, switch, table, tabs and time picker 2016-03-26 18:21:17 -04:00
Keren Chandran 86e1dcada4 Updated Progress, Radio and Tooltip Readme. Aligned properties for ripple. 2016-03-25 13:06:09 -04:00
Keren Chandran c57b751ab4 Updated Navigation Readme. Aligned properties and added quotes around horizontal and vertical for type description. 2016-03-25 12:13:23 -04:00
Keren Chandran 324cce3dcc Aligned Menu Readme properties 2016-03-25 12:09:56 -04:00