Skip to content

Releases: jcoreio/material-ui-popup-state

v3.1.0

12 May 18:07
Compare
Choose a tag to compare

3.1.0 (2022-05-12)

Bug Fixes

  • allow react@^18.0.0 as peer dep (6728254)

Features

  • add variant: 'dialog' and bindDialog (e7ee393), closes #90

v3.0.0

11 May 16:00
Compare
Choose a tag to compare

3.0.0 (2022-05-11)

Features

BREAKING CHANGES

  • package.json now uses conditional exports, so /es/ imports are gone.
    Now you can import { ... } from 'material-ui-popup-state/hooks' instead of 'material-ui-popup-state/es/hooks'.

v2.0.1

02 May 16:28
Compare
Choose a tag to compare

2.0.1 (2022-05-02)

Bug Fixes

  • make bindHover/bindFocus work correctly together (f7172be), closes #102

v2.0.0

20 Oct 18:56
Compare
Choose a tag to compare

2.0.0 (2021-10-20)

Bug Fixes

  • upgrade to MUI v5 prod release (db78c2e)

Features

BREAKING CHANGES

  • MUI v4 is no longer supported

v2.0.0-beta.1

15 Sep 18:37
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

2.0.0-beta.1 (2021-09-15)

Features

BREAKING CHANGES

  • MUI v4 is no longer supported

v1.9.3

24 Aug 16:48
Compare
Choose a tag to compare

1.9.3 (2021-08-24)

Bug Fixes

  • use exact object flow types (988fb16)

v1.9.2

17 Aug 05:48
Compare
Choose a tag to compare

1.9.2 (2021-08-17)

Bug Fixes

  • default disableAutoFocus to true for bindHover/bindFocus (a7f1831)

v1.9.1

17 Aug 05:16
Compare
Choose a tag to compare

1.9.1 (2021-08-17)

Bug Fixes

  • make disableAutoFocus work again (0bca970)

v1.9.0

21 Jul 18:59
Compare
Choose a tag to compare

1.9.0 (2021-07-21)

Features

  • allow @material-ui/core@^5.0.0-beta in peerDependencies (6abdaa1), closes #70

v1.8.4

30 Jun 18:48
Compare
Choose a tag to compare

1.8.4 (2021-06-30)

Bug Fixes