Commit Graph

1325 Commits (33ff49119b49227d269b28cbc2caf1d57c31939e)

Author SHA1 Message Date
Javi Velasco 33ff49119b Fix linter errors 2016-05-10 21:33:34 +02:00
Javi Velasco 3da8d9e595 Merge pull request #488 from llyys/patch-1
Autocomplete element size
2016-05-10 20:22:43 +02:00
Javi Velasco dcc55ccf98 Merge pull request #447 from mjurincic/dev
Table: ability to select only one row at the time
2016-05-10 20:22:08 +02:00
Javi Velasco abe08f1b70 Merge pull request #475 from ro-savage/datepicker-wrong-date-bug
Fix DatePickerDialog to correctly display the previously selected date
2016-05-10 20:17:53 +02:00
Javi Velasco f932ce2996 Merge pull request #491 from hamzapurra/dev
Add icon prop to DatePicker
2016-05-10 20:09:44 +02:00
Javi Velasco 19d52c9181 Merge pull request #462 from Lupino/patch-1
update check empty actions
2016-05-10 20:08:35 +02:00
Javi Velasco 7805e181c1 Merge pull request #500 from Rendez/dev
Exclude JSX navigation div if there are no actions
2016-05-10 20:07:55 +02:00
Javi Velasco 50dc8fac46 Merge pull request #489 from ro-savage/hotfix-datepicker-handle-empty-strings
Hotfix for incorrect ternary statement in DatePicker
2016-05-10 20:04:13 +02:00
Javi Velasco 6153a97164 Merge pull request #509 from johnnynotsolucky/mobile-friendly-dialogs
Media queries for dialogs to set wider widths for smaller screens
2016-05-10 20:02:57 +02:00
Javi Velasco ad9b870127 Merge pull request #510 from gbhasha/dev
removed the redundant import of mixins.scss and updated the dependencies
2016-05-10 20:02:31 +02:00
Javi Velasco 91bd684ec6 Reduce z-index for spec page 2016-05-10 19:59:30 +02:00
Javi Velasco 8a7ddc7b96 Move body locker from Portal to Overlay 2016-05-10 19:59:30 +02:00
Galeel b84a07f76d Update dependencies 2016-05-10 19:02:02 +05:30
Galeel 85048a39a8 mixins is already imported in base, hence removed the redundant import | Galeel 2016-05-10 18:41:35 +05:30
Tyrone Tudehope ec84e6c3b3 Media queries for dialogs to set wider widths for smaller screens 2016-05-10 09:53:35 +02:00
Luis Merino aaa1cfa973 Exclude JSX navigation div if there are no actions
Due to the navigation padding, the layout of the parent dialog is altered. When there are no actions, the layout fits if we leave out the <nav> element when rendering..
2016-05-03 12:01:00 +02:00
Hamza M Purra 77c74bfb55 Add icon prop to DatePicker 2016-04-28 18:08:06 +04:00
Ro Savage d7b820a7cf Hotfix for incorrect ternary statement in DatePicker 2016-04-28 12:12:59 +12:00
Lauri Lüüs 12e572f7fe Autocomplete element size
Suggestion element will render font size based on body size, so these elements getting to small. 
This change will make suggestion element to be consistent size of other elements.
2016-04-28 02:09:27 +03:00
Ro Savage 39ad60a114 Fix DatePickerDialog to correctly display the previously selected date 2016-04-28 09:40:44 +12:00
Javi Velasco 9d4a03bb2a Merge pull request #487 from Flavorus/dev
Update TypeScript Definition to 0.16.2 + fixes
2016-04-27 22:53:35 +02:00
Robert Parker d68340e541 Add <Chip> export 2016-04-27 12:49:39 -07:00
Robert Parker b8feb9ab38 Update Typescript definition to 0.16.2, added <Chip>, <Overlay>, and ActivableRendererFactory definitions, misc. tweaks and fixes. 2016-04-27 12:47:39 -07:00
Javi Velasco d757231490 Merge pull request #474 from ro-savage/datepicker-handle-empty-strings
Update DatePicker to handle being passed a value of an empty stirng
2016-04-27 20:14:04 +02:00
Javi Velasco 454bd77e76 Merge pull request #471 from ro-savage/hotfix-sass-linting
Fixed sass-lint to 1.5.1 to avoid linting errors
2016-04-27 20:12:17 +02:00
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 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