Skip to content

Version 4.2.4

Compare
Choose a tag to compare
@dioslaska dioslaska released this 05 Jun 12:27
· 54 commits to master since this release

Changelog

General

  • Fixed: jQuery and vanilla js typescript definitions were importing a module from a wrong location.

Languages

  • Fixed: eventText and eventsText translations were missing from most of the language files.

Calendar

  • Fixed: Type of the controls setting updated to array in angular.

  • Fixed: Display the month name of the selected date in calendar header on initial show in case of week view, instead of the first day of the visible week.

  • Fixed: Calendar scroll was off by a few pixels after multiple month changes, if the calendar width was fractional.

Card

  • Fixed: The predefined image styles (avatar, thumbnail, fluid) did not apply if the card wasn't inside of an mbsc-page component.

Eventcalendar

  • Fixed: Added missing view setting for eventcalendar inline settings.

  • Fixed: eventBubble setting did not work when set to false.

  • Fixed: Event listing threw error if ISO 8601 date strings were passed to event start/end dates.

Listview

  • Fixed: Sometimes first stage was loaded to soon when swipe direction was changed (from right to left or from left to right).

Navigation

  • Fixed: onItemTap event was triggered twice if an item was tapped inside the bubble popup (on touch devices).

Range

  • Fixed: Type of the controls setting updated to array in angular.

  • Fixed: Fixed exception in angular when rangepicker was opened and closed without focusing any element.

Select

  • Fixed: data setting type updated in react and angular to enable the use of remote datasources.

  • Fixed: Make filtering work with numbers as well.

  • Fixed: onFilter event was not triggered when the filter input clear button was pressed which caused problems on custom filter implementations.