Hi everyone
We just released 4.4.1 that fixes a number of issues. See below what’s new.
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 theonPageLoading
andonPageLoaded
events on initial load, ifmin
was also set and minimum date was inside the initially loaded month.
Eventcalendar
FIXED
-
firstDay
parameter was wrong inside theonPageLoading
andonPageLoaded
events on initial load, ifmin
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.
Forms
FIXED
- Styling fixes for box and outline styles for checkbox, radio, switch, slider, progress and stepper controls (iOS theme).
- Added missing
inset
property to theMbscFormGroup
propTypes in React. - There was a bug in React which caused an exception on every text update in the Textarea component.
- Border radius added for box and outline inputs inside a form group inset on iOS theme.
- The Angular Input, Textarea, Dropdown and Rating component can be made readonly with the
readonly
attribute. - Don’t display border for iOS themed form group title, if input style is box or outline.
General
FIXED
- Allow Enter and Space keydown events to propagate up from modal popups.
Grid Layout
FIXED
- Grid container needed
border-box
box sizing to appear correcty outside anmbsc-page
too.
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 thevalidate
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.
- The input setting, that helps to customize the look, is now added to type definitions and documented.
- Dynamic data update failed sometimes when group wheels were present.
- Popup won’t close after resize, if used with
responsive
setting,showOnFocus
enabled and inside Mobiscroll Form.
- Read our post about what’s new in Mobiscroll 4.4.
- Check out the full changelog.
- Upgrading from v3 to v4? See the upgrade guide.