Commit Graph

1451 Commits (afde8b1aa21122aabac1145346ad74f2c4a1782e)

Author SHA1 Message Date
Javi Velasco 068e172864 Merge pull request #469 from nickretallack/no-import
Remove conditional import since SASS does not support them.
2016-04-27 20:12:02 +02:00
Javi Velasco 415c1baf81 Merge pull request #478 from GratefulVentures/list-item-layout-typo
Fixes typo in ListItemLayout
2016-04-27 20:06:55 +02:00
Javi Velasco 50e3f81244 Merge pull request #480 from lucaas/fix-454-chip-component-unable-to-display-nicely-on-small-screen
Fix #454: Chip component unable to display nicely on small screen
2016-04-27 20:05:17 +02:00
Lucas Correia a4810d8e73 Change autocomplete filter behaviour when multiple=false
Adds a showAllSuggestions state, which is set to true initially.
It is set to false when the input is changed, and is used to control if
the shown suggestions should be filtered based when the multiple prop is false.
Once a value is set, the state will be reset to true.
2016-04-27 15:50:26 +02:00
Lucas Correia 60b8e5518f Fix #454: Chip component unable to display nicely on small screen 2016-04-27 11:51:18 +02:00
Justin Rainbow a4de34ece1 Fixes typo in ListItemLayout
If no "leftActions" were defined on a ListItem, the "rightActions" will
not be rendered due to a typo.
2016-04-25 16:06:08 -07:00
Ro Savage 62e532218b Update DatePicker to handle being passed a value of an empty stirng 2016-04-22 15:34:48 +12:00
Ro Savage 41189e2c3b Fixed sass-lint to 1.5.1 to avoid linting errors 2016-04-22 15:00:19 +12:00
Nick Retallack facf4a3736 Remove conditional import since SASS does not support them. 2016-04-21 13:44:55 -07:00
lupino 4d3e2e0607 Fixed. wrong check empty actions 2016-04-19 22:46:17 +08:00
Javi Velasco 5d39761581 Merge pull request #457 from mattkauffman23/dev
Cleanup timers when Menu component unmounts to prevent exceptions
2016-04-16 19:06:15 +02:00
Matt Kauffman fe390faff3 Add missing semicolons 2016-04-15 13:27:22 -07:00
Matt Kauffman 81823483f6 Cleanup timers when Menu component unmounts to prevent calls on undefined objects 2016-04-15 12:39:37 -07:00
Javi Velasco e59e00652c Merge pull request #452 from magicae/patch-1
Fix the value of month in datepicker example
2016-04-13 21:52:30 +02:00
Magica d83951503b Fix the value of month in datepicker example
The value `date.getMonth()` returns is from 0 to 11.
2016-04-13 09:59:44 +08:00
Javi Velasco c612fdf83d Add onRippleEnded. Fixes #289 2016-04-12 22:26:49 +02:00
Javi Velasco 6a0d861dfd Update dependencies 2016-04-12 20:37:24 +02:00
Mauro 29aece7094 added ability to select only one row at the time 2016-04-12 11:42:10 +02:00
Javi Velasco 473d1fa1fe 0.16.2 release 2016-04-10 22:35:52 +02:00
Javi Velasco 6665753a7a Indentify Avatar by constructur in Chip 2016-04-10 22:31:28 +02:00
Javi Velasco eb483dddac 0.16.1 release 2016-04-10 22:16:01 +02:00
Javi Velasco 0cb220544e Add Chip to component index 2016-04-10 22:14:19 +02:00
Javi Velasco 84130d4a4d Include Chip in docs 2016-04-10 22:14:03 +02:00
Javi Velasco cb80113d7a Bugfix: use hash history 2016-04-10 22:13:48 +02:00
Javi Velasco 8e571043bf 0.16.0 release 2016-04-10 21:57:27 +02:00
Javi Velasco 410cd6bfe3 Now we are Audiense 💎 2016-04-10 21:56:48 +02:00
Javi Velasco 547aceb4e4 Merge branch 'dev'
* dev:
  Get rid of jsx extensions 🔮
  Fix linter error for layouts
  Fix #407
  Fix #425
  Fix #442
  Fix checking if key exists in Autocomplete
  Remove App from components index
  Add inputClassName prop to DatePicker and TimePicker
  Adapt pickers to calculate position with scroll
  Update linting
  Remove unneeded App
  Refactor Overlay into two components and make activable components render only when needed
  Use sass lint
  Lint spec files
  Bugfix: style for svg icons in button
  Reduce list unneeded markup
  Update documentation dependencies
  Update dependencies, linter and rules
  updates package.json to work with react 15
  Make drawer compliant with material design guidelines.
2016-04-10 21:54:47 +02:00
Javi Velasco 0cb8d8bdb2 Get rid of jsx extensions 🔮 2016-04-10 21:23:04 +02:00
Javi Velasco b0437cd089 Fix linter error for layouts 2016-04-10 20:45:37 +02:00
Javi Velasco 0277719942 Merge pull request #313 from patrick-jones/sidenav-283
Make drawer compliant with material design guidelines.
2016-04-10 20:21:54 +02:00
Javi Velasco 48e5c484c4 Fix #407 2016-04-10 19:22:15 +02:00
Javi Velasco ee4cc5437d Fix #425 2016-04-10 19:15:29 +02:00
Javi Velasco 7d73fb4216 Fix #442 2016-04-10 19:08:21 +02:00
Javi Velasco e45b0cbff8 Fix checking if key exists in Autocomplete 2016-04-10 19:00:13 +02:00
Javi Velasco 7e2d4dea9f Remove App from components index 2016-04-10 18:56:35 +02:00
Javi Velasco 47fba11857 Add inputClassName prop to DatePicker and TimePicker 2016-04-10 18:55:55 +02:00
Javi Velasco 0d4015d17e Merge pull request #444 from react-toolbox/render-on-demand
Render on demand
2016-04-10 18:41:23 +02:00
Javi Velasco 0d1265e5a1 Adapt pickers to calculate position with scroll 2016-04-10 18:33:20 +02:00
Javi Velasco c3ef6bd25a Update linting 2016-04-10 17:49:23 +02:00
Javi Velasco baf4414719 Remove unneeded App 2016-04-10 17:44:42 +02:00
Javi Velasco 958cbb9539 Refactor Overlay into two components and make activable components render only when needed 2016-04-10 17:43:46 +02:00
Javi Velasco 02099f65a8 Merge pull request #443 from react-toolbox/update-dependencies
Update dependencies, linter and rules
2016-04-10 12:28:25 +02:00
Javi Velasco beeb6ab40a Use sass lint 2016-04-10 12:20:59 +02:00
Javi Velasco 2039a123a3 Lint spec files 2016-04-10 11:45:32 +02:00
Javi Velasco 3a206769f3 Bugfix: style for svg icons in button 2016-04-10 11:39:25 +02:00
Javi Velasco f6c8304a80 Reduce list unneeded markup 2016-04-10 11:39:04 +02:00
Javi Velasco a6e162ec9e Update documentation dependencies 2016-04-10 11:38:42 +02:00
Javi Velasco 1bebb149c8 Merge pull request #439 from csmcanarney/patch-1
Revert input error color
2016-04-09 20:44:05 +02:00
Javi Velasco 516a0a3c13 Update dependencies, linter and rules 2016-04-09 20:34:34 +02:00
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