Skip to content

Latest commit

 

History

History
86 lines (70 loc) · 2.89 KB

CHANGELOG.md

File metadata and controls

86 lines (70 loc) · 2.89 KB

0.5.1

Nov 09, 2019

0.5.0

Nov 09, 2019

0.4.1

Sep 16, 2019
  • Updated dependencies to the latest version

0.4.0

Jun 2, 2019
  • Added support for Material UI v4
  • Replaced material-ui-pickers v2 with @material-ui/pickers v3

0.3.0

Apr 26, 2019
  • Added ChipInput component based on material-ui-chip-input
  • Improved code quality and styling using eslint-config-airbnb, prettier and husky

0.2.4

Apr 06, 2019
  • Fixed error in RadioGroup PropTypes

0.2.3

Apr 06, 2019
  • Added the ability to fully customize RadioGroup

0.2.2

Mar 20, 2019
  • Resolved InputProps ambiguity in TextField component (issue: #6)

0.2.1

Mar 19, 2019
  • Breaking: Added prop isMultiple in Autocomplete and set it false by default
  • Improved example and removed react-scripts

0.2.0

Feb 23, 2019
  • Added DateTimePicker, RadioGroup and Switch components
  • Added default value for required prop
  • Updated README
  • Minor refactoring in typescript definitions for OptionsType

0.1.5

Feb 19, 2019
  • Props fullWidth and margin are not hard-coded anymore
  • Fixed Autocomplete typescript definitions
  • Bumped up formik version to 1.5.1 and react-select to 2.4.1
  • Added information about the example in README

0.1.4

Feb 17, 2019
  • 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 when required is true
  • 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

0.1.3

Jan 10, 2019
  • Added Typescript types
  • Minor refactoring in Autocomplete.jsx and Select.jsx
  • Added npm package link to README

0.1.2

Sept 20, 2018
  • Fixed a typo in README
  • Moved react-select to peer dependencies

0.1.1

Sept 20, 2018
  • Added react-dom to peer dependencies
  • Added example to README

0.1.0

Sept 18, 2018
  • Initial commit