Commit Graph

133 Commits (c6a7b5ba3af3afe0ed5897cd8a6f2a8f40f6d04f)

Author SHA1 Message Date
rubenmoya c6a7b5ba3a Handle onChange in errored input in docs 2018-01-29 20:17:46 +01:00
Daniel Barreiro 9619d85916 Fixes #1452 (#1454)
* Fixes #1452

Avoid using .bind within the render method of components.

* Fixed JS comment into proper JSX comment
2017-05-22 18:28:16 +02:00
Vytenis c5bf439a0a Update readme.md (#1363)
* Update readme.md

Closes #1362

* Update list_example_1.txt

Used placeholder image in examples
closes #1363
2017-04-02 14:01:02 +02:00
Václav Chalupa d80dc82991 Enable dynamic source for single value Autocomplete (#1120) 2017-01-18 08:34:27 +01:00
Javi Velasco 81acda7162 Migrate styles to PostCSS (#666)
* Add postcss-next postcss-include and reporter

* Add stylelint

* Add CSS colors

* Add CSS custom media queries

* Use dashes for CSS colors

* Add base CSS variables

* Remove AppBar SASS dependency from spec page

* Migrate AppBar style to PostCSS

* Migrate Avatar style to PostCSS

* Migrate Ripple style to PostCSS

* Remove unneeded media CSS import in Avatar

* Add shadows to CSS variables

* Migrate Button style to PostCSS

* Update webpack test config and linting from npm

* Migrate Input style to PostCSS

* Add missing input config variables for Dropdown and Autocomplete

* Migrate Chip style to PostCSS

* Migrate Autocomplete style to PostCSS

* Migrate Dropdown style to PostCSS

* Migrate animations to PostCSS

* Migrate Card style to PostCSS

* Migrate Checkbox style to PostCSS

* Migrate DataPicker style to PostCSS

* Migrate Dialog style to PostCSS

* Migrate Drawer style to PostCSS

* Add postcss-mixins and postcss-each

* Migrate Layout style to PostCSS

* Fix bug in button theme

* Bugfix in avatar css

* Add some missing nesting notations

* Migrate Link style to PostCSS

* Migrate List style to PostCSS

* Migrate Menu style to PostCSS

* Migrate Navigation style to PostCSS

* Migrate Overlay style to PostCSS

* Migrate ProgressBar style to PostCSS

* Migrate Radio style to PostCSS

* Migrate Slider style to PostCSS

* Migrate Snackbar style to PostCSS

* Migrate Switch style to PostCSS

* Migrate Table style to PostCSS

* Migrate Tabs style to PostCSS

* Migrate TimePicker to PostCSS

* Migrate Tooltip styles to PostCSS

* Update webpack config for testing and tests

* Migrate commons to PostCSS

* Remove sass from main project

* Bye from docs to sass

* Build with CSS

* Remove unneded deps for sass in docs subproject

* Fix tests

* use 4p shadow in AppBar as spec indicates

* Fixed typo in list/config.css

* Fix tests

* Fix linter errors

* Latest build

* Release 2.0.0-beta.0

* Remove sass lint

* fixes old sass var in css config

* Update linter

* New Table implementation

* Fix old sass var in list/config.css

See da0c47041e.

* Remove normalize.css from commons.css

* Update dependencies

* Latest build

* Input ready to accept visible hint

* Prepare slider and progress to be disabled

* Render Snackbar using Portal

* Refactor Dialog, Drawer and Overlay to be used in Layout

* Add inner layer to AppBar

* New layout

* Use Layout in spec

* Latest build

* remove layout playground example

* add smTablet and lgTablet to NavDrawer in Layout readme

* add default prop className to Layout, NavDrawer and Sidebar

* fix css linter errors in card and slider

* Typings for Table component

* Add missing Drawer identifier

* Update lib build

* Adds onQueryChange callback property to Autocomplete

The onQueryChange callback is called when the value of the query changes in Autocomplete.
It is called with the new query value.

* Fix #966

* Fix #965

* Fixes #976

* Updated css-related dependencies

Removed usages of `addDependencyTo` since it's deprecated and not needed anymore.
See https://github.com/postcss/postcss-import#adddependencyto

* Enabled HMR for styles by disabling extracting them to a CSS file

* Remove lib from repo

* Remove lib

* Fixes #1021

* Build using Gulp

* Export ThemeProvider from react-css-themr

* Add CHANGELOG to release command

* Release 2.0.0-beta.1

* Remove immutability helper

* Update dependencies

* Fix Tooltip trying to render after it's been unmounted

* Fixes #1038

* Release 2.0.0-beta.2

* Add ramda, refactor utils and remove slide animation modules

* Remove separate slide animations modules

* Remove box-sizing reset and body rule

* Remove commons.css

* Release 2.0.0-beta.4

* Update dependencies

* Fixes #1061

* More aggresive guard condition for multiple autocomplete

* Fix typeof check in isBrowser function

* Fixes an issue when specs are opened with browsers that do not support Object.entries().

* Import from ramda using the 'import XXX from "ramda/src/XXX"' pattern so that bundle sizes will be smaller for not including the whole ramda package.

* Fix #1032

* Fix tests

* Update yarn.lock

* Fixes #1064
2017-01-05 02:42:18 +01:00
masakij b419f449bc Add disabled dropdown item feature & add its test cases & update docs 2016-12-16 18:34:52 +09:00
masakij ce3fbfc913 relaxing propTypes of Input & Autocomplete 2016-12-12 16:18:03 +09:00
Antti Ahti df81465350 Update Google URLs 2016-11-06 21:18:36 +02:00
Antti Ahti 9d8c975cc4 Add example of multiword icon name
The Material UI documentation mentions icon names like "account circle".
It was not documented anywhere that the separator has to be an
underscore: "account_circle".
2016-11-05 13:32:57 +02:00
Javi Velasco a47e534abb Merge pull request #929 from apaatsio/fix-icon-button
Support elements in icon attribute in IconButton
2016-11-03 18:58:23 +01:00
Antti Ahti 2e2047927c Use AppBar attributes instead of IconButton in example 2016-11-02 23:18:27 +02:00
Antti Ahti ebf523dce7 Add AppBar example 2016-11-02 23:18:27 +02:00
Antti Ahti 62f55cae1e Support elements in icon attribute in IconButton
This makes IconButton more flexible. It also makes icon elements work
when used with leftIcon/rightIcon attributes in AppBar.
2016-11-02 23:18:25 +02:00
rubenmoya 736eeeb55f remove icon from Snackbar 2016-11-02 09:46:19 +01:00
Javi Velasco 69bbba9cce Merge branch 'dev' of https://github.com/Haggus/react-toolbox into Haggus-dev
* 'dev' of https://github.com/Haggus/react-toolbox:
  Implement disabled state for Slider and Progressi Bar
2016-10-22 16:57:13 +02:00
Mateusz Mrowiec c5f05fba9e Implement disabled state for Slider and Progressi Bar 2016-10-19 14:20:07 +02:00
Roman Rott 1fa9a0a58d
Updated to show hint on input if lable is empty 2016-10-09 14:37:43 +03:00
Javi Velasco 766eeac4e2 Merge pull request #706 from Reanmachine/reanmachine/tabs
Support for fixed & inverse color tabs.
2016-08-22 20:57:58 +02:00
Charlie Martin 9312522bac Remove unnecessary spread
`setState` does a shallow merge, so there is no need to spread the existing state here
2016-08-15 02:05:48 -04:00
Aren Blondahl 9bf1c8e4fe Support for fixed & inverse color tabs. 2016-08-11 21:03:18 -06:00
Javi Velasco 25fd5e2c3e Minor fixes in docs 2016-08-07 21:13:58 +02:00
Javi Velasco e7735e5236 Merge and solve conflicts 2016-08-07 13:43:07 +02:00
Simon Selg 9a4f5538dc docs(input): fix multiline example and add maxLength to it 2016-08-04 03:35:23 +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
David Cho-Lerat e782b8fdc4 Update datepicker_example_1.txt
Just like in `components/date_picker/readme.md`, you need to add 1 to `value.getMonth()`
2016-07-07 20:13:15 +02:00
Simon Selg 5b97b95c62 Add autoresize to multiline inputs
This fixes #278
2016-06-25 12:27:02 +02:00
Mike F eec457bcfe [Fixes #550] Add PropType checking to Menu's position and update docs 2016-06-10 09:52:53 -06:00
Mauro 29aece7094 added ability to select only one row at the time 2016-04-12 11:42:10 +02:00
Javi Velasco 84130d4a4d Include Chip in docs 2016-04-10 22:14:03 +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
Keren Chandran e7a2622656 Updated List Documentation and example to include list divider 2016-03-25 11:37:12 -04:00
Keren Chandran 588ff398bc Updated Link readme and example to include active element. Also changed icon type from string to any. 2016-03-25 10:48:39 -04:00
Keren Chandran 21dc421d73 Updated Font Icon Examples. Also updated value type 2016-03-25 10:35:44 -04:00
Keren Chandran 6b81440425 Updated Dialog Example and sorted properties. 2016-03-25 10:11:13 -04:00
Keren Chandran 94280ce85a Updated Input doc and Example 2016-03-25 09:53:24 -04:00
Keren Chandran d3fcaef4c9 Updated Avatar readme and example 2016-03-25 08:34:47 -04:00
Keren Chandran 84946681f0 Sorted Appbar's properties. Updated Autocomplete's doc and example 2016-03-25 08:12:57 -04:00
Keren Chandran 233bb670bb Fixed grammar mistake on component page. Updated Sidebar's CSS 2016-03-25 07:50:40 -04:00
Patrick Jones 6e586a9353 Make drawer compliant with material design guidelines.
Fixes #283
2016-03-20 11:47:08 -05:00
Felipe Amorim 240864f950 DatePicker autoOk prop 2016-03-09 19:14:58 -03:00
Felipe Amorim 16ed92693a allows to format the date displayed on datepickers input 2016-03-08 17:45:39 -03:00
Boris Mikhaylov 0e60fd2a5e update avatar example to use `image` instead of `img` property 2016-01-25 15:49:30 +01:00
Karl Macklin 9da237834b Allow Link to render Tooltips via children prop 2016-01-05 23:32:38 +01:00
Javi Velasco 055c6e37a9 Add ripple documentation 2015-12-20 19:18:31 +01:00
Javi Velasco 086a0ae15d Fix icon for link demo 2015-12-20 18:48:17 +01:00
Javi Velasco 515169dc36 Improve datepicker example 2015-12-20 17:55:34 +01:00
Javi Velasco 802f50f4b3 Use full Toolbox input in autocomplete 2015-12-20 17:50:57 +01:00
Javi Velasco 85ff089e46 Update switch examples 2015-12-11 19:11:55 +01:00
Javi Velasco b963be79ea Better styles for navigation. Fixes #205 2015-12-11 18:53:37 +01:00
Javi Velasco 27b7bef158 Fix typos in input examples and update example in input readme 2015-12-03 20:44:23 +01:00