MDB Pro Vue Releases
Released: Oct 13, 2025
Updates in v7.0.0
Features
- Design Updates:
- Introduced a new theming system that allows setting the theme for the entire page, its parts, or selected elements using data attributes.
- Charts
- Added dark-mode handling with new customizable properties.
- Onboarding
- Added
static setting for backdrop.
- Popconfirm
- Added new
cancelBtnClasses and confirmBtnClasses props that allow customizing the button styles.
- Progress
- Added Progress Circular examples available by adding circular prop to the component.
- Datepicker:
Released: Sep 16, 2024
Updates in v6.0.0
Features
- 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.
Fixes...
Released: Apr 22, 2024
Updates in v5.0.0
Features
- Calendar - Added dateFormat property.
- Datatables - Added the ability to implement ID attribute for a table itself.
- Datepicker
- Added 'aria-disabled' attribute to disable dates/months/years.
- Added translated 'aria-label' attribute (if translate was provided) and fixed its position.
- Link - Changed hard-coded value for link decoration to a $link-decoration variable.
- Select - Added new search event.
- Popconfirm
- Added event cancel when exiting with click outside or escape key.
- Added focus trap...
Released: Oct 9, 2023
Updates in v4.1.1
Fixes
- Modal - Fixed issues with opening pro modal.
- Transfer - Fixed issues with selecting items after adding titleTarget and titleSource properties.
Released: Sep 25, 2023
Updates in v4.1.0
Features
- Datatable:
- Added new
all-filtered-rows-selected event that emits after selecting each row in a filtered table.
- Calendar
- Added possibility to decide whether to add or replace events via
addEvents method.
- DateTimepicker
- Added possibility to change the container for the modal via new
container prop.
- Timepicker
- Added possibility to change the container for the modal via new
container prop.
- Added functionality that allows to hold the change time arrows in inline timepicker to increase...
Released: May 4, 2023
Updates in v4.0.0
Features
- Added new tutorial about MDB Vue integration with Vitest.
- General improvements related to animations working with setted up motion reduce option.
- Added
.map files for JavaScript and fixed old ones for CSS.
- Datatable - Improved search performance with embedded elements such as custom HTML.
colorFormat which allows you to set a default color format.
- Synchronized .scss files with MDB Standard 6.2.0.
- Breaking Changes:
- Clipboard - Now the name of the copied variable can be anything instead...