Version 4.6.3
Changelog 4.6.3
General
- Fixed:
mobiscroll.platform
was missing from typescript definitions.
Datetime
- Fixed: Values before min and after max values were not always shown with disabled styling.
Eventcalendar
-
Fixed: Don't display "all day" for multi-day events on the first and last days, unless
allDay
property is explicitly set (#464). -
New: Pass the event object as well to the
formatDuration
function (#466).
Forms
-
Fixed: Remove uneccesary shadow from toast and snackbar messages (Material theme).
-
Fixed: Remove background from form group title and button gruoups inside popup (iOS theme).
-
Fixed: Remove max-width from the stacked and floating labels (iOS theme).
-
Fixed: Button shadow was cut off inside button groups (Material theme).
-
Fixed: Input editing did not work on iOS 12.2, inside WkWebView.
-
New: Added the
mobiscroll.notification.dismiss()
function which will close the active toast or snackbar message.
Scroller
- Fixed: Typescript definition fix for
width
setting, which can be array as well, not just number.
Changelog 4.6.2
General
-
Fixed: Inline scrollers did not work correctly in MS Edge/IE, causing the whole page to scroll.
-
Fixed: React components can be used with
IonInput
in Ionic 4 React. -
Fixed: Run the resize observer outside of the Angular zone.
-
New: We made it possible to display pickers and popups without overlay, using the
showOverlay
setting. -
Changed: We disabled touchpad scroll for calendar views by default (can be enabled using the
mousewheel
setting).
Eventcalendar
- Fixed: Double border styling fix inside the event popover listing, for the iOS theme.
Navigation
- Fixed: Badge styling fixed for text-only navigation control.