New release: Mobiscroll 4.10.7

What’s New

Bunch of bugfixes

While we’re working hard on version 5 - the next generation of the Mobiscroll components - we don’t neglect the current stable version either.

This release comes with a handful of fixes that piled up since 4.10.6 for the Numpad, Calendar, Slider … and in general all components.

All Components

FIXED
  • We fixed the responsive option to work correctly with the theme and themeVariant options.

Calendar

FIXED
  • We fixed a null pointer exception, which happened from time to time when the picker was closed.
  • We fixed a type definitions issue, that lets the colors and the marked option to take a start and an end date instead of just a single date.
  • We fixed an iOS theme button positioning issue in case of a full screen calendar, if more than two buttons were used for the picker.

Cards

FIXED
  • We fixed the cards accordion to work correctly inside a popup.

Eventcalendar

FIXED
  • We fixed a type definitions issue, that lets the colors and the marked option to take a start and an end date instead of just a single date.

Forms

FIXED
  • We fixed the multiple handle slider, which broke with the introduction of passive event listeners in v4.10.4.
  • We fixed the angular textarea component to update its initial rows when used with reactive forms.

Navigation

NEW
  • We added the optional animTime parameter to the navigate method for specifying the duration of the scroll animation.
FIXED
  • We fixed the layout propType in react to work without giving a warning when used with numbers.
  • Remove outline styling from focused navigation items in Angular/Ionic.
  • Never fire the onItemTap event on disabled items.

Numpad

FIXED
  • We fixed an issue in the decimal numpad, which caused ‘0’ to appear in the input even though the selected value should have been empty.
  • We fixed a bug in the decimal numpad, that didn’t let enter all the digits of a number when used in template mode and the initial value was zero.
  • We fixed an issue in the decimal numpad that caused the decimal point to be in the wrong place after the initial value was parsed when used in template mode.

Range

FIXED
  • We fixed a null pointer exception, which happened from time to time when the picker was closed.
  • We fixed a type definitions issue, that lets the colors and the marked option to take a start and an end date instead of just a single date.

Scrollview

NEW
  • We added the optional animTime parameter to the navigate method for specifying the duration of the scroll animation.
FIXED
  • We fixed the layout propType in react to work without giving a warning when used with numbers.

Select

FIXED
  • We fixed an issue which caused an exception if an option value contained more than one qoutation marks ( " ).
  • We fixed an error which occured in case of inline select with remote data.

For release notes please visit our release history.

PS. If you’re coming from v3: We have composed an upgrade guide for moving from Mobiscroll 3 to Mobiscroll 4.