

<a name="v1.0.0"></a>
# v1.0.0 (2017/02/04)
## Features
* Initial Release

<a name="v1.1.0"></a>
# v1.1.0 (2017/02/07)
## Features
* Added Image, Text and Icon Trigger Types
* Menu Drop Position

<a name="v1.1.4"></a>
# v1.1.4 (2017/02/09)
## Features
* Added bootstrap bottom triangle to Text Trigger type

<a name="v1.1.5"></a>
# v1.1.5 (2017/02/10)
## Features
* Remove the need for adding key prop to MenuItem
* Some additional error handling and tests

<a name="v1.1.6"></a>
# v1.1.6 (2017/02/13)
## Features
* Capturing outside menu clicks with window.addEventListener instead of window.onclick

<a name="v1.1.10"></a>
# v1.1.10 (2017/05/23)
## Fixes
* Adding babel-polyfill to keep IE11 happy

<a name="v1.1.11"></a>
# v1.1.11 (2017/06/07)
## Fixes
* Fixing outside menu click to collapse menu

<a name="v1.1.13"></a>
# v1.1.13 (2017/12/29)
## Features and fixes
* Reduced the amount of padding on the DropDownMenu separator
* Allowed passing in width and height props for image trigger
* Added carat beside image of image trigger so users more easily realize the dropdown functionality
* New prop for Dropdown carat color

<a name="v1.1.14"></a>
# v1.1.14 (2017/12/30)
## Features
* Added toggling of the carat when expanding/collapsing the menu
* Added prop for a fade in effect

<a name="v1.1.15"></a>
# v1.1.15 (2018/7/27)
## Features
* Added support for multiple instances on the same page

<a name="v1.1.19"></a>
# v1.1.19 (2020/11/30)
## Features
* Added iconColor prop to DropdownMenu
* Added disabled prop to MenuItem
* Bumped devDependencies versions