MDB Pro Angular Versioni

Scopri le novità in ogni release, con dettagli su funzionalità, miglioramenti e problemi risolti.

gen
feb
mar
apr
mag
giu
lug
ago
set
ott
nov
dic
MDB Pro Angular v11.0.0Versione principale31 ago 2026
Funzionalità
  • Updated Angular to v22, this version is required in MDB Angular v11.
  • Touch:
    • Angular 22 no longer provides the deprecated HammerJS integration used by the previous Touch examples. Applications based on those examples should replace Hammer-specific events with a custom gesture implementation. The Touch documentation now demonstrates dependency-free solutions using native Pointer Events.
  • Multi-item carousel:
    • Moved the lightbox zoomLevel and fontAwesome configuration from individual MdbMultiItemCarouselSlide objects to the mdb-multi-item-carousel component. Remove these properties from slide objects and bind the new [zoomLevel] and [fontAwesome] inputs on the component instead.
Correzioni
  • Datepicker: Fixed initialized form control values being lost when the datepicker input was initialized.
  • Radio: Corrected success validation styles so checked radio buttons retain the expected border and inner indicator.
  • Treetable: Removed the package declaration-order dependency that could prevent the directive from loading correctly.
  • Treeview: Kept aria-expanded synchronized with the rendered disclosure state for assistive technologies.
MDB Pro Angular v10.0.0Versione principale23 feb 2026
Funzionalità
  • Improved components change detection to ensure support for Zoneless applications.
  • Updated Angular to v21, this version is required in MDB Angular v10.
Correzioni
  • Sidenav: Fixed behavior of slim and slimCollapsed inputs.