MDB Pro Bundle - includes MDB Pro Vue v5.0.0

Released: Apr 22, 2024

Atualizações na MDB Pro Vue v5.0.0

Recursos

  • 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 for modal version.
    • Added block for scrolling in modal version.
  • Sidenav - Removed animation when changing sidenav height.
  • Stepper - Added a new event: onChangedStep which is invoked after passing an active step.
  • Table editor - Added an object with edited row for edit event.
  • Timepicker
    • Added new clear event.
    • Changed default value to false for ripple prop.
  • Transfer - Checkbox's Source and Target are now labels instead of spans.
  • Breaking changes
    • Improved and updated TypeScript to work with the strict: true flag: in all components and plugins.
    • Removed package vue3-perfect-scrollbar and replaced it with a custom implementation.

Correções

  • Calendar - Fixed working with custom date format.
  • Datatables - Fixed borders with Fixed columns example while table is resizing.
  • Datepicker - Fixed rows width to align dates with week days.
  • Dummy - Fixed prop size when passing "100%" value.
  • Input - Fixed recalc functionality when component is inside another one.
  • Lazy loading - Fixed infinite loop of image loading when src and error props are invalid.
  • Select
    • Fixed keyboard behavior which was standardized with a native element.
    • Fixed clear button behavior - now blocks when disabled prop is passed.
  • Stepper
    • Fixed style for disabled text.
    • Fixed issue with resize step's height when it's too big than default value. Now you could use setHeight method to resize the content by yourself.
    • Fixed validation for linear vertical version.
  • Table editor
    • Fixed navigation for smaller screens.
    • Fixed edit buttons position.
  • Timepicker - Fixed arrows working in inline version - now counting stops when user mouse up in another place in website.
  • Transitions - Fixed broken animations.
  • Treetable - Fixed opening animation.
  • Tree view - Fixed issue when selecting all children elements does not selected a parent checkbox.