MDB Pro Vue v6.0.0

Released: Sep 16, 2024

v6.0.0 버젼 업데이트

기능

  • Select
    • Added new excludeOptGroupsInFilter prop to exclude optgroup labels from filter results.
    • Updated behaviour of the select dropdown after space key on focused input.
  • Datepicker
    • Added new viewChanged event that triggers after the datepicker view is changed.
  • Drag and drop
    • Added new blockXAxis and blockYAxis props to MDBSortable and MDBSortableItem components.
  • Lightbox
    • Removed fontAwesome prop.
  • File upload
    • Added BMP and GIF file types to the type list.
  • Updated tsconfig.json.

수정사항

  • Tooltips
    • Fixed issue where tooltip was visible even when the #tip template was empty.
  • Chips
    • Fixed issue with ChipsInput submitting forms instead of adding a new chip on enter key.
  • DateTimepicker
    • Fixed saving values when changing between timepicker and datepicker.
    • Fixed styling on smaller screens.
  • Input.
    • Fixed autocomplete styling.
    • Fixed placeholder issues for inputs type date, datetime, time, month and week.
  • Select
    • Fixed input and label focused styling when select was validated.
    • Fixed showing of optgroup labels while filtering. Labels of optgroup are now visible if an option from that group is also visible.
  • Stepper
    • Fixed styling of the optional steps.
  • Calendar
    • Fixed issues with displaying long events.
  • Drag and drop
    • Fixed issue with blockXAxis and blockYAxis functionalities not working without container.
  • Vector maps
    • Fixed shadows for zoom buttons.
  • Filters
    • Fixed issues with providing a single value in arrays via datasets.
  • Transfer
    • Fixed issue with transfer not moving elements not visible on a list when pagination is present.
    • Fixed treeshaking issues.