MDB Pro Angular Releases
Released: Feb 23, 2026
Atualizações na v10.0.0
Recursos
- Improved components change detection to ensure support for Zoneless applications.
- Updated Angular to v21, this version is required in MDB Angular v10.
Correções
- Sidenav: Fixed behavior of
slim and slimCollapsed inputs.
Released: Dec 10, 2025
Atualizações na v9.1.0
Recursos
- 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.
Correções
- Carousel: Fixed problem with infinite page loading when using component in SSR mode.
Released: Sep 21, 2025
Atualizações na v9.0.0
Recursos
- 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.
Correções
- Datepicker:
- Improved blocking of months and years cells in some edge cases.
- Resolved problems with errors when parsing invalid date formats...
Released: Apr 7, 2025
Atualizações na v8.0.0
Recursos
- 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: Nov 18, 2024
Atualizações na v7.1.0
Recursos
- 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 - added...
Released: Sep 16, 2024
Atualizações na v7.0.0
Recursos
- Dropdown - added MdbDropdownPositionClass type to public API.
- Modal - added focusElementSelector property to open method's options for specifying the element to focus on modal opening.
- Calendar:
- Added addEventButtonCaption property to options input for setting custom caption for add event button.
- Added MdbCalendarViews Enum to public API.
Correções
- Multi range - resolved problem with TouchEvent in Firefox.
- Select - resolved problem with unhandled tabindex input.
- Onboarding - resolved...
Released: May 27, 2024
Atualizações na v6.1.0
Recursos
- Table pagination - Added a new page input that allows you to set page number.
- Multi range - Added a new highlightRange input that allows you to highlight range.
- Parallax - Added a new container input that allows you to set wrapper element for parallax effect.
- Popconfirm - Added a focus trap.
- Autocomplete - Restored native shift + home and shift + end keys behavior (open/close dropdown).
- Select - Added support for opening and closing dropdown with alt + arrow-up and alt + arrow-down keys...
Released: Jan 15, 2024
Atualizações na v6.0.0
Recursos
- Select - Added new
inputId and inputFilterId inputs that allow you to declare ids for input elements.
- Breaking Change - Updated Angular to v17, this version is now required in MDB Angular v6.
Correções
- Sidenav - Removed height animation transition.
- Select - Blocked input clearing in disabled component.
- Input fields - Resolved problem with default label position in all inputs with built-in placeholder (like datetime-local or time).
- Lightbox - Resolved problem with component removal from...
Released: Dec 4, 2023
Atualizações na v5.2.0
Recursos
- A new
MdbSidenavMenuDirective directive has been added to Sidenav allowing to create multiple menus within one component.
- A new
size input has been added to Select allowing to change input size to sm or lg.
- Multi Range Slider
- Resolved problem with thumbs position updates on
ngModel or formControl value changes.
- Added thumbs position constraints so that the position of a given thumb is limited by its counterpart.
Correções
- Resolved problem with components rendering when using Server Side...
Released: Sep 9, 2023
Atualizações na v5.1.0
Recursos
- Added new Treetable plugin.
- Added mechanism that allow to add context for
ng-template template in Popover.
- Added new
showAllEntries option to Datatable pagination.
- Added new
filterFn option to Select.
- Added new directive that allow to create a custom header in Datepicker.
- Added new
positionClass and menuPositionClass options to Dropdown.
- Added new
disabled input that allow to disable Accordion items.
- Added mechanism that allow to define custom icon template with
ng-template in...