MDB Pro Angular v6.0.0

Released: Jan 15, 2024

v6.0.0 での更新項目

機能

  • 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.

不具合の修正

  • 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 DOM after using browser's back button.
  • Timepicker - Resolved problem with font size in landscape view.
  • Breaking Changes:
    • Calendar - Changed type of defaultView input from string to MdbCalendarView.
    • Datepicker - Changed type of options input from any to MdbDatepickerOptions.
    • Timepicker
      • Changed type of options input from Options to MdbTimepickerOptions and made all parameters optional.
      • Changed SelectedTime type name to MdbTimepickerSelectedTime and added this type to public exports.
    • Popover - Removed unused template input.
    • Sidenav
      • Changed return type of all events from MdbSidenavComponent to void.
      • Removed redundant li element from MdbSidenavItemComponent template.
    • Transfer
      • Changed onSearchOutput event name to searchOutput.
      • Changed selectOutput event name to selectOutput.
      • Changed onChange event name to listChange.
      • Changed onSearch event name to itemSearch.
      • Changed onSelect event name to itemSelect.