MDB Pro Bundle リリース

各リリースの最新情報を、機能・強化・解決済みの課題の詳細とともに確認しましょう。

1月
2月
3月
4月
5月
6月
7月
8月
9月
10月
11月
12月
MDB Pro Bundle - includes MDB Pro Angular v9.1.02025年12月10日
機能
  • 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.
修正
  • Carousel: Fixed problem with infinite page loading when using component in SSR mode.
MDB Pro Bundle - includes MDB Pro Standard v9.3.02025年12月8日
機能
  • 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.
修正
  • 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.0メジャーバージョン2025年12月8日
機能
  • 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.
MDB Pro Bundle - includes MDB Pro Angular v9.0.0メジャーバージョン2025年9月21日
機能
  • 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.
修正
  • 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.02025年9月1日
機能
  • Table Editor: Added support for passing options as objects in select fields.
修正
  • 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.02025年6月16日
機能
  • DatePicker: Added toggleButtonLabel option.
  • TimePicker: Added toggleButtonLabel option.
修正
  • 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.0メジャーバージョン2025年4月7日
機能
  • 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.
修正
  • 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.0メジャーバージョン2025年3月31日
機能
  • 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.
修正
  • 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).