Releases: jcoreio/material-ui-popup-state
Releases · jcoreio/material-ui-popup-state
v1.4.1
1.4.1 (2019-09-06)
Bug Fixes
- hoverWorkaround: forward ref to wrapped component (9b00684)
v1.4.0
1.4.0 (2019-06-07)
Bug Fixes
- cascading hover menus with material-ui v4 (3c28251), closes #9
Features
- add anchorRef API for complex use cases (5f65eb4)
v1.3.2
1.3.2 (2019-03-07)
Bug Fixes
v1.3.1
1.3.1 (2019-03-07)
Bug Fixes
- move @babel/runtime to dependencies (addab3e)
v1.3.0
1.3.0 (2019-03-07)
Bug Fixes
- hover interaction, and create demo page (d5975e2)
Features
- support cascading hover menus (including bindHover in hooks API) (38780bc)
- support parentPopupState in render props, fix unmounted issues (2e07940)
v1.2.0
1.2.0 (2019-02-13)
Features
v1.1.1
1.1.1 (2019-01-29)
Bug Fixes
- remove module entrypoint from package.json for now (54a1864)
v1.1.0
1.1.0 (2019-01-29)
Features
- keep open when mouse moves from hover trigger to popover/popper (d16fb15)
v1.0.3
1.0.3 (2019-01-29)
Bug Fixes
- use currentTarget instead of target for anchorEl; use SyntheticEvent instead of Event in flow types (c046ae4)
v1.0.2
1.0.2 (2018-12-12)
Bug Fixes