MDB Pro React v7.2.0
Released: Jan 29, 2024
v7.2.0 での更新項目
機能
- Tooltip - Added a type property.
- Added 'disablePortal' option in the following components:
- Popover.
- Lightbox.
- Datepicker.
- Timepicker - Added handlers for 'arrowLeft' and 'arrowRight' events in timepicker 24h modal mode to make changing hour with the keyboard easier.
不具合の修正
- 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:
- Fixed a bug causing the sidenav to be above the backdrop until the timepicker animation was complete.