Skip to content

Version 4.4.2

Compare
Choose a tag to compare
@dioslaska dioslaska released this 05 Nov 09:13
· 46 commits to master since this release

Changelog

General

  • Fixed: Remove high z-index from inline picker controls.

  • Fixed: Remove touch-action: none styling from html / body elements in case of modal popups to prevent forced reflow on document - the styling was moved inside the modal markup.

Calendar

  • Fixed: Calendar tab styling fixes in inline mode, inside Mobiscroll Page.

  • Fixed: changeTab method should not hide the calendar if tabs are not present.

  • Fixed: Don't focus invalid dates when clicked.

Cards

  • Fixed: Nested collapsible elements didn't work correctly inside collapsible cards - child collapsibles were also toggled with the parent collapsible.

Eventcalendar

  • Fixed: Event list styling fixes inside the event popover.

  • Fixed: Selected day was not updated when only event list was displayed. Needed, when views are changed dynamically.

Forms

  • Fixed: Allow additional css classes to use on the MbscFormGroup, MbscFormGroupTitle, MbscFormGroupContent and MbscAccordion components.

  • Fixed: Nested collapsible elements didn't work correctly - child collapsibles were also toggled with the parent collapsible.

  • Fixed: ENTER key should close the prompt notification when the input is focused.

Listview

  • Fixed: Ghost click fix for UIWebView on iOS - hierarchical listview navigated 2 levels at once because of the ghost click.

  • Fixed: Floating labels did not render correctly on autofill fields.

  • Fixed: Autofill input field styling was improved.

  • Fixed: For Checkbox, Radio, Switch, Stepper, Progress, Slider and Rating components inputStyle and labelStyle props was not handled correctly in React.

Page

  • Fixed: Muted button styling changed from color to opacity.

Popup

  • Fixed: Components can be opened from a popup without the popup being closed.

Range

  • Fixed: defaultValue: null did not work correctly, today's date was selected for start and end dates.

Select

  • Fixed: Error was thrown if any of the values contained the " character.

Navigation

  • Fixed: RTL mode scroll to center worked incorrectly on iOS Safari.

  • Fixed: React NavItems can be used with inline conditions without throwing an error.

  • Fixed: Switching from hamburger navigation to tab or bottom navigation using the responsive setting did not work.

  • Fixed: Update badges on refresh method call as well.

Treelist

  • Fixed: Variable level treelist was not working correctly when the treelist was used with data (not generated from markup).