Skip to content

Version 4.4.1

Compare
Choose a tag to compare
@dioslaska dioslaska released this 18 Oct 10:29
· 48 commits to master since this release

Changelog

General

  • Fixed: Allow Enter and Space keydown events to propagate up from modal popups.

Calendar

  • New: Calendar layout is automatically recalculated on size or visibility changes, even if there's no resize event.

  • Fixed: firstDay parameter was wrong inside the onPageLoading and onPageLoaded events on initial load, if min was also set and minimum date was inside the initially loaded month.

Eventcalendar

  • Fixed: firstDay parameter was wrong inside the onPageLoading and onPageLoaded events on initial load, if min was also set and minimum date was inside the initially loaded month. This also caused the initial event list to be inside the wrong date range.

Listview

  • Fixed: Allow focus on form controls inside listview items.

Navigation

  • Fixed: Scroll to center worked incorrectly in RTL mode (in case of tab navigation).

Page

  • Fixed: Added missing exportAs property for the angular component. Now template variables can be set to the page component explicitly.

Scroller

  • Fixed: The direction argument of the validate function was incorrect in case of wheel item tap.

Scrollview

  • New: Scrollview layout is automatically recalculated on size or visibility changes, even if there's no resize event.

  • Fixed: Don't activate snap if layout is fixed and itemWidth is specified, because it won't allow to completely scroll to the end.

Select

  • Fixed: Incorrect button positioning in center mode for filtered select.

  • Fixed: The input setting, that helps to customize the look, is now added to type definitions and documented.

  • Fixed: Dynamic data update failed sometimes when group wheels were present.

  • Fixed: Popup won't close after resize, if used with responsive setting, showOnFocus enabled and inside Mobiscroll Form.

Forms

  • Fixed: Styling fixes for box and outline styles for checkbox, radio, switch, slider, progress and stepper controls (iOS theme).

  • Fixed: Added missing inset property to the MbscFormGroup propTypes in React.

  • Fixed: There was a bug in React which caused an exception on every text update in the Textarea component.

  • Fixed: Border radius added for box and outline inputs inside a form group inset on iOS theme.

  • Fixed: The Angular Input, Textarea, Dropdown and Rating component can be made readonly with the readonly attribute.

  • Fixed: Don't display border for iOS themed form group title, if input style is box or outline.

Grid Layout

  • Fixed: Grid container needed border-box box sizing to appear correcty outside an mbsc-page too.