Skip to content

v3.0.0

Compare
Choose a tag to compare
@jedwards1211 jedwards1211 released this 11 May 16:00
· 53 commits to master since this release

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'.