- Implemented
<DatePicker/>
component. Issue: (issue: #19)
- Added support for use in Formik's
<FieldArray/>
. Issue: (issue: #17) - Added FieldArray example form
- Updated dependencies to the latest version
- Added support for
Material UI v4
- Replaced
material-ui-pickers v2
with@material-ui/pickers v3
- Added
ChipInput
component based on material-ui-chip-input - Improved code quality and styling using
eslint-config-airbnb
,prettier
andhusky
- Fixed error in
RadioGroup
PropTypes
- Added the ability to fully customize
RadioGroup
- Resolved
InputProps
ambiguity inTextField
component (issue: #6)
- Breaking: Added prop
isMultiple
inAutocomplete
and set itfalse
by default - Improved example and removed react-scripts
- Added
DateTimePicker
,RadioGroup
andSwitch
components - Added default value for
required
prop - Updated README
- Minor refactoring in typescript definitions for
OptionsType
- Props
fullWidth
andmargin
are not hard-coded anymore - Fixed
Autocomplete
typescript definitions - Bumped up
formik
version to 1.5.1 andreact-select
to 2.4.1 - Added information about the example in README
- Breaking: Changed default error behavior. Errors now appear only when the field is
touched
(issue: #2) - Added the ability to show error messages in
Select
- Fixed asterisk not showing in
Autocomplete
label whenrequired
istrue
- Error message in
TextField
is now displayed only when there is an error - Updated devDependencies in
package.json
- Added validation to the example project
- Updated dependencies in example's
package.json
- Minor typo in README
- Added Typescript types
- Minor refactoring in
Autocomplete.jsx
andSelect.jsx
- Added npm package link to README
- Fixed a typo in README
- Moved
react-select
to peer dependencies
- Added
react-dom
to peer dependencies - Added example to README
- Initial commit