MDB Pro Bundle 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 Bundle - includes MDB Pro Angular v9.1.0Dec 10, 2025
Features
  • Calendar: Added new events and methods to enable creation of custom modals to handle adding or editing events.
  • Select: Added new MDB_SELECT_SCROLL_STRATEGY injection token that allows you to change scrolling strategy.
  • Autocomplete: Added new MDB_AUTOCOMPLETE_SCROLL_STRATEGY injection token that allows you to change scrolling strategy.
Fixes
  • Carousel: Fixed problem with infinite page loading when using component in SSR mode.
MDB Pro Bundle - includes 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 Bundle - includes MDB Pro React v10.0.0Major versionDec 8, 2025
Features
  • Updated base React dependency to version 19 so installing MDB via npm in React 19 projects no longer produces errors.
Fixes
  • Calendar: Fixed date selection so clicking a day sets the DatePicker start date to the clicked value.
MDB Pro Bundle - includes MDB Pro Angular v9.0.0Major versionSep 21, 2025
Features
  • Updated Angular to v20, this version is required in MDB Angular v9.
  • Added new SCSS and CSS variables for plugins styles.
  • Autocomplete: Added new dropdownWidth input that allows you to set custom width for the dropdown menu.
  • Datatables: Added new defaultSortDirection input that allows you to set default sort direction for the table header.
Fixes
  • Datepicker:
    • Improved blocking of months and years cells in some edge cases.
    • Resolved problems with errors when parsing invalid date formats.
  • File Upload:
    • Added error handling for maxFileQuantity.
    • Improved extensions validation logic to handle problems with uploading file with extensions defined in mimeTypes input.
  • Input fields: Resolved problem with border gap updates for dynamically rendered label.
  • Select: Resolved issue where clicking the arrow icon in one Select input would not close the dropdown of another Select component.
MDB Pro Bundle - includes 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 Bundle - includes 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 Bundle - includes MDB Pro Angular v8.0.0Major versionApr 7, 2025
Features
  • Introduced a new theming system that allows setting the theme for the entire page, its parts, or selected elements using data attributes.
  • Updated Angular to v19, this version is required in MDB Angular v8.
  • File upload - Added new mimeTypes input that allow to define a list of mime types for supported file types.
  • Multi item carousel - Added a new (slideClick) event.
  • Color picker - Added a new color-picker-next-format-button, color-picker-previous-format-button and color-picker-copy-button classes for the buttons.
  • Popconfirm - Added a default offset to the component.
  • Stepper - Added 'Optional' text to the steps that use optional input.
  • Onboarding - Added a gap between the buttons and fixed border styles.
  • Added a new SCSS and CSS variables for plugins styles.
  • Slightly increased cell width in Datepicker.
  • The .navbar-light class is no longer used in Navbar, use color modes instead.
  • Older theming styles are no longer supported, use the new color modes instead.
  • Removed unnecessary BrowserAnimationsModule imports from Onboarding, Ecommerce gallery and Organization chart plugins.
Fixes
  • Modal - Fixed a problem with opening animation.
  • Select - Fixed a problem with not hiding option groups labels when using filter.
  • Datepicker - Fixed a date parsing bug for yy year format.
  • Fixed Datepicker and Timepickertoggle button padding in Firefox browser.
MDB Pro Bundle - includes 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).