MDB Pro Standard リリース

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

1月
2月
3月
4月
5月
6月
7月
8月
9月
10月
11月
12月
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 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 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 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).
MDB Pro Standard v8.2.02025年1月20日
機能
  • Datepicker - Added dateRange option.
  • Lightbox - Improved preview performance by limiting initial image load to three images.
修正
  • 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.