MDB Pro React Releases
Released: Dec 8, 2025
v10.0.0 での更新項目
機能
- Updated base React dependency to version 19 so installing MDB via npm in React 19 projects no longer produces errors.
不具合の修正
- Calendar: Fixed date selection so clicking a day sets the DatePicker start date to the clicked value.
Released: Sep 16, 2024
v9.0.0 での更新項目
機能
- Popconfirm: Added open and close animation in modal mode.
- WYSIWYG editor: Added preventive values to .wysiwyg-content class.
不具合の修正
- Datepicker:
- Fixed buttons outline bug after focus.
- Fixed activeDate resetting on picker open.
- Timepicker: Fixed activeDate resetting on picker open.
- DateTimepicker: Fixed picker styling on small screens.
- Input fields:
- Fixed background after autocomplete.
- Fixed the placeholder display for input fields of type: time, datetime-local, month, week.
- Modal: Removed...
Released: Apr 15, 2024
v8.0.0 での更新項目
機能
- Autocomplete - Changed onSelect to return option data instead of string value only.
- Improved dev repository to facilitate plugins development and testing.
- DateTimepicker
- Removed props: defaultTime, defaultDate, dateFormat, and timeFormat. These options can be passed through timepickerOptions and datepickerOptions.
- Removed inputRef. Input reference can be reached with forwardRef.
- Select
- Props will now be spread on the input instead of the div wrapper.
- Stepper
- Added support for validating all...
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...
Released: Jan 8, 2024
v7.1.0 での更新項目
機能
- MDBClientOnly - new component
- Dedicated for environments using server side rendering, like Next.js. Used to evaluate component's code only on the client side and prevent SSR related errors.
- Select:
- Added new events: onOpened, onClosed.
- Added animationVariants.
- Added searchFn to allow custom filtering.
- Added forwardRef to the input.
- Dropdown:
- Checkbox:
- Added forwardRef to the input.
- DateTimepicker:
- Added forwardRef to the input.
- Datepicker:
- Added forwardRef to the input...
Released: Nov 6, 2023
v7.0.0 での更新項目
機能
- General
- Unified properties names. Changed
show to open, onHide to onClose, and onShow to onOpen in all components.
- Renamed dist output file extension from
.js to .cjs.
- Added
type keyword to props export.
- Added
displayName to the components.
- Added
use client directive.
- Synced styles with MDB Standard 6.4.1.
- Added
framer-motion library to the dependencies.
- DateTimepicker:
- All timepicker's and datepicker's options are now available through
datetimepicker.
- Added new props:
value...