Commit Graph

68 Commits (master)

Author SHA1 Message Date
Rubén Moya 5ec952ad1d
Merge pull request #1819 from pmyers88/autocomplete-handle-falsy-keys
Handle Falsy Keys in Autocomplete Component
2018-03-03 12:02:22 +01:00
Phil Myers 1dafc5676f Move Input#validPresent to utils#isValuePresent 2018-02-27 13:19:57 -05:00
rubenmoya 08ca837aca Update tests to use react-dom/test-utils 2018-02-20 21:01:21 +01:00
Tom Chen 431abb1bde Add workaround to `is-component-of-type` for `react-hot-loader@^3` (#1569) 2017-08-02 18:19:53 +02:00
rainie 73bf3be741 Fix error in events.js transitionEventNamesFor method (#1294) 2017-04-02 14:12:07 +02:00
卢思侗 9a916e0176 Add chinese localization (#1290) 2017-04-02 14:08:45 +02:00
Oleg Stepura 509e846631 Fix #1368 (#1369) 2017-03-29 00:13:52 +02:00
bumbleblym 75a219b0f4 Import Ramda values function directly (#1209) 2017-02-02 15:07:58 +01:00
Javi Velasco 1427e75a27 Fix tests 2017-01-28 13:16:31 +01:00
Javi Velasco 9d6ec1eedd Update dependencies and linter (#1180) 2017-01-26 18:05:32 +01:00
Valery Bugakov 49d660534e Ability to override default isComponentOfType implementation (#1164) 2017-01-22 17:50:33 +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
Javi Velasco a51a32124e Solve conflicts 2016-11-22 09:52:00 +01:00
Kristoffer Rene Eckhoff 47c314b033 Use 3 letter name instead of 2+. for shortname day 2016-11-11 16:21:14 +01:00
Kristoffer Rene Eckhoff a4887282f4 Use 3 letter name instead of 2 plus . 2016-11-11 16:20:29 +01:00
Kristoffer Rene Eckhoff 7eb6680998 Add no localization
Based on moment.js norwegian time localization:
https://github.com/moment/moment/blob/develop/locale/nb.js
2016-11-11 14:56:40 +01:00
Alexander Pinnecke adf3567b18 Fix linter issue with trailing comma in time utils 2016-11-09 23:37:34 +01:00
Alexander Pinnecke e74e58e175 Fix sunday to be first day of week 2016-11-09 18:40:53 +01:00
Alexander Pinnecke 591889576c Added german time settings 2016-11-09 18:34:54 +01:00
Javi Velasco a1d96f3709 Merge pull request #856 from rrott/feature/add_ukrainian_locale
Added Ukrainian locale
2016-10-12 16:58:17 +02:00
Roman Rott c9dc848404
Added Ukrainian locale 2016-10-10 11:08:30 +03:00
Roman Rott c768a72622
Fixed typo in dateLocales for russian locale 2016-10-10 10:46:01 +03:00
Roman Rott ca1de73201
Fixed Tooltip TypeError when quickly hovering between multiple tooltips 2016-10-07 23:45:00 +03:00
Maksim b8d59f7b4c Russian locale 2016-09-12 13:34:16 +03:00
Javi Velasco ccc1699cc4 Fix #630 2016-09-03 16:08:52 +02:00
Javi Velasco 006559e7cc Fix ripple 2016-08-21 18:44:04 +02:00
Javi Velasco e7735e5236 Merge and solve conflicts 2016-08-07 13:43:07 +02:00
Javi Velasco 739acbc79b Merge branch '402-maxDate-not-taken-into-account' of https://github.com/AlexGilleran/react-toolbox into AlexGilleran-402-maxDate-not-taken-into-account
* '402-maxDate-not-taken-into-account' of https://github.com/AlexGilleran/react-toolbox:
  Added tests.
  Date picker now takes max/min date into account on mount/props change.
2016-08-07 13:14:31 +02:00
Javi Velasco 7c87bcdaf9 Merge pull request #681 from akinoxsolutions/dev
Add required polyfills for IE10.
2016-08-06 19:41:06 +02:00
Javi Velasco 71fcd3f57c Refactor ripple adding multiple option 2016-08-06 14:24:40 +02:00
Javi Velasco 2bd6539476 Fix remove animation event function 2016-08-04 22:23:27 +02:00
Christian Droulers ef6a979fec Add required polyfills for IE11. 2016-08-01 16:08:48 -04:00
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
Alex Gilleran 4f67a93f6e Added tests. 2016-07-22 00:47:03 +10:00
Ro Savage 0d01405e1b Fixed bug with add a month to a date when current day is largest than last day of next month 2016-06-15 14:45:35 +12:00
Javi Velasco 78790132f0 Merge with dev 2016-06-03 23:49:35 +02:00
John Bicknell f017610709 Y for X 2016-06-02 18:40:38 +01:00
John Bicknell f39dfb44d0 Use alternative to scrollX where not available (IE) 2016-06-02 18:26:04 +01:00
Javi Velasco 767d16b047 Fullname imports for util files 2016-05-29 21:23:58 +02:00
Javi Velasco 310d683fa9 Avoid null values when parsing input 2016-05-26 21:38:07 +02:00
Javi Velasco c612fdf83d Add onRippleEnded. Fixes #289 2016-04-12 22:26:49 +02:00
Javi Velasco 0d1265e5a1 Adapt pickers to calculate position with scroll 2016-04-10 18:33:20 +02:00
Felipe Amorim 756a3a9731 fixed linting errors on utils/time.js 2016-03-09 11:07:16 -03:00
Felipe Amorim 16ed92693a allows to format the date displayed on datepickers input 2016-03-08 17:45:39 -03:00
Javi Velasco 3c6b7afcc1 Fixe autocomplete 2016-01-06 12:56:30 +01:00
Javi Velasco 364e270da1 Better imports organization. Fixes #140 2015-11-21 14:26:17 +01:00
Javi Velasco ac5501b9a5 Improve ripple performance. Fixes #142 2015-11-21 12:23:24 +01:00
@soyjavi f31dde202b Lock year like a change date (when it's out of range) 2015-11-16 22:54:05 +07:00
Javi Velasco 272a37fd4c Stateless table component 2015-11-14 10:26:50 +01:00