Version 2.17.0
Changelog
Calendar
- Fixed:
setVal
was not working with date strings (#333). - Fixed: Trigger
onMonthLoaded
when tapping on month or year list (#336). - Fixed: Prevent invalid days to overflow to next month (#338).
- Fixed:
day.control
received incorrect value in theonSetDate
event (#347). - New:
highlightNow
setting for highlighting today's date. - New:
changeTab
method for changing tabs programatically (#352).
Core
- Fixed: Better support for Microsoft Edge browser.
- Fixed: Get rid of "Uncaught TypeError: Cannot read property 'offset' of undefined" errors.
- Fixed: Incorrect wheel value displayed if closed during scroll animation and opened right after.
- Fixed: Clickpick mode stucked wheel scroll (#335).
- New: Be able to cancel show in the
onBeforeShow
event (#346). - New:
onClose
event is now renamed toonBeforeClose
,onClose
is deprecated and will be removed in the future (#298). - New:
onClosed
event added, which is triggered after the popup is closed and the value is already set (#298). - New:
focusTrap
setting added (#341).
Forms
- Fixed: Checkbox and switch disabled styling worked only if input element was before the label and description in the DOM.
- Fixed: Text fields autocomplete style improvement for Android Holo Light theme.
- Fixed: Cursor was not moved on tap inside textarea.
- New: Progress control.
- New: Slider control.
- New: Segmented control.
- New: Stepper control.
- New: Password visibility can be toggled.
- New: Typography variations (extra-bold, bold, medium, light, thin, italic).
Integration
- Fixed: Event calendar event bubble shows up on first click in angular.
- Fixed: Angular widget assign value exception when
ng-model
input inside.
Languages
- Fixed: Italian translation spelling fixes (#342).
- Fixed: In case of multiple selection the order of the text and number might vary by language (#332).
Listview
- Fixed: Allow click events on html elements (unless the
onItemTap
event is used). - Fixed:
openAction
andopenStage
methods sometimes caused an infinite loop on Android 4.1.
Measurements
- Fixed:
convert: false
setting was not working (#344).
Numpad
- Fixed: Numpad appeared with large width in bubble and modal display on IE9.
- Fixed: Multiple leading zeroes are no longer displayed.
Themes