DEV Community

Cover image for MDB React v.7 is out!
Keep Coding
Keep Coding

Posted on

MDB React v.7 is out!

MDB React v.7 is out. Highlights:

  • Renamed dist output file extension from .js to .cjs
  • Added displayName to the components
  • Added use client directive.
  • Added type keyword to props export.

And a neat next.js bonus: Unified properties names. Changed show to open, onHide to onClose, and onShow to onOpen in all components

Full changelog available here

Top comments (0)