MDB Pro Standard Releases

Learn what's new across releases, with details of features, enhancements, and resolved issues.

Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
MDB Pro Standard v9.3.0Dec 8, 2025
Features
  • File Upload: Added support for displaying previews of default files when the file extension is not present in the URL.
  • Sidenav: Added disableWindowScroll option that allows disabling window scroll when sidenav is open in over mode.
  • Autocomplete:
    • Improved Accessibility: aria-controls for input, aria-label and tabindex for items list and role for no result options.
    • Added itemsListLabel option to set custom label for items list.
  • Increased z-index of the last moved slider to improve accessibility when sliders overlap.
Fixes
  • Calendar: Fixed an issue where events spanning from the previous month caused display errors when many events were present.
  • Ecommerce Gallery:
    • Fixed zoom effect behavior causing edge zooming to flicker.
    • Fixed issue with zoom effect when multiple Ecommerce Gallery instances were initialized.
  • File Upload: Fixed preview styling when no supported file extension is present.
  • Multi Range Slider:
    • Fixed functionality issues with sliding inputs.
    • Fixed issues related to the step option.
  • Select: Fixed issue with setValue method not working together with optgroups.
  • Timepicker: Fixed timepicker hand styling that caused a slight clock hand jump on the first hour selection.
MDB Pro Standard v9.2.0Sep 1, 2025
Features
  • Table Editor: Added support for passing options as objects in select fields.
Fixes
  • Calendar: Fixed edit modal bug on mobile.
  • Autocomplete: Fixed Home/End key behavior.
  • Date-Picker: Fixed console error on keyboard input.
MDB Pro Standard v9.1.0Jun 16, 2025
Features
  • DatePicker: Added toggleButtonLabel option.
  • TimePicker: Added toggleButtonLabel option.
Fixes
  • Select
    • Fixed setValue method not updating correctly after option addition.
    • Fixed broken setValue behavior when used with multiselect.
  • Calendar: Modified deletedEvent.mdb.calendar to return details of the deleted event.
  • DateTimePicker: Fixed a layout issue where the Clear button overlapped the last row of days in certain months.
  • TimePicker: Added accessible labels to action buttons for improved screen reader support.
MDB Pro Standard v9.0.0Major versionMar 31, 2025
Features
  • Calendar:
    • Renamed editEvent.mdb.calendar event to editedEvent.mdb.calendar.
    • Renamed addEvent.mdb.calendar event to AddedEvent.mdb.calendar.
    • Updated editEvent.mdb.calendar event to trigger before the edit event modal is shown.
    • Updated addEvent.mdb.calendar event to trigger before the add event modal is shown.
  • Multi Range Slider:
    • Renamed --mdb-multi-range-sliderhand-focus-box-shadow variable to --mdb-multi-range-slider-focus-box-shadow.
    • Renamed --mdb-multi-range-slider-horizontal-height variable to --mdb-multi-range-slider-height.
    • Renamed $multi-range-slider-horizontal-height variable to $multi-range-slider-height.
    • Added variables for easier tooltip background customization.
  • Datepicker:
    • Removed disableToggle option.
    • Removed disableInput option.
  • Calendar:
    • Added removeEvent method.
    • Added editEvent method.
    • Added deletedEvent.mdb.calendar event.
  • Datatable:
    • Added serverSide option.
    • Added columnSearch option.
    • Improved pagination option to allow setting the total number of entries, the current page and the total number of pages.
    • Improved edit option to add a CSS class to edited cells to allow custom styling.
    • Improved sort method to support sorting by column number.
    • Added paginationChange.mdb.datatable event.
    • Added sortChange.mdb.datatable event.
    • Added columnSearch.mdb.datatable event.
    • Changed the sort method to assign the sortField based on column’s field instead of its label.
  • Rating:
    • Added decimal option.
    • Added decimalPrecision option.
    • Added scoreMove.mdb.rating event.
  • Treeview: Added variables to color mapping.
  • Select: Added clearButtonLabel option.
Fixes
  • Select:
    • Fixed the setValue method bug when used on component with value preselected via native attribute.
    • Added ID to input and for to label.
  • Datepicker:
    • Fixed short format date parsing bug.
    • Removed the disableToggleButton option.
  • Color Picker: Fixed Canvas2D warning.
  • Table Editor: Disabled pagination select when adding or editing.
  • Datatable: Fixed template for datatable loader.
  • Modal: Removed the show option (applies only to Modal PRO used via jQuery).
MDB Pro Standard v8.2.0Jan 20, 2025
Features
  • Datepicker - Added dateRange option.
  • Lightbox - Improved preview performance by limiting initial image load to three images.
Fixes
  • Lightbox - Fixed dispose method.
  • Select
    • Fixed clear button issue with no options available.
    • Fixed using setValue method for select with search.
  • Onboarding - Fixed scroll behavior for the container option.
  • DateTimepicker - Fixed options disableFuture and disablePast.
  • Toast - Fixed event triggering.