Version 4.8.1
Changelog 4.8.1
General
- New: We added the
mbsc-align-justify
utility class for justified text align styling.
Eventcalendar
-
Fixed: We fixed a bug, which caused the eventlist to show only the events of the current day in agenda view, when the list was scrolled.
-
Fixed: We fixed the
navigate
method to scroll correctly to the specified date in agenda view.
Forms
-
Fixed: Removed unnecessary box-shadow for Toast and Prompt components.
-
Fixed: Fixed a rendering issue for the icons on inputs with no labels for the iOS theme.
-
Fixed: Corrected the styling of the outline, flat and disabled buttons for the Material theme.
-
Fixed: Removed backgound and border from iOS themed non-text form controls outside of mobiscroll forms.
-
New: We added support for commonly used HTML attributes for the
mbsc-textarea
component in Angular. The following attributes are supported and passed through to the native input:minlength
,maxlength
,autocomplete
,autocapitalize
,autocorrect
,spellcheck
,autofocus
,required
,wrap
.
Navigation
- Fixed: We fixed a bug where the "Show more" menu was not shown correctly on touch devices, just flashed up for a short time.
Select
- Fixed: We fixed the filter input styling which broke in the previous release, with the introduction of the standalone form controls.
Changelog 4.8.0
Datetime
- Fixed: We fixed a bug in the editable input field that occurred when the value was deleted manually. Today's date was written back instead of leaving it empty.
Eventcalendar
-
Fixed: An issue got fixed that happened on month change. If both the first and second day of the month was invalidated, an error was thrown and calendar navigation broke.
-
Fixed: We fixed a rendering issue for the all-day text that happened for certain languages.
-
Fixed: We fixed the event listing for Brazilian timezones that happened during DST months.
-
New: We added the
getJson
utility function to the event calendar component.
Forms
-
Fixed: Fixed the autofill underline input styling in the iOS theme.
-
Fixed: Removed text capitalization of the segmented control text in the iOS and Material themes.
-
New: Form controls are now working individually, without the need to wrap them inside a Mobiscroll Form component.
-
New: Added support for disabling 'mbsc-input’ the reactive way not just through the disabled attribute.
General
-
Fixed: Fixed an issue that broke Angular 8 AOT builds.
-
Fixed: We fixed a bug that broke the compilation process in Angular when using the ES6 modules.
-
Fixed: We fixed the styling of the arrow in bubble display mode for the Windows theme.
Listview
- New: We added the
getJson
utility function to the listview component.
Scrollview
-
Fixed: We fixed a bug where the input elements placed inside a scrollview were not focusable on touch devices.
-
Fixed: We fixed the Typescript definitions for the scrollview options to allow number type for the
layout
setting.
Select
- Fixed: We fixed autocomplete/filtering when used with Pinyin keyboard on iOS.