Commit Graph

90 Commits (e6b410491a6bb3bd24c0c9c661d0ae573c9b3109)

Author SHA1 Message Date
Javi Velasco e4339de7c5 Fix #813 2016-10-06 20:11:39 +02:00
Javi Velasco a8bfcf1ad9 Merge pull request #752 from normano64/typescript-2.0.2
Fixed errors for Typescript 2.0.2
2016-09-03 11:55:56 +02:00
Per Bergqwist def8643a0a Import React namespace, fix problem with @types 2016-09-02 09:18:33 +02:00
deniss-muhla f37626ac91 Update index.d.ts
Wrong type for ListSubHeaderProps.caption. Should be string instead of boolean.
2016-09-02 08:37:22 +03:00
Per Bergqwist 34313b823e Fixed errors for Typescript 2.0.2 2016-08-31 08:41:16 +02:00
Antony Lau 6f7a5433b6 Add onTouchStart to ListItem 2016-08-23 23:06:45 +08:00
Per Bergqwist 213411ba55 Fixes for typescript definitions, typos etc. 2016-08-10 09:35:51 +02:00
Steven Lindberg 5a9fec86fa Pass theme down to list item child components for correct classnames 2016-07-25 08:28:31 -07:00
Javi Velasco b226fcd258 Merge with dev 2016-07-24 13:17:16 +02:00
Randy Coulman 3b4387f4fe Pass the theme from ListItem to ListItemLayout
`ListItemLayout` was not receiving the theme, and so was not applying
the theme to the components it contained.

To solve this, explicitly pass the theme down to `ListItemLayout`.

Fixes #580
2016-07-07 10:39:02 -07:00
Javi Velasco 3e29844e63 Update to react 15.2.0 2016-07-04 22:03:57 +02:00
ixrock febf8b5237 get rid of declaration duplicates in components/ 2016-06-26 15:02:54 +03:00
Robert Parker 68926f8289 Fix a few incorrect exports in typings and build with updated Babel 2016-06-07 15:41:51 -07:00
Robert Parker f8c1a3fd0d Update typings to external modules (no more 'declare module ...') to get the definitions working automatically with npm 2016-06-07 15:00:41 -07:00
Javi Velasco 419f16f63f Plain SASS imports 🎨 2016-06-04 22:06:59 +02:00
Javi Velasco 73c115fac7 Better PropType syntax and delete required className api 2016-06-03 23:44:33 +02:00
Javi Velasco 95ea35fad8 Better react imports for lists 2016-05-29 21:11:04 +02:00
Javi Velasco 592024f42c Autoinject styles for Lists 2016-05-29 20:59:54 +02:00
Javi Velasco c39caf622c Migrate List to themr 2016-05-22 19:08:47 +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
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
lupino 4d3e2e0607 Fixed. wrong check empty actions 2016-04-19 22:46:17 +08:00
Javi Velasco 0cb8d8bdb2 Get rid of jsx extensions 🔮 2016-04-10 21:23:04 +02:00
Javi Velasco beeb6ab40a Use sass lint 2016-04-10 12:20:59 +02:00
Javi Velasco f6c8304a80 Reduce list unneeded markup 2016-04-10 11:39:04 +02:00
Javi Velasco 516a0a3c13 Update dependencies, linter and rules 2016-04-09 20:34:34 +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
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
Keren Chandran 1a9fe24762 Fixed spacing for list readme 2016-03-25 11:42:17 -04:00
Keren Chandran e7a2622656 Updated List Documentation and example to include list divider 2016-03-25 11:37:12 -04:00
Javi Velasco bdd37556c9 Merge pull request #398 from lucaas/add-default-to-sass-color-variables
Fix #397 Color sass variables missing !default not configurable
2016-03-24 18:03:34 +01:00
Lucas Correia acde309b3b Add default statements to color variables
This is necessary for them to be configurable via toolbox-loader
2016-03-22 14:25:26 +01:00
Olivier Louvignes 6670e79903 feat(ListItem): add className prop support 2016-03-17 19:57:48 +01:00
Jackie Li 7b2347aba8 type -> getType as `type` seems to be a keyword in node 5.1 2016-02-12 10:23:27 +00:00
Fred Guest 43bfd3f05b replace data-role with data-react-toolbox 2016-02-08 11:01:41 -08:00
Fred Guest b898d7f854 update List.jsx 2016-02-08 10:35:29 -08:00
Boris Mikhaylov 14cbf9c877 if list item action defined onClick we stop click and mouse down
propagation
2016-01-27 11:21:03 +01:00
Boris Mikhaylov a2745c8c39 list item can be customized by passing in children commponents 2016-01-26 14:59:57 +01:00
Javi Velasco f16934c95e Fixes #270 2016-01-23 16:38:12 +01:00
Javi Velasco 7065ab6edb Merge pull request #274 from epilgrim/feature/custom-icons
Enabled passing components as icons in all the components
2016-01-23 16:01:34 +01:00
Juan Peri 80b5b7a891 Enabling passing components as icons in all the components 2016-01-22 17:18:59 +01:00
Boris Mikhaylov 678bd81745 export raw components 2016-01-22 14:12:53 +01:00
Dale Hille 3b3beaf89a fixing a typo for the List component 2015-12-31 14:15:34 -05:00
Javi Velasco 2d931ce716 Fix scss-lint errors 2015-12-20 17:57:04 +01:00
Javi Velasco da1c109068 Remove scrollbars in list items and remove unneeded overflows 2015-12-19 14:08:30 +01:00
Javi Velasco 9e3ad3b88c Fixes #182 2015-12-08 00:05:36 +01:00
Javi Velasco fe5f0f8071 Merge pull request #201 from react-toolbox/ripple-decorator
Ripple decorator
2015-12-07 23:57:59 +01:00
aeickhoff b63d9da0c2 Prevent avatar from getting squeezed
If caption or legend of a list item with an avatar are very long it got squeezed, because it was allowed to shrink in its flex container.
2015-12-07 16:32:05 +01:00
Javi Velasco 1139fa6a62 Move Ripple main to Decorator approach 2015-12-07 02:34:12 +01:00