Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

50 card working #72

Merged
merged 11 commits into from
May 17, 2018
Prev Previous commit
Update version and CHANGELOG
  • Loading branch information
coralvanda committed May 17, 2018
commit 7d5271eda262f7aae3dde91c4bbd0fc4b2622806
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 2.12.0 - 2014-04-19
## 2.12.0 - 2018-05-17
### Added
- Adds uncontrolled Card component

## 2.12.0 - 2018-04-19
### Changed
- Adds functionality to `AutoComplete` component to allow for sending back `value` instead of `searchText`

Expand All @@ -28,7 +32,7 @@ sd_material_ui.AutoComplete(
filter='caseSensitiveFilter')
```

## 2.11.1 - 2014-04-19
## 2.11.1 - 2018-04-19
### Fixes
- Updates `metadata.json` for new props in `v2.11.0`

Expand Down
2 changes: 1 addition & 1 deletion sd_material_ui/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
December 28, 2017
"""

__version__ = '2.12.0'
__version__ = '2.13.0'