Version v4.1.0, released 25.09.2023
Fixed & improved
-
Datatable:
- Fixed issue with
loadingMessage
prop not passing the custom message to the template
- Fixed issue with
selected-rows
event showing only filtered data
- Added new
all-filtered-rows-selected
event that emits after selecting each row in a filtered table
- 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
- Added possibility to decide whether to add or replace events via
addEvents
method
- Fix 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
- Added new
timepickerConfig
and datepickerConfig
props that allow to provide properties for timepicker and datepicker
-
DateTimepicker
- Added possibility to change the container for the modal via new
container
prop
- Fixed timepicker issues with
disablePast
and disableFuture
props
-
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
- 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
- Added possibility to change the container for the modal via new
container
prop
- The picker now reacts on
v-model
changes
- Fixed buttons styles on focus
- Fixed rtl issues with arrows
-
Select
- Fix issue that occured after adding
filter
prop while the app isn't verticaly scrollable
- Added new
filterFn
prop that allows to customize the filter function
- Fixed issue with
autocomplete
property not beeing passed to the input
- Added new
opened
and closed
events
- Added new
white
prop that adjust input colors for dark backgrounds
-
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
- Remove 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)
- Added focus trap to the edited row
- Added support for datepicker, timepicker and autocomplete components via
inputType
option
- 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
- Added new
added-chip
and deleted-chip
events that emit when a chip was added or deleted
- 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
-
Animations - added new
beginHidden
prop that makes the animating element hidden before the animation starts
-
Tree view - fixed animations after collapsing a tree
-
Stepper - added new
dynamic
prop to MDBStepperStep
component that recalculates the stepper height on content change
-
Accordion - added
type="button"
property to MDBAccordionItem
buttons to prevent them from submitting when put inside forms
-
Touch - provided
event
info as an argument inside directive callbacks
-
WYSIWYG editor - added preventive values to
.wysiwyg-content
class
-
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
-
Buttons - adjusted SCSS to use variables for maped styles
-
Lightbox - fixed z-index css variable
- Synchronized .scss files with MDB Standard 6.4.1
- fixed
$purple
SCSS variable