MDB Pro Bundle Releases
Released: Dec 10, 2025
Aggiornamenti in MDB Pro Angular v9.1.0
Funzionalità
- 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.
Correzioni
- Carousel: Fixed problem with infinite page loading when using component in SSR mode.
Released: Dec 8, 2025
Aggiornamenti in MDB Pro Standard v9.3.0
Funzionalità
- 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...
Released: Dec 8, 2025
Aggiornamenti in MDB Pro React v10.0.0
Funzionalità
- Updated base React dependency to version 19 so installing MDB via npm in React 19 projects no longer produces errors.
Correzioni
- Calendar: Fixed date selection so clicking a day sets the DatePicker start date to the clicked value.
Released: Sep 21, 2025
Aggiornamenti in MDB Pro Angular v9.0.0
Funzionalità
- 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.
Correzioni
- Datepicker:
- Improved blocking of months and years cells in some edge cases.
- Resolved problems with errors when parsing invalid date...
Released: Sep 1, 2025
Aggiornamenti in MDB Pro Standard v9.2.0
Funzionalità
- Table Editor: Added support for passing options as objects in select fields.
Correzioni
- Calendar: Fixed edit modal bug on mobile.
- Autocomplete: Fixed Home/End key behavior.
- Date-Picker: Fixed console error on keyboard input.
Released: Jun 16, 2025
Aggiornamenti in MDB Pro Standard v9.1.0
Funzionalità
- DatePicker: Added toggleButtonLabel option.
- TimePicker: Added toggleButtonLabel option.
Correzioni
- 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...
Released: Apr 7, 2025
Aggiornamenti in MDB Pro Angular v8.0.0
Funzionalità
- 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...
Released: Mar 31, 2025
Aggiornamenti in MDB Pro Standard v9.0.0
Funzionalità
- 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...
Released: Nov 18, 2024
Aggiornamenti in MDB Pro Angular v7.1.0
Funzionalità
- Timepicker
- Added new showClearBtn input.
- Added new (clear) event that will be fired after using Clear button.
- File upload
- Added svg and webp extensions to the list of allowed file types for default preview.
- Added new datepickerOptions that allow to define options for the date pickers used by the plugin.
- Select - added new (search) event that will be fired after using search input.
- Datepicker - added new (viewChanged) event that will be fired on component view change.
- Progress...
Released: Sep 16, 2024
Aggiornamenti in MDB Pro Vue v6.0.0
Funzionalità
- Select
- Added new
excludeOptGroupsInFilter prop to exclude optgroup labels from filter results.
- Updated behaviour of the select dropdown after
space key on focused input.
- Datepicker
- Added new
viewChanged event that triggers after the datepicker view is changed.
- Drag and drop
- Added new
blockXAxis and blockYAxis props to MDBSortable and MDBSortableItem components.
- Lightbox
- Removed
fontAwesome prop.
- File upload
- Added
BMP and GIF file types to the type list.
- Updated
tsconfig.json...