Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.17 KB

HISTORY.md

File metadata and controls

44 lines (26 loc) · 1.17 KB

History


4.3.0 / 2015-08-13

  • make selectedKeys openedKeys controllable
  • add closeSubMenuOnMouseLeave/onOpen/onClose props

4.1.0 / 2015-08-11

  • remove openOnHover for SubMenu
  • add openSubMenuOnMouseEnter prop for Menu

4.0.0 / 2015-08-10

  • add props: mode (horizontal, vertical, inline) for Menu
  • add defaultSelectedKeys, make selectedKeys controllable
  • change param of onSelect onDeselect

3.5.0 / 2015-08-06

add props: vertical/horizontal for Menu, align for SubMenu

3.4.0 / 2015-06-17

improved #9 allow not set key for menuitem

new #10 support MenuItemGroup

3.3.0 / 2015-06-08

new add Menu.Divider Component

3.1.0 / 2015-03-26

improved #5 support selected and disabled for menuitem simultaneously

3.0.0 / 2015-03-17

support react 0.13 and es6

2.2.0 / 2015-01-29

new #3 support scrollIntoView if menu is scrollable

new #2 support multiple prop and onDeselect callback