MDB Pro Angular 版本發佈

查看各個版本中的最新內容,包含功能、增強與已解決問題的詳細資訊。

1月
2月
3月
4月
5月
6月
7月
8月
9月
10月
11月
12月
MDB Pro Angular v11.0.0主要版本2026年8月31日
功能
  • 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.
修正
  • 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.0主要版本2026年2月23日
功能
  • Improved components change detection to ensure support for Zoneless applications.
  • Updated Angular to v21, this version is required in MDB Angular v10.
修正
  • Sidenav: Fixed behavior of slim and slimCollapsed inputs.