Skip to content

Releases: grizzthedj/react-bootstrap-dropdown-menu

New props and better CSS control

30 Dec 14:59
Compare
Choose a tag to compare
  • 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

14 Feb 02:43
Compare
Choose a tag to compare
1.1.6

Capturing outside menu clicks with window.addEventListener instead of…

Removed need for MenuItem key prop, better error handling and tests

12 Feb 22:13
Compare
Choose a tag to compare

Trigger Types and Menu drop position

09 Feb 01:15
Compare
Choose a tag to compare

Addition of Image, Text or Bootstrap Icon trigger types, and menu drop position props.