Skip to content

Version 4.10.8

Compare
Choose a tag to compare
@dioslaska dioslaska released this 22 Jan 09:00
· 15 commits to master since this release

Changelog 4.10.8

All

  • Fixed: We fixed a bug, which caused an exception when a picker was closed programmatically right after open.

Calendar

  • Fixed: We improved the calendar previous and next button listeners to use currentTarget instead of this for Salesforce LWC compatibility.

Eventcalendar

  • Fixed: We improved the calendar previous and next button listeners to use currentTarget instead of this for Salesforce LWC compatibility.

  • Fixed: We improved the event ordering so that cross-day events not marked as all day will not appear on top.

  • New: We added the eventOrder option to customize the sort order of the events.

Forms

  • Fixed: We fixed the source code of the collapsible to use an ES6 syntax which works with an Angular app without the need to transpile.

  • Fixed: We fixed an issue with the rating control, where the stars were off in RTL mode on iOS Safari, if value was set programmatically later after initialization.

  • Fixed: We fixed an issue where sometimes toast and snackbar notifications stopped appearing if they were coming in very quickly.

  • Fixed: We fixed the slider component with 2 handles, which were stuck if both initial values were set to the maximum.

  • Fixed: We improved compatibility with Mobiscroll v5, so the v4 form elements appear correctly if v5 styling is also loaded.

Listview

  • Fixed: We fixed an issue where the touchstart listener was attached to the document instead of the listview container, and it was not possible to stop the touch event propagation, e.g. if the listview is loaded inside a scrollview item, stopPropagation on the touchstart event is needed to prevent the scrollview from moving when a listview item is swiped.

Numpad

  • Fixed: We fixed an issue where times like 1:08 cannot be entered, since after entering the 0, buttons above 5 were disabled.

Range

  • Fixed: We improved the calendar previous and next button listeners to use currentTarget instead of this for Salesforce LWC compatibility.

Changelog 4.10.7

General

  • 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.

  • 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.

  • Fixed: 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.

  • Fixed: We fixed the angular textarea component to update its initial rows when used with reactive forms.

Navigation

  • Fixed: We fixed the layout propType in react to work without giving a warning when used with numbers.

  • Fixed: Remove outline styling from focused navigation items in Angular/Ionic.

  • Fixed: Never fire the onItemTap event on disabled items.

  • New: We added the optional animTime parameter to the navigate method for specifying the duration of the scroll animation.

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.

  • Fixed: 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.

  • Fixed: 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.

Scrollview

  • Fixed: We fixed the layout propType in react to work without giving a warning when used with numbers.

  • New: We added the optional animTime parameter to the navigate method for specifying the duration of the scroll animation.

Select

  • Fixed: We fixed an issue which caused an exception if an option value contained more than one qoutation marks (").

  • Fixed: We fixed an error which occured in case of inline select with remote data.

Range

  • Fixed: We fixed a null pointer exception, which happened from time to time when the picker was closed.

  • 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.