MDB Pro Bundle - includes MDB Pro Vue v4.1.0

Released: Sep 25, 2023

MDB Pro Vue v4.1.0 버젼 업데이트

기능

  • Datatable:
    • Added new all-filtered-rows-selected event that emits after selecting each row in a filtered table.
  • Calendar
    • Added possibility to decide whether to add or replace events via addEvents method.
  • DateTimepicker
    • Added possibility to change the container for the modal via new container prop.
  • Timepicker
    • Added possibility to change the container for the modal via new container prop.
    • Added functionality that allows to hold the change time arrows in inline timepicker to increase/decrease time.
    • Added ripple to buttons.
  • Datepicker
    • Added possibility to change the container for the modal via new container prop.
  • Select
    • Added new filterFn prop that allows to customize the filter function.
    • Added new opened and closed events.
    • Added new white prop that adjust input colors for dark backgrounds.
  • Chips - Added new added-chip and deleted-chip events that emit when a chip was added or deleted.
  • Stepper - Added new dynamic prop to MDBStepperStep component that recalculates the stepper height on content change.
  • Animations - Added new beginHidden prop that makes the animating element hidden before the animation starts .
  • Buttons - Adjusted SCSS to use variables for maped styles.
  • Synchronized .scss files with MDB Standard 6.4.1.

수정사항

  • Datatable:
    • Fixed issue with loadingMessage prop not passing the custom message to the template.
    • Fixed issue with selected-rows event showing only filtered data.
    • Fixed issues with advanced data structure with 0 as a number inside the first column.
    • Fixed issues with search result beeing resetted when the dataset updated.
    • Fixed issue with thead border not beeing visible on Firefox in darkmode.
    • Fixed hover styles for fixed columns.
  • File upload
    • Fixed issue related to the preview not beeing displayed when image inside defaultFiles have PNG format.
    • Fixed issue with "Remove Button" not beeing displayed when defaultFiles prop was added.
  • Calendar
    • Fixed timepicker errors that occured after adding new events via addEvents method.
    • Fixed issue that caused Sundays events to not be visible in list view.
    • Fixed issue with select value not beeing updated when view changed.
  • DateTimepicker
    • Fixed timepicker issues with disablePast and disableFuture props.
  • Timepicker
    • Fixed issue that sometimes caused the time format to be displayed in lowercase.
    • Fixed small screen ripple animation and styling issues for landscape orientation.
  • Datepicker
    • Fixed buttons styles on focus.
    • Fixed rtl issues with arrows.
  • Select
    • Fixed issue that occured after adding filter prop while the app isn't verticaly scrollable.
    • Fixed issue with autocomplete property not beeing passed to the input.
  • Ripple
    • Fixed issue with Ripple not removing fictum from DOM.
    • Fixed updated hook that caused to add .ripple-surface class when it should not.
  • Sidenav
    • Fixed issues with animations in slim sidenav.
    • Fixed issues with disappearing group titles in slim sidenav.
    • Fixed .sidenav-link to use css variables for padding left.
    • Removed duplicated default from SCSS variable $sidenav-link-font-size.
  • Drag and drop - Fixed issues with TouchEvent on Firefox.
  • Table editor
    • Fixed issues with overflowing content not beeing visible (i.e. dropdowns).
    • Fixed typo in the scss file.
  • Input - Fixed issue with maxlenght not working without counter prop.
  • Autocomplete - Fixed issue related to the autocomplete list disappearing when the component was focused before the closing animation finished.
  • Chips
    • Fixed issue with update:modelValue event beeing emitted more than once after one change.
  • Modal - Fixed issue that occured when modal was opened and route changed without closing the modal that caused the page to be unscrollable.
  • Infinite scroll - Fixed issues that occured when loading ended with errors.
  • Tree view - Fixed animations after collapsing a tree.
  • eCommerce gallery - Fixed issues that occured when the same image was added more than once.
  • Color picker - Fixed issue with gradient not beeing visible on the sliders on Firefox browsers.
  • Multi Range Slider - Fixed typo in the variable name.
  • Lightbox - Fixed z-index css variable.
  • Fixed $purple SCSS variable.