Skip to content

Commit

Permalink
Moved @material-ui/pickers and material-ui-chip-input to optionalDepe…
Browse files Browse the repository at this point in the history
…ndencies
  • Loading branch information
gerhat committed May 12, 2020
1 parent 93bca10 commit 1d2f00a
Show file tree
Hide file tree
Showing 4 changed files with 624 additions and 1,256 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
### [Versions](https://github.com/gerhat/material-ui-formik-components/releases)

## 0.7.1
###### _May 12, 2020_
- Moved `@material-ui/pickers`, `@date-io/date-fns`, `date-fns` and `material-ui-chip-input` to optionalDependencies [Issue: #33](https://github.com/gerhat/material-ui-formik-components/issues/33) thanks @depiction
- Updated dev dependencies to latest versions

## 0.7.0
###### _May 2, 2020_
- Added Support for Keyboard Pickers ( `KeyboardDatePicker`, `KeyboardTimePicker`, `KeyboardDateTimePicker` and `TimePicker`) [PR: #30](https://github.com/gerhat/material-ui-formik-components/pull/30) thanks @shtjefeen
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ The extension depends on the following packages:
# Using the components
The following components are supported:

- `Autocomplete`
- `ChipInput`
- `Autocomplete` - requires [Material-UI Lab](https://material-ui.com/components/about-the-lab/)
- `ChipInput` - requires [material-ui-chip-input](https://github.com/TeamWertarbyte/material-ui-chip-input)
- `DatePicker`, `DateTimePicker`, `KeyboardDatePicker`, `KeyboardTimePicker`, `KeyboardDateTimePicker` and `TimePicker` - please make sure you have installed `date-fns`, `moment` or `luxon` see: [Material-UI Pickers / Installation](https://material-ui-pickers.dev/getting-started/installation)
- `RadioGroup`
- `Select`
Expand Down
Loading

0 comments on commit 1d2f00a

Please sign in to comment.