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
themeVariantoption 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
weekDaysandyearChangeoptions were not working if specified inside theresponsiveoption. -
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
minwas equal tomax.
Numpad
- Fixed: We improved on the type definitions of the
optionmethod. 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).