Releases: trendmicro-frontend/react-dropdown
Releases · trendmicro-frontend/react-dropdown
v0.7.0
- Support for including a wrapper div around the dropdown menu (e4e8d4d)
- Safety check for nextIndex and prevIndex (bdfb6bd)
- Focus on previous item when pressing the up arrow key (2d4c5b6)
v0.6.14
- Contextual CSS reset (f152438)
- Fix an issue that caused node-spawn-wrap failed to work on Windows (81356d0)
- Fixed multiple selection styling issues (db68eea)
v0.6.13
- Fixed a bug of incorrect dropdown button size (b832c33)
- Removes margin space from dropdown caret (52b7aac)
v0.6.11
Fix IE11 Symbol.iterator not defined issue
v0.6.10
Use React.PureComponent instead of shallowCompare (954eecf)
v0.6.9
Specify the default color for the dropup caret (7418d3b)
v0.6.8
Fixed a bug that dropdown menus cannot be changed to expand upwards when adding the dropup prop (c9c619d)
v0.6.7
Bump to v0.6.7
- Replaces React.PropTypes references with prop-types
- Removes react-overlays dependency