Changelog
All
- Fixed: We fixed the scss deprecation warnings which appeared when used with the new Dart Sass.
Calendar
-
Fixed: We fixed a bug, that caused an infinite loop exception in Angular, when the calendar's input field was empty and editable. The exception was thrown right after the calendar was opened.
-
Fixed: We fixed a typo in the Italian day name translation.
Cards
- Fixed: We fixed an issue, where the
themeVariant
option used on the Card component was unwillingly passed to a div element, which resulted in a warning in React.
Datetime
- Fixed: We fixed a typo in the Italian day name translation (#484).
Eventcalendar
-
Fixed: We fixed an issue, where the
weekDays
andyearChange
options were not working if specified inside theresponsive
option. -
Fixed: We fixed a typo in the Italian day name translation.
Forms
- Fixed: We fixed an issue with the Stepper component, where the plus button was not disabled when
min
was equal tomax
.
Numpad
- Fixed: We improved on the type definitions of the
option
method. You can now pass options that are specific to the different presets like the decimal or the timespan numpad for example.
Select
-
Fixed: We fixed an issue where the Select was not properly destroyed if initialized on an input element with data option.
-
Fixed: We fixed an issue where in desktop mode the first option was partly out of view in case of event row numbers (#480).