Version 2.17.1
Changelog
Core
- Fixed:
clear
method was working only if control was visible. - Fixed: Tap improvements.
Calendar
- Fixed: Block navigation to disabled months if month loaded from quick navigation.
- Fixed: Separate weekdays header visually in multiple month view.
- Fixed: Fix scroll issue inside event list popup with jQuery Mobile theme.
- New: Be able to limit number of selectable items when multiple select (#358).
- New:
readonly
option which does not allow calendar selection.
Datetime
- Fixed: If day wheel not present, default to current date instead of 1st of month.
Languages
- New: Catalan translation (thanks to Miquel Labòria) (#362).
- Fixed:
labelsShort
translation fixes for de (thanks to Beat Grabe), es, fr, it, no, pt-BR (#367). - Fixed:
backText
andclearText
translation in Spanish.
Listview
- Fixed: Navigate method was not working correctly in context mode.
- Fixed: Pop in, pop out animation fix for newer Chrome versions.
Menustrip
- New:
onGestureStart
,onGestureEnd
,onMove
,onAnimationStart
,onAnimationEnd
events added.
Numpad
- Fixed: use localized month names when formatting dates.
- New:
decimalSeparator
andthousandsSeparator
settings for decimal preset.
Select
- New: Be able to limit number of selectable items when multiple select (#358).
Integration
- Fixed: Non-numeric numpad issues with angular validation.
- Fixed: Form controls inherit the form theme and language by default.
Widget
- Fixed: Keep focused input in view on iOS.