Material Ui Popup State Versions Save

boilerplate for common Material-UI Menu, Popover and Popper use cases

v5.0.4

1 year ago

5.0.4 (2022-12-15)

Bug Fixes

  • don't useLayoutEffect on server side (e58a854), closes #115

v5.0.3

1 year ago

5.0.3 (2022-12-12)

Bug Fixes

v5.0.2

1 year ago

5.0.2 (2022-12-12)

Bug Fixes

  • issue with onMouseLeave and shadow DOM (101ce11), closes #113

v5.0.1

1 year ago

5.0.1 (2022-12-12)

Bug Fixes

  • bug with onMouseLeave/onBlur (438f507)
  • issues with onMouseLeave/onBlur/toggle (3422a63)
  • mjs import path issues (a783b67)

v5.0.0

1 year ago

5.0.0 (2022-12-12)

Bug Fixes

BREAKING CHANGES

  • drop support for React < 16.8.0

v4.1.0

1 year ago

4.1.0 (2022-09-22)

Features

v4.0.2

1 year ago

4.0.2 (2022-08-09)

Bug Fixes

  • TypeScript types for bindHover (032f097), closes #109

v4.0.1

1 year ago

4.0.1 (2022-07-03)

Bug Fixes

v4.0.0

1 year ago

4.0.0 (2022-07-02)

Bug Fixes

  • use contextmenu event location in bindMenu/bindPopover (3c1230f), closes #97

BREAKING CHANGES

  • The position of <Menu {...bindMenu(popupState)}> and <Popover {...bindPopover(popupState)}> has changed if you are using bindContextMenu. Before, they would be positioned to the event target element (using anchorEl). Now they will be positioned to the event location (using anchorPosition).

To restore the previous behavior, pass anchorReference="anchorEl" after bindMenu/bindPopover. For example, <Menu {...bindMenu(popupState)} anchorReference="anchorEl">.

v3.1.1

2 years ago

3.1.1 (2022-05-13)

Bug Fixes

  • move @mui/styles and @mui/icons-material to devDependencies (b60352c)