Releases: grizzthedj/react-bootstrap-dropdown-menu
Releases · grizzthedj/react-bootstrap-dropdown-menu
New props and better CSS control
- 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
- Added toggling of the carat when expanding/collapsing the menu
- Added prop for a fade in effect
Capturing outside menu clicks with window.addEventListener instead of window.onclick
1.1.6 Capturing outside menu clicks with window.addEventListener instead of…
Removed need for MenuItem key prop, better error handling and tests
1.1.5 Updating version in changelog
Trigger Types and Menu drop position
Addition of Image, Text or Bootstrap Icon trigger types, and menu drop position props.