DEV Community

Cover image for MDB5 React 7.2.0 Released!
Maciej
Maciej

Posted on

MDB5 React 7.2.0 Released!

Version 7.2.0, released 29.01.2024

Features:
Tooltip - added type prop
Added disablePortal option in the following components: Popover, Lightbox and Datepicker

Fixed & improved:
Perfect Scrollbar:
Removed react-perfect-scrollbar dependency and created custom component implementation
Fixed 'relative imports outside of src/ are not supported' error in Next.js src/ project

Created custom createPortal implementation to prevent SSR related issues in the following components:
Popover
Timepicker
Dropdown
Alert
Lightbox
Loading management
Autocomplete
Select
Datepicker
Toast
Popconfirm
Tooltip
Select

Select:
Fixed bug when selectData was being changed during option selection
Fixed keyboard accessibility bug when the selected option had no value

Timepicker:
Added handlers for arrowLeft & arrowRight events in timepicker 24h modal mode to make changing hour with the keyboard easier
Fixed a bug causing the sidenav to be above the backdrop until the timepicker animation was complete

Full Changelog here

Top comments (0)