Skip to content

Version 4.4.3

Compare
Choose a tag to compare
@dioslaska dioslaska released this 21 Dec 11:35
· 45 commits to master since this release

Changelog

General

  • Fixed: In certain timezones weekly repeating (w0 ... w6) failed for various settings (invalid, marked, labels, colors, events) in months where daylight saving starts (Date & Time, Calendar, Range, Event Calendar).

  • Fixed: Multiple popup buttons did not wrap in multiple lines and were cut off (Mobiscroll and Material themes).

  • Fixed: AOT builds in angular and ionic won't throw exception when using the forRoot configuration.

  • Changed: Enable 3D scroll on Android 8 and above.

Calendar

  • Fixed: Added missing type definition for onSetDate.

Color

  • Fixed: Added missing type definitions for onItemTap and onPreviewItemTap events.

Eventcalendar

  • Fixed: Added missing property to the onDayChange event argument.

  • Fixed: Added missing type definitions: eventText, eventsText, labelsShort, onSetDate

Forms

  • Fixed: Floating labels were not updated on programmatic change events triggered by jQuery.

  • Fixed: Fixed the styling when additional elements were between the label and the input.

  • Fixed: Fixed iOS theme input border in autofill field.

  • Fixed: Form components won't re-render when there's no change of inputs.

  • Fixed: The mobiscroll inputs lost their styling in react when their valid state changed.

Range

  • Fixed: In certain timezones the range selection highlight was incorrect in months where daylight saving starts (#454).

  • Fixed: Added missing type definition for onSetDate.

Scrollview

  • Fixed: Don't trigger touchend event when the content is scrolled vertically, it might cause exceptions in event handlers attached outside of the scrollview.

Select

  • Fixed: Select died with an exception, if remote data was used with groups and filtering.

  • Fixed: Added missing type definitions for onFilter event.