New release: Mobiscroll 4.10.5 & 4.10.6

What’s New

Support for Angular 10

Angular 10 final was shipped last week, and there were some breaking changes introduced. We needed to do some adjustment to our code in order to support Angular 10 and remain backwards compatible.

Various fixes

In the previous release we migrated to passive touch event listeners to avoid violation warnings and make the click events work properly in iOS 13.4 and above. With the refactoring we introduced some regression bugs, which got fixed.

MOBISCROLL 4.10.5

All Components

NEW

  • We made the necessary type changes for compatibility with Angular 10.
  • We exposed the option types for all react components. This helps to extend our components in typescript by creating derived types.

FIXED

  • We fixed an issue which caused an error when used with React SSR (regression introduced in 4.10.4).
  • We added a fix to prevent the "Unable to preventDefault inside passive event listener invocation." error in case of all scroller based pickers (regression introduced in 4.10.4).

Calendar

FIXED

  • We fixed the calendar title to show the correct month name in case of week view, when the view contains the selected date.

Event calendar

FIXED

  • We fixed the calendar title to show the correct month name in case of week view, when the view contains the selected date.

Range

FIXED

  • We fixed the calendar title to show the correct month name in case of week view, when the view contains the selected date.

Scrollview

FIXED

  • We fixed a bug that resulted in an error if there were no items added to the scrollview.

MOBISCROLL 4.10.6

All Components

FIXED

  • We fixed the production build for Angular <=8, which we broke with the implementation of Angular 10 compatibility.

For the release notes please visit our release history.

See the different options on how to upgrade to the latest version.