Skip to content

Commit

Permalink
Bumped up library version due to keyboard pickers addition
Browse files Browse the repository at this point in the history
  • Loading branch information
gerhat committed May 2, 2020
1 parent 43f5406 commit 5806303
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
### [Versions](https://github.com/gerhat/material-ui-formik-components/releases)

## 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
- Updated `SimpleFormExample.jsx` to use Keyboard Pickers

## 0.6.3
###### _May 2, 2020_
- Fixed handling of null initial values at `AutoComplete` with prop `multiple`. [(Issue: #31)](https://github.com/gerhat/material-ui-formik-components/issues/31)
- Fixed handling of null initial values at `AutoComplete` with prop `multiple`. [Issue: #31](https://github.com/gerhat/material-ui-formik-components/issues/31) thanks @shtjefeen
- Updated packages to latest versions

## 0.6.2
###### _Apr 23, 2020_
- Fixed initial values not being displayed at AutoComplete. [(Issue: #28)](https://github.com/gerhat/material-ui-formik-components/issues/28)
- Fixed initial values not being displayed at AutoComplete. [Issue: #28](https://github.com/gerhat/material-ui-formik-components/issues/28)
- Updated examples to demonstrate the `initialValues` prop
- Updated packages to latest versions

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "material-ui-formik-components",
"version": "0.6.3",
"version": "0.7.0",
"author": "Gerasimos Chatzidamianos (https://github.com/gerhat)",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 5806303

Please sign in to comment.