Version 4.5.2
Changelog 4.5.2
General
-
New: Individually control input and label style on a component basis in Angular and React.
-
Fixed: If modal picker was opened from a 3rd party modal dialog (Ionic, Bootstrap) the fight over keeping the focus caused errors. We stepped in to keep the peace.
Calendar
- Fixed: We fixed a nasty little bug that we caused with 4.5.1. Month swipe did not work on initial show in center and bubble display mode.
Forms
- Fixed: Updating ngModel checkbox value will update the UI accordingly.
Changelog 4.5.1
General
-
Fixed: Passing arrow functions to react components now update the components as needed.
-
Fixed: Added missing type definitions for the
layout
setting.
Eventcalendar
-
Fixed: A bug got fixed in the
redraw
method that messed up the calendar layout in RTL mode. -
Fixed: Bug fixed that showed a wrong date after changing the view dynamically.
-
Fixed: Quick consecutive arrow taps failed if event listing was used. Bug got fixed.
-
Fixed: We fixed the
more events
label that was not always correctly displayed. -
Fixed: If
popover
is set tofalse
, it completely disables the popover, even formore events
label.
Calendar
-
Fixed:
redraw
method messed up the calendar layout in RTL mode. -
Fixed: Wrong date was shown after changing number of weeks dynamically.
Color
- Fixed: Selectable colors passed by the
data
prop are now taken into account in react.
Forms
-
Fixed: We fixed the textarea label alignment for the iOS theme.
-
Fixed: We fixed sticky floating lables that were not behaving on Chrome auto-fill.
Listview
- Fixed: The
remove
method was fixed for hierarchical lists.
Navigation
- Fixed: Badges are now supported for dynamically added navigation items in angular.
Numpad
- Fixed: We added missing type definitions for
formatValue
andparseValue
.
Range
-
Fixed:
redraw
method messed up the calendar layout in RTL mode. -
Fixed:
showSelector
can now hide the range start/end tabs for every configuration. This is useful when start and end are handled by two separate inputs.
Select
-
Fixed: The
mbsc-select
directive will work onmbsc-dropdown
form elements. -
Fixed: Scroll arrow wheels were fixed. No more hiding values in Mobiscroll theme.