Skip to content

Commit

Permalink
Merge pull request #3059 from JedWatson/v2.1.0-release-notes
Browse files Browse the repository at this point in the history
πŸŽ‰πŸŽ‰πŸŽ‰ changelog for v2.1.0
  • Loading branch information
gwyneplaine authored Sep 21, 2018
2 parents a63d9a5 + a5ceeae commit 0fcc42d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# React-Select

## v2.1.0 / 2018-09-21
* [#2839] Added support for theming via theme prop. Thanks [akx](https://github.com/akx)
* [#2874] Fixed flow-types of MultiValue components. Thanks [mike1808](https://github.com/mike1808)
* [#2903] Fix missing form input when there isn't a selected value. Thanks [alvinsj](https://github.com/alvinsj)
* [#2934] Reduced theme colors to a sane value set to make the exported theme more easy to consume and configure. Thanks [jossmac](https://github.com/jossmac)
* [#2876] Added overflow hidden to valueContainer to stop overflowing text in the control. Thanks [mike1808](https://github.com/mike1808)
* [#2975] Separated menu placement logic from menu primitive. Thanks [jossmac](https://github.com/jossmac).

## v2.0.0 / 2018-07-23

* async select now accepts a filterOptions function as a prop [#2822](https://github.com/JedWatson/react-select/pull/2822)
Expand Down

0 comments on commit 0fcc42d

Please sign in to comment.