Commit Graph

1854 Commits (5b00bc3c3b73927b7181bccdfb4f558535d22f61)

Author SHA1 Message Date
Abilio Almeida Eiroa 157c29d8ff FIXED aslant errors and warnings to pass Travis check 2016-08-01 13:44:26 +02:00
Abilio Almeida Eiroa 01ae580a32 Added support for locale on DatePicker dialog component
Updated components, docs and spec.
2016-08-01 13:21:32 +02:00
Benjamin Schnelle 491a85c3a0 pass theme from layout to children 2016-07-28 22:12:55 -06:00
Che' Jansen 3461a1fba3 Add create option to autocomplete 2016-07-28 12:53:09 +10:00
Javi Velasco 4e1e3d6009 Merge branch 'dev'
* dev:
  Latest build
2016-07-26 00:56:34 +02:00
Javi Velasco 0c53de91a3 Latest build 2016-07-26 00:56:19 +02:00
Javi Velasco 43ea2ef4f1 1.0.3 release 2016-07-26 00:53:06 +02:00
Javi Velasco 83c3c426ad Merge pull request #669 from slindberg/list-item-theming-fix
Pass theme down to list item child components for correct classnames
2016-07-26 00:48:05 +02:00
Javi Velasco e69dbdbc90 Merge pull request #658 from InfernoZeus/input-autoresize-bug
Only add Input auto-resize handler to multiline inputs
2016-07-26 00:47:20 +02:00
Steven Lindberg 5a9fec86fa Pass theme down to list item child components for correct classnames 2016-07-25 08:28:31 -07:00
VictorMolano 5ccd6dae01 Fix multiselectable and unselect rows isues on Table component 2016-07-24 12:40:53 -05:00
Javi Velasco 88bc765121 Merge pull request #655 from landabaso/patch-1
Incorrect import of a Raw Component w.r.t theming
2016-07-24 13:25:47 +02:00
Javi Velasco 462990c171 Merge pull request #646 from farwayer/autocomplete-activate-fix
Fix autocomplete activating on react>=15.1 if no direction
2016-07-24 13:22:54 +02:00
Javi Velasco 1639690251 Fix typo in font-size calculation in mixins 2016-07-24 13:20:25 +02:00
Javi Velasco af9e88931d Latest build 2016-07-24 13:17:59 +02:00
Javi Velasco e8bc36d63a Merge branch 'dev' of github.com:soyjavi/react-toolbox into dev
* 'dev' of github.com:soyjavi/react-toolbox:
  Made general mixins properties depend on $unit value
  Small fixes
  All props are now commented
  Moved modules to separate files.
  A lot of JSDoc comments added, even more left
  Typings for the project
  Document CardTitle's cardTitle theme
2016-07-24 13:17:21 +02:00
Javi Velasco b226fcd258 Merge with dev 2016-07-24 13:17:16 +02:00
Javi Velasco 0ffdedddaa Merge pull request #664 from xmityaz/unify-mixins
Made general mixins properties depend on $unit value
2016-07-24 13:09:03 +02:00
Javi Velasco 44bbcb12e9 Merge pull request #632 from randycoulman/document-card-cardTitle-theme
Document CardTitle's cardTitle theme
2016-07-24 12:56:46 +02:00
Dmytro fb29425593 Made general mixins properties depend on $unit value 2016-07-22 21:23:10 +03:00
Conroy Whitney a6f7d645e4 Ensure theme gets passed down to TimePicker child components 2016-07-21 11:33:48 -07:00
Alex Gilleran 4f67a93f6e Added tests. 2016-07-22 00:47:03 +10:00
Alex Gilleran e9487e164f Date picker now takes max/min date into account on mount/props change. 2016-07-21 23:24:28 +10:00
Ben Fox-Moore 9cc56e1937 Only add Input auto-resize handler to multiline inputs 2016-07-21 15:15:35 +02:00
landabaso 32aedbd940 Additional fix for raw AppBar component import 2016-07-20 12:39:55 +02:00
landabaso 42feb7fd0c Update install.md
Incorrect import of a Raw Component w.r.t theming.
See https://github.com/react-toolbox/react-toolbox/issues/654
2016-07-20 09:20:55 +02:00
Javi Velasco 9c4a48597a Merge pull request #650 from normano64/typings
Typescript typings
2016-07-20 09:14:56 +02:00
Per Bergqwist 3b706779fb Small fixes 2016-07-19 21:54:24 +02:00
Per Bergqwist ae6109c6fd All props are now commented 2016-07-19 21:18:33 +02:00
normano64 10b69b5c8c Moved modules to separate files. 2016-07-18 17:25:48 +02:00
Javi Velasco e077f8a199 Bugfix calculating Menu position 2016-07-18 10:45:03 +02:00
normano64 621e798b7e A lot of JSDoc comments added, even more left 2016-07-17 18:22:23 +02:00
Javi Velasco c9ac90fffe Fixes #542 2016-07-17 18:16:13 +02:00
normano64 661911bdaa Typings for the project 2016-07-17 15:48:35 +02:00
Javi Velasco 1544861b14 Merge pull request #644 from JamesAlias/patch-1
Update README.md
2016-07-16 21:01:51 +02:00
Javi Velasco aa851d3c41 Merge pull request #631 from randycoulman/document-input-label-theme
Document the label theme for the input component
2016-07-16 21:00:10 +02:00
Javi Velasco 2d17b65a5b Fixes #627 2016-07-16 20:42:05 +02:00
farawayer f3b460eabd fix autocomplete activating on react>=15.1 if no direction 2016-07-15 20:34:14 +03:00
Robert Baruck 3a57270484 Update README.md
In *Roboto Font and Material Design Icons* update link to Roboto font.
2016-07-15 00:03:59 +02:00
Randy Coulman 460a378ddc Document CardTitle's cardTitle theme
The `cardTitle` theme for the root `CardTitle` component was not
documented.

I also made the wording for `title` and `subtitle` more consistent.
2016-07-11 11:42:17 -07:00
Randy Coulman 68ee32f3ec Document the label theme for the input component
The `input` component has a `label` theme setting, but it wasn’t
documented.
2016-07-11 11:34:25 -07:00
Javi Velasco 672429f806 1.0.2 release 2016-07-10 16:58:36 +02:00
Javi Velasco b55d2b16ef Latest build 2016-07-10 16:57:03 +02:00
Javi Velasco 2a7e340a81 Fixes #624 2016-07-10 16:54:31 +02:00
Javi Velasco 49658a39b4 Fixes #585 2016-07-10 14:23:40 +02:00
Javi Velasco 0513cb72e9 Fixes #616 2016-07-10 13:42:35 +02:00
Javi Velasco 5028e6d3e2 Merge pull request #622 from randycoulman/tab-content-theme
Forward theme prop from Tabs to TabContent
2016-07-10 12:54:13 +02:00
Javi Velasco acd18bbfc9 Merge pull request #619 from david-cho-lerat-HL2/patch-1
Fix date picker month offset in 2 files (as per components/date_picker/readme.md)
2016-07-10 12:53:42 +02:00
Javi Velasco d150a2d6a0 Merge pull request #617 from InfernoZeus/bugfix-ie11-number-isnan
Fix Number.isNaN TypeError on IE
2016-07-10 12:52:59 +02:00
Randy Coulman 8c20848fe8 Forward theme prop from Tabs to TabContent
The `Tabs` component takes a `theme`, but was not forwarding it on to
its internal `TabContent` component, so it wasn’t possible to theme the
`tabs` or `active` classes.
2016-07-08 14:36:55 -07:00